From a77ad3d320b723c38de004ead0381aa4f88a4444 Mon Sep 17 00:00:00 2001 From: FireGrace Date: Fri, 1 Apr 2016 22:33:19 +0300 Subject: [PATCH] Added (0x1391, 0x2000) to IdealTec I got some *nix on my Ix104c3 tablet and tried to work around the touchscreen. And it works perfect =) --- drivers/input/touchscreen/usbtouchscreen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c index 2c41107240dec2..4d35f7e6dd4990 100644 --- a/drivers/input/touchscreen/usbtouchscreen.c +++ b/drivers/input/touchscreen/usbtouchscreen.c @@ -10,7 +10,7 @@ * - Gunze AHL61 * - DMC TSC-10/25 * - IRTOUCHSYSTEMS/UNITOP - * - IdealTEK URTC1000 + * - IdealTEK URTC1000/2000 * - General Touch * - GoTop Super_Q2/GogoPen/PenPower tablets * - JASTEC USB touch controller/DigiTech DTR-02U @@ -204,6 +204,7 @@ static const struct usb_device_id usbtouch_devices[] = { #ifdef CONFIG_TOUCHSCREEN_USB_IDEALTEK {USB_DEVICE(0x1391, 0x1000), .driver_info = DEVTYPE_IDEALTEK}, + {USB_DEVICE(0x1391, 0x2000), .driver_info = DEVTYPE_IDEALTEK}, #endif #ifdef CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH