diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-04-21 14:52:00 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-21 16:22:03 +0200 |
commit | ed9eac5b493c679ef5fc52273758fe334de82714 (patch) | |
tree | 55475a8581e6eb020b93954d88ef1a63093a57d2 /drivers/hid/hid-ids.h | |
parent | 18392212932ecbdc71bc6a298ad301328eefb09d (diff) |
HID: add support for the Wacom Intuos 4 wireless
Same command set as the Graphire Bluetooth tablet.
Signed-off-by: Bastien Nocera <hadess@hadess.net>
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 e1b4ce4eeb6..0786bbdafb4 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -456,6 +456,7 @@ #define USB_VENDOR_ID_WACOM 0x056a #define USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH 0x81 +#define USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH 0xbd #define USB_VENDOR_ID_WISEGROUP 0x0925 #define USB_DEVICE_ID_SMARTJOY_PLUS 0x0005 |