I will try it in one of the next days, but I ve to install X11R7 on my Debian first.
But what I m wondering about is that in recent kernel versions (e.g. 2.6.33) the usbtouchscreen is not designated for eGalax (0eef:0001).
usbtouchscreen.c:
#ifdef CONFIG_TOUCHSCREEN_USB_EGALAX
149 /* ignore the HID capable devices, handled by usbhid */
150 {USB_DEVICE_HID_CLASS(0x0eef, 0x0001), .driver_info = DEVTYPE_IGNORE},
151 {USB_DEVICE_HID_CLASS(0x0eef, 0x0002), .driver_info = DEVTYPE_IGNORE},
152
153 /* normal device IDs */
154 {USB_DEVICE(0x3823, 0x0001), .driver_info = DEVTYPE_EGALAX},
155 {USB_DEVICE(0x3823, 0x0002), .driver_info = DEVTYPE_EGALAX},
156 {USB_DEVICE(0x0123, 0x0001), .driver_info = DEVTYPE_EGALAX},
157 {USB_DEVICE(0x0eef, 0x0001), .driver_info = DEVTYPE_EGALAX},
158 {USB_DEVICE(0x0eef, 0x0002), .driver_info = DEVTYPE_EGALAX},
159 {USB_DEVICE(0x1234, 0x0001), .driver_info = DEVTYPE_EGALAX},
160 {USB_DEVICE(0x1234, 0x0002), .driver_info = DEVTYPE_EGALAX},
161#endif
whereas in older versions it is. Which kernel do you use?
regards,
Flo