diff options
author | Jimmy Hon <honyuenkwun@gmail.com> | 2011-05-20 17:59:19 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-24 13:51:21 +0200 |
commit | e23be0a27dcc9297ff0495360d89bc5b0bf12383 (patch) | |
tree | 07bc2bfccab34b74c7725df85459f521d96c6ae1 /drivers/hid/hid-ids.h | |
parent | 7f77897ef2b6a5ee4eb8bc24fe8b1f3eab254328 (diff) | |
download | linux-3.10-e23be0a27dcc9297ff0495360d89bc5b0bf12383.tar.gz linux-3.10-e23be0a27dcc9297ff0495360d89bc5b0bf12383.tar.bz2 linux-3.10-e23be0a27dcc9297ff0495360d89bc5b0bf12383.zip |
HID: add quirk for HyperPen 10000U
Add 5543:0064 UC-Logic Technology Corp. Aiptek HyperPen 10000U to quirks with
HID_QUIRK_MULTI_INPUT.
Originally the device is reporting the x,y coordinates on Z and RX. By adding
this quirk, there will be two kernel devices. The first one is muted and the
second device will report coordinates on X and Y.
Signed-off-by: Jimmy Hon <honyuenkwun@gmail.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 0b374a6d6db..2bbaad70d76 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -622,6 +622,7 @@ #define USB_VENDOR_ID_UCLOGIC 0x5543 #define USB_DEVICE_ID_UCLOGIC_TABLET_PF1209 0x0042 #define USB_DEVICE_ID_UCLOGIC_TABLET_KNA5 0x6001 +#define USB_DEVICE_ID_UCLOGIC_TABLET_TWA60 0x0064 #define USB_DEVICE_ID_UCLOGIC_TABLET_WP4030U 0x0003 #define USB_DEVICE_ID_UCLOGIC_TABLET_WP5540U 0x0004 #define USB_DEVICE_ID_UCLOGIC_TABLET_WP8060U 0x0005 |