diff options
author | Nikolai Kondrashov <spbnick@gmail.com> | 2012-05-14 20:30:38 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-05-15 09:50:19 +0200 |
commit | d1257081aecf44455fcab8675f1d54e8b242faa1 (patch) | |
tree | 99b052b7952547859b0c8458a050c43becec5f59 /drivers/hid/hid-ids.h | |
parent | bb2e19769533cc7c11257c67690358473099be9a (diff) | |
download | blackbird-obmc-linux-d1257081aecf44455fcab8675f1d54e8b242faa1.tar.gz blackbird-obmc-linux-d1257081aecf44455fcab8675f1d54e8b242faa1.zip |
HID: uclogic: Add support for UC-Logic TWHL850
Add support for UC-Logic Wireless Tablet TWHL850.
It is known to be sold as Genius MousePen M508W.
This tablet has a bug in the default (compatibility) mode which is used in this
driver: frame button assignments are mixed up. This is to be fixed with a driver
supporting the vendor-specific protocol.
Signed-off-by: Nikolai Kondrashov <spbnick@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 df87fdbf70bf..635810ab915e 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -717,6 +717,7 @@ #define USB_DEVICE_ID_UCLOGIC_TABLET_WP5540U 0x0004 #define USB_DEVICE_ID_UCLOGIC_TABLET_WP8060U 0x0005 #define USB_DEVICE_ID_UCLOGIC_TABLET_WP1062 0x0064 +#define USB_DEVICE_ID_UCLOGIC_WIRELESS_TABLET_TWHL850 0x0522 #define USB_VENDOR_ID_UNITEC 0x227d #define USB_DEVICE_ID_UNITEC_USB_TOUCH_0709 0x0709 |