We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dc331 commit d6d89c2Copy full SHA for d6d89c2
4.5/wacom_wac.c
@@ -4890,6 +4890,10 @@ static const struct wacom_features wacom_features_0x3c6 =
4890
static const struct wacom_features wacom_features_0x3c8 =
4891
{ "Wacom Intuos BT M", 21600, 13500, 4095, 63,
4892
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 };
4897
4898
static const struct wacom_features wacom_features_HID_ANY_ID =
4899
{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
@@ -5065,6 +5069,7 @@ const struct hid_device_id wacom_ids[] = {
5065
5069
{ BT_DEVICE_WACOM(0x393) },
5066
5070
{ BT_DEVICE_WACOM(0x3c6) },
5067
5071
{ BT_DEVICE_WACOM(0x3c8) },
5072
+ { BT_DEVICE_WACOM(0x3dd) },
5068
5073
{ USB_DEVICE_WACOM(0x4001) },
5074
{ USB_DEVICE_WACOM(0x4004) },
5075
{ USB_DEVICE_WACOM(0x5000) },
0 commit comments