diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2010-02-04 10:36:24 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-04 12:50:23 -0500 |
commit | c2c3489c5b0fdb8fbf0f5e9424905c2994ab5660 (patch) | |
tree | 080784566ed2e14461623ea416e114d849b82e52 /drivers/hid/hid-ids.h | |
parent | 2dbf209d7a7ab94266b936bd2da6a4026c279992 (diff) |
HID: use multi input quirk for TouchPack touchscreen
This device generates ABS_Z and ABS_RX events, while it should be
generating ABS_X and ABS_Y instead. Using the MULTI_INPUT quirk solves
this issue.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Daniel Oliveira Nascimento <don@syst.com.br>
[jkosina@suse.cz: fixed blacklist ordering while resolving conflict]
[jkosina@suse.cz: fixed typo to make it compile]
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 b29d9da799f4..282bfe8d95e8 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -424,6 +424,9 @@ | |||
424 | 424 | ||
425 | #define USB_VENDOR_ID_THRUSTMASTER 0x044f | 425 | #define USB_VENDOR_ID_THRUSTMASTER 0x044f |
426 | 426 | ||
427 | #define USB_VENDOR_ID_TOUCHPACK 0x1bfd | ||
428 | #define USB_DEVICE_ID_TOUCHPACK_RTS 0x1688 | ||
429 | |||
427 | #define USB_VENDOR_ID_TOPMAX 0x0663 | 430 | #define USB_VENDOR_ID_TOPMAX 0x0663 |
428 | #define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103 | 431 | #define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103 |
429 | 432 | ||