I've patches my kernel to use the ITM driver with this device, and it seems to work great.
--- PATCH START ---
--- drivers/input/touchscreen/usbtouchscreen.c.orig 2010-11-18 16:33:40.806381557 +0100
+++ drivers/input/touchscreen/usbtouchscreen.c 2010-11-19 09:40:13.909222383 +0100
@@ -173,6 +173,7 @@ static struct usb_device_id usbtouch_dev
#ifdef CONFIG_TOUCHSCREEN_USB_ITM
{USB_DEVICE(0x0403, 0xf9e9), .driver_info = DEVTYPE_ITM},
+ {USB_DEVICE(0x16e3, 0xf9e9), .driver_info = DEVTYPE_ITM},
#endif
#ifdef CONFIG_TOUCHSCREEN_USB_ETURB
--- PATCH END ---
--
Med venlig hilsen / Best regards
Data Nordisk
Glenn Sommer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Glenn,
I need you "Signed-off-by: ..." so I can apply the patch.
Thank you.
> --- PATCH START ---
>
> --- drivers/input/touchscreen/usbtouchscreen.c.orig 2010-11-18 16:33:40.806381557 +0100
> +++ drivers/input/touchscreen/usbtouchscreen.c 2010-11-19 09:40:13.909222383 +0100
> @@ -173,6 +173,7 @@ static struct usb_device_id usbtouch_dev
>
> #ifdef CONFIG_TOUCHSCREEN_USB_ITM
> {USB_DEVICE(0x0403, 0xf9e9), .driver_info = DEVTYPE_ITM},
> + {USB_DEVICE(0x16e3, 0xf9e9), .driver_info = DEVTYPE_ITM},
> #endif
>
> #ifdef CONFIG_TOUCHSCREEN_USB_ETURB
>
> --- PATCH END ---
>
> --
> Med venlig hilsen / Best regards
> Data Nordisk
>
> Glenn Sommer
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majo...@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Dmitry