diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2009-12-03 00:08:10 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-03 04:51:32 -0500 |
commit | 9db630b48a99adb4156e205b812fba8959644280 (patch) | |
tree | daccc0d4854e9d7dabeb242182baa4f6f3ed53fa /drivers/hid/hid-ids.h | |
parent | e8d0eab4d9eda9f5e97852f780f020bfb134f9f0 (diff) |
HID: add multi-input quirk for NextWindow Touchscreen.
These touchscreens are mounted onto HP TouchSmart and the Dell Studio One
19. Without a quirk they report a wrong button set and the x/y coordinates
through ABS_Z/ABS_RX, confusing the higher levels (most notably X.Org's
evdev driver).
Device id 0x003 covers models 1900, 2150, and 2700 [1] though testing could
only be performed on a model 1900.
[1] http://www.nextwindow.com/nextwindow_support/latest_tech_info.html
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 656c015cf790..0ceabbb8e019 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -347,6 +347,9 @@ | |||
347 | #define USB_VENDOR_ID_NEC 0x073e | 347 | #define USB_VENDOR_ID_NEC 0x073e |
348 | #define USB_DEVICE_ID_NEC_USB_GAME_PAD 0x0301 | 348 | #define USB_DEVICE_ID_NEC_USB_GAME_PAD 0x0301 |
349 | 349 | ||
350 | #define USB_VENDOR_ID_NEXTWINDOW 0x1926 | ||
351 | #define USB_DEVICE_ID_NEXTWINDOW_TOUCHSCREEN 0x0003 | ||
352 | |||
350 | #define USB_VENDOR_ID_NTRIG 0x1b96 | 353 | #define USB_VENDOR_ID_NTRIG 0x1b96 |
351 | #define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN 0x0001 | 354 | #define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN 0x0001 |
352 | 355 | ||