diff options
author | Ping Cheng <pinglinux@gmail.com> | 2014-11-11 15:52:08 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-11 17:49:53 -0500 |
commit | fefb391f8c15900477432a29d9c3527dd66a8415 (patch) | |
tree | 2bc827c57cb59cb65b0efe46a06d74e4fa5164f2 /drivers/hid/wacom_wac.c | |
parent | 44b9683853c7b47d039366d7d2fd0d5380aba276 (diff) |
HID: wacom: Add support for Intuos Pen Medium
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/wacom_wac.c')
-rw-r--r-- | drivers/hid/wacom_wac.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index d343a6ee5bf7..104829524bcd 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c | |||
@@ -2881,6 +2881,10 @@ static const struct wacom_features wacom_features_0x30C = | |||
2881 | { "Wacom ISDv5 30C", .type = WACOM_24HDT, /* Touch */ | 2881 | { "Wacom ISDv5 30C", .type = WACOM_24HDT, /* Touch */ |
2882 | .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x30A, .touch_max = 10, | 2882 | .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x30A, .touch_max = 10, |
2883 | .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; | 2883 | .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; |
2884 | static const struct wacom_features wacom_features_0x323 = | ||
2885 | { "Wacom Intuos P M", 21600, 13500, 1023, 31, | ||
2886 | INTUOSHT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, | ||
2887 | .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; | ||
2884 | 2888 | ||
2885 | static const struct wacom_features wacom_features_HID_ANY_ID = | 2889 | static const struct wacom_features wacom_features_HID_ANY_ID = |
2886 | { "Wacom HID", .type = HID_GENERIC }; | 2890 | { "Wacom HID", .type = HID_GENERIC }; |
@@ -3025,6 +3029,7 @@ const struct hid_device_id wacom_ids[] = { | |||
3025 | { USB_DEVICE_WACOM(0x314) }, | 3029 | { USB_DEVICE_WACOM(0x314) }, |
3026 | { USB_DEVICE_WACOM(0x315) }, | 3030 | { USB_DEVICE_WACOM(0x315) }, |
3027 | { USB_DEVICE_WACOM(0x317) }, | 3031 | { USB_DEVICE_WACOM(0x317) }, |
3032 | { USB_DEVICE_WACOM(0x323) }, | ||
3028 | { USB_DEVICE_WACOM(0x4001) }, | 3033 | { USB_DEVICE_WACOM(0x4001) }, |
3029 | { USB_DEVICE_WACOM(0x4004) }, | 3034 | { USB_DEVICE_WACOM(0x4004) }, |
3030 | { USB_DEVICE_WACOM(0x5000) }, | 3035 | { USB_DEVICE_WACOM(0x5000) }, |