diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2010-02-04 13:36:24 -0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-04 18:50:23 +0100 |
commit | c2c3489c5b0fdb8fbf0f5e9424905c2994ab5660 (patch) | |
tree | 080784566ed2e14461623ea416e114d849b82e52 /drivers/hid/hid-ids.h | |
parent | 2dbf209d7a7ab94266b936bd2da6a4026c279992 (diff) | |
download | talos-op-linux-c2c3489c5b0fdb8fbf0f5e9424905c2994ab5660.tar.gz talos-op-linux-c2c3489c5b0fdb8fbf0f5e9424905c2994ab5660.zip |
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 @@ #define USB_VENDOR_ID_THRUSTMASTER 0x044f +#define USB_VENDOR_ID_TOUCHPACK 0x1bfd +#define USB_DEVICE_ID_TOUCHPACK_RTS 0x1688 + #define USB_VENDOR_ID_TOPMAX 0x0663 #define USB_DEVICE_ID_TOPMAX_COBRAPAD 0x0103 |