aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-08-20 11:21:11 -0400
committerJiri Kosina <jkosina@suse.cz>2010-08-23 09:01:55 -0400
commit72a46344867111c3e019b169ddfa9e1a1f55c759 (patch)
treed2a134a2c7fe193b1f68d640c73de78f0636bef8 /drivers/hid/hid-ids.h
parentf36ee074d5d563a832fbfc378207739db3a0a205 (diff)
HID: add support for two Waltop tablets
Add support for Waltop Slim Tablet 5.8 inch and Media Tablet 10.6 inch. These (and other Waltop) tablets are usually sold by different companies (such as Genius and Trust) and with different names, but with the same USB vendor/product IDs. Slim Tablet 5.8 inch is known to also be sold as Genius G-Pen F350 and Trust Widescreen Mini Tablet (item no 16485). Media Tablet 10.6 inch is known to also be sold as Genius G-Pen M609 and M609X. Of these only the latter is known to be supported. 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index b887e73da68a..5be629345cd8 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -519,6 +519,10 @@
519#define USB_VENDOR_ID_WACOM 0x056a 519#define USB_VENDOR_ID_WACOM 0x056a
520#define USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH 0x81 520#define USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH 0x81
521 521
522#define USB_VENDOR_ID_WALTOP 0x172f
523#define USB_DEVICE_ID_WALTOP_SLIM_TABLET_5_8_INCH 0x0032
524#define USB_DEVICE_ID_WALTOP_MEDIA_TABLET_10_6_INCH 0x0501
525
522#define USB_VENDOR_ID_WISEGROUP 0x0925 526#define USB_VENDOR_ID_WISEGROUP 0x0925
523#define USB_DEVICE_ID_SMARTJOY_PLUS 0x0005 527#define USB_DEVICE_ID_SMARTJOY_PLUS 0x0005
524#define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101 528#define USB_DEVICE_ID_1_PHIDGETSERVO_20 0x8101