]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
HID: add support for the Wacom Intuos 4 wireless
authorBastien Nocera <hadess@hadess.net>
Wed, 21 Apr 2010 13:52:00 +0000 (14:52 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 21 Apr 2010 14:22:03 +0000 (16:22 +0200)
Same command set as the Graphire Bluetooth tablet.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-ids.h
drivers/hid/hid-wacom.c

index e1b4ce4eeb6e8f3dd647f8ae11d5580df7dd3cc7..0786bbdafb4aab72d72ee532819eb8f2f5a1fd98 100644 (file)
 
 #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
index 97ef6260fda04f69b48b7044ed158058967ca94b..51d7d77eb43bafa2edcd941e04b334326eafc2a7 100644 (file)
@@ -435,7 +435,7 @@ static void wacom_remove(struct hid_device *hdev)
 
 static const struct hid_device_id wacom_devices[] = {
        { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH) },
-
+       { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH) },
        { }
 };
 MODULE_DEVICE_TABLE(hid, wacom_devices);