Skip to content

Commit 4e6e7d7

Browse files
jigpubentiss
authored andcommitted
HID: wacom: Add support for Pro Pen slim
Wacom has introduced a new pen compatible with its MobileStudio Pro and other tablets. Although adding it to the tool ID tablet is not strictly necessary unrecognized pens are reported as BTN_TOOL_PEN already, unless the tablet sends the "eraser" bit, when BTN_TOOL_RUBBER is used instead), we'll keep it updated anyway. Signed-off-by: Jason Gerecke <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 1da92d4 commit 4e6e7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/wacom_wac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ static int wacom_intuos_get_tool_type(int tool_id)
626626
case 0x8e2: /* IntuosHT2 pen */
627627
case 0x022:
628628
case 0x10804: /* Intuos4/5 13HD/24HD Art Pen */
629+
case 0x10842: /* MobileStudio Pro Pro Pen slim */
629630
case 0x14802: /* Intuos4/5 13HD/24HD Classic Pen */
630631
case 0x16802: /* Cintiq 13HD Pro Pen */
631632
case 0x18802: /* DTH2242 Pen */
@@ -667,6 +668,7 @@ static int wacom_intuos_get_tool_type(int tool_id)
667668
case 0x1480a: /* Intuos4/5 13HD/24HD Classic Pen Eraser */
668669
case 0x1090a: /* Intuos4/5 13HD/24HD Airbrush Eraser */
669670
case 0x1080c: /* Intuos4/5 13HD/24HD Art Pen Eraser */
671+
case 0x1084a: /* MobileStudio Pro Pro Pen slim Eraser */
670672
case 0x1680a: /* Cintiq 13HD Pro Pen Eraser */
671673
case 0x1880a: /* DTH2242 Eraser */
672674
case 0x1080a: /* Intuos4/5 13HD/24HD General Pen Eraser */

0 commit comments

Comments
 (0)