Skip to content

Commit cbc3fb6

Browse files
Merge branch 'for-6.0'
2 parents d9edf26 + 1c50251 commit cbc3fb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

4.5/wacom_wac.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,11 +723,14 @@ static int wacom_intuos_get_tool_type(int tool_id)
723723
case 0x802: /* Intuos4/5 13HD/24HD General Pen */
724724
case 0x8e2: /* IntuosHT2 pen */
725725
case 0x022:
726+
case 0x200: /* Pro Pen 3 */
727+
case 0x04200: /* Pro Pen 3 */
726728
case 0x10842: /* MobileStudio Pro Pro Pen slim */
727729
case 0x14802: /* Intuos4/5 13HD/24HD Classic Pen */
728730
case 0x16802: /* Cintiq 13HD Pro Pen */
729731
case 0x18802: /* DTH2242 Pen */
730732
case 0x10802: /* Intuos4/5 13HD/24HD General Pen */
733+
case 0x80842: /* Intuos Pro and Cintiq Pro 3D Pen */
731734
tool_type = BTN_TOOL_PEN;
732735
break;
733736

@@ -4890,6 +4893,10 @@ static const struct wacom_features wacom_features_0x3c6 =
48904893
static const struct wacom_features wacom_features_0x3c8 =
48914894
{ "Wacom Intuos BT M", 21600, 13500, 4095, 63,
48924895
INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
4896+
static const struct wacom_features wacom_features_0x3dd =
4897+
{ "Wacom Intuos Pro S", 31920, 19950, 8191, 63,
4898+
INTUOSP2S_BT, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 7,
4899+
.touch_max = 10 };
48934900

48944901
static const struct wacom_features wacom_features_HID_ANY_ID =
48954902
{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
@@ -5065,6 +5072,7 @@ const struct hid_device_id wacom_ids[] = {
50655072
{ BT_DEVICE_WACOM(0x393) },
50665073
{ BT_DEVICE_WACOM(0x3c6) },
50675074
{ BT_DEVICE_WACOM(0x3c8) },
5075+
{ BT_DEVICE_WACOM(0x3dd) },
50685076
{ USB_DEVICE_WACOM(0x4001) },
50695077
{ USB_DEVICE_WACOM(0x4004) },
50705078
{ USB_DEVICE_WACOM(0x5000) },

0 commit comments

Comments
 (0)