aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-wacom.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-04-21 09:52:00 -0400
committerJiri Kosina <jkosina@suse.cz>2010-04-21 10:22:03 -0400
commited9eac5b493c679ef5fc52273758fe334de82714 (patch)
tree55475a8581e6eb020b93954d88ef1a63093a57d2 /drivers/hid/hid-wacom.c
parent18392212932ecbdc71bc6a298ad301328eefb09d (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-wacom.c')
-rw-r--r--drivers/hid/hid-wacom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c
index 97ef6260fda0..51d7d77eb43b 100644
--- a/drivers/hid/hid-wacom.c
+++ b/drivers/hid/hid-wacom.c
@@ -435,7 +435,7 @@ static void wacom_remove(struct hid_device *hdev)
435 435
436static const struct hid_device_id wacom_devices[] = { 436static const struct hid_device_id wacom_devices[] = {
437 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH) }, 437 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE_BLUETOOTH) },
438 438 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH) },
439 { } 439 { }
440}; 440};
441MODULE_DEVICE_TABLE(hid, wacom_devices); 441MODULE_DEVICE_TABLE(hid, wacom_devices);