diff options
author | Ping Cheng <pinglinux@gmail.com> | 2016-04-12 16:37:45 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-12 17:23:53 -0400 |
commit | e1123fe975852cc0970b4e53ea65ca917e54c923 (patch) | |
tree | 070da2bb9297479e1f4b323726599a9025175fbf | |
parent | 326ea2a90500fe4add86c5fb95d914d46910e780 (diff) |
HID: wacom: Add support for DTK-1651
DTK-1651 is a display pen-only tablet
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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 02c4efea241c..e9902f2f8ec9 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c | |||
@@ -3395,6 +3395,10 @@ static const struct wacom_features wacom_features_0x33E = | |||
3395 | { "Wacom Intuos PT M 2", 21600, 13500, 2047, 63, | 3395 | { "Wacom Intuos PT M 2", 21600, 13500, 2047, 63, |
3396 | INTUOSHT2, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 16, | 3396 | INTUOSHT2, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 16, |
3397 | .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; | 3397 | .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; |
3398 | static const struct wacom_features wacom_features_0x343 = | ||
3399 | { "Wacom DTK1651", 34616, 19559, 1023, 0, | ||
3400 | DTUS, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4, | ||
3401 | WACOM_DTU_OFFSET, WACOM_DTU_OFFSET }; | ||
3398 | 3402 | ||
3399 | static const struct wacom_features wacom_features_HID_ANY_ID = | 3403 | static const struct wacom_features wacom_features_HID_ANY_ID = |
3400 | { "Wacom HID", .type = HID_GENERIC }; | 3404 | { "Wacom HID", .type = HID_GENERIC }; |
@@ -3560,6 +3564,7 @@ const struct hid_device_id wacom_ids[] = { | |||
3560 | { USB_DEVICE_WACOM(0x33C) }, | 3564 | { USB_DEVICE_WACOM(0x33C) }, |
3561 | { USB_DEVICE_WACOM(0x33D) }, | 3565 | { USB_DEVICE_WACOM(0x33D) }, |
3562 | { USB_DEVICE_WACOM(0x33E) }, | 3566 | { USB_DEVICE_WACOM(0x33E) }, |
3567 | { USB_DEVICE_WACOM(0x343) }, | ||
3563 | { USB_DEVICE_WACOM(0x4001) }, | 3568 | { USB_DEVICE_WACOM(0x4001) }, |
3564 | { USB_DEVICE_WACOM(0x4004) }, | 3569 | { USB_DEVICE_WACOM(0x4004) }, |
3565 | { USB_DEVICE_WACOM(0x5000) }, | 3570 | { USB_DEVICE_WACOM(0x5000) }, |