Skip to content

Commit 0627f3d

Browse files
PinglinuxJiri Kosina
authored andcommitted
HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
Add the new PIDs to wacom_wac.c to support the new model in the Intuos Pro series. Signed-off-by: Ping Cheng <[email protected]> Tested-by: Aaron Armstrong Skomra <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 1ff89e0 commit 0627f3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/hid/wacom_wac.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4875,6 +4875,10 @@ static const struct wacom_features wacom_features_0x3c6 =
48754875
static const struct wacom_features wacom_features_0x3c8 =
48764876
{ "Wacom Intuos BT M", 21600, 13500, 4095, 63,
48774877
INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
4878+
static const struct wacom_features wacom_features_0x3dd =
4879+
{ "Wacom Intuos Pro S", 31920, 19950, 8191, 63,
4880+
INTUOSP2S_BT, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 7,
4881+
.touch_max = 10 };
48784882

48794883
static const struct wacom_features wacom_features_HID_ANY_ID =
48804884
{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
@@ -5050,6 +5054,7 @@ const struct hid_device_id wacom_ids[] = {
50505054
{ BT_DEVICE_WACOM(0x393) },
50515055
{ BT_DEVICE_WACOM(0x3c6) },
50525056
{ BT_DEVICE_WACOM(0x3c8) },
5057+
{ BT_DEVICE_WACOM(0x3dd) },
50535058
{ USB_DEVICE_WACOM(0x4001) },
50545059
{ USB_DEVICE_WACOM(0x4004) },
50555060
{ USB_DEVICE_WACOM(0x5000) },

0 commit comments

Comments
 (0)