aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-02-01 22:40:40 -0500
committerJiri Kosina <jkosina@suse.cz>2010-05-10 02:48:07 -0400
commitfe6065dc30c8cdd4beaffd6d3fa110222ad08795 (patch)
tree44c03474352d1bfeb7699a4606a0fe13e8a8ad7b /drivers/hid/hid-ids.h
parentbf280628fca93c4c341587ec914863dcc395af72 (diff)
HID: add multi-input quirk for eGalax Touchcontroller
I've got one of these devices on my desk and it seems that it suffers from the ABS_Z/ABS_RX issue that we've seen in other devices before. This patch uses the same reasoning as 9db630b48 ("HID: add multi-input quirk for NextWindow Touchscreen"). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r--drivers/hid/hid-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 9791d0a8d16d..513e75e0f65d 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -174,6 +174,9 @@
174 174
175#define USB_VENDOR_ID_DRAGONRISE 0x0079 175#define USB_VENDOR_ID_DRAGONRISE 0x0079
176 176
177#define USB_VENDOR_ID_EGALAX 0x0EEF
178#define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001
179
177#define USB_VENDOR_ID_ELO 0x04E7 180#define USB_VENDOR_ID_ELO 0x04E7
178#define USB_DEVICE_ID_ELO_TS2700 0x0020 181#define USB_DEVICE_ID_ELO_TS2700 0x0020
179 182