Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Minix x7 touchscreen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Minix x7 touchscreen

    I have an minix neo x7 and just bought a touch screen with eeti touch controller.

    If i use my touch i can touch "enter" but the cursor wont move...

    I tried the guide here http://www.freaktab.com/showthread.php?1802-Touchscreen but its stil not working.

    Can someone help me with this to get it working ?

    #2
    Try this link http://freaktab.com/forum/tv-player-...-s-with-the-x7 and http://www.freaktab.com/forumdisplay...el-Development

    Comment


      #3
      Thanks for answering,

      iv been figuring this out and this is what i did:

      i made the kernel from this thread: http://freaktab.com/forum/developmen...build-a-kernel

      and changed the files what Arro said in the thread: http://freaktab.com/forum/tv-player-...-s-with-the-x7

      - hid-ids.h
      #define USB_VENDOR_ID_DWAV 0x0eef <<--- this one was alraidy in the file
      #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7200 0x7200

      - hid-multitouch.c
      { .driver_data = MT_CLS_EGALAX,
      HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
      USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7200) },

      - hid-core.c
      { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7200) },

      - usbtouchscreen.c
      {USB_DEVICE(0x0eef, 0x7200), .driver_info = DEVTYPE_EGALAX},


      i compiled it and flashed it to my minix x7 but its still not working and yes i have enabled in the "make menuconfig" the drivers

      i have tried it with and without the .idc file

      but its still not working... do someone know what am i doing wrong?

      Comment


        #4
        nice information
        thanks all

        Comment

        Working...
        X