Skip to content

Commit d6d89c2

Browse files
committed
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]>
1 parent 49dc331 commit d6d89c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

4.5/wacom_wac.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4890,6 +4890,10 @@ static const struct wacom_features wacom_features_0x3c6 =
48904890
static const struct wacom_features wacom_features_0x3c8 =
48914891
{ "Wacom Intuos BT M", 21600, 13500, 4095, 63,
48924892
INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
4893+
static const struct wacom_features wacom_features_0x3dd =
4894+
{ "Wacom Intuos Pro S", 31920, 19950, 8191, 63,
4895+
INTUOSP2S_BT, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 7,
4896+
.touch_max = 10 };
48934897

48944898
static const struct wacom_features wacom_features_HID_ANY_ID =
48954899
{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
@@ -5065,6 +5069,7 @@ const struct hid_device_id wacom_ids[] = {
50655069
{ BT_DEVICE_WACOM(0x393) },
50665070
{ BT_DEVICE_WACOM(0x3c6) },
50675071
{ BT_DEVICE_WACOM(0x3c8) },
5072+
{ BT_DEVICE_WACOM(0x3dd) },
50685073
{ USB_DEVICE_WACOM(0x4001) },
50695074
{ USB_DEVICE_WACOM(0x4004) },
50705075
{ USB_DEVICE_WACOM(0x5000) },

0 commit comments

Comments
 (0)