Skip to content

Commit bfdc750

Browse files
PinglinuxJiri Kosina
authored andcommitted
HID: wacom: add three styli to wacom_intuos_get_tool_type
We forgot to add the 3D pen ID a year ago. There are two new pro pen IDs to be added. Signed-off-by: Ping Cheng <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent cacdb14 commit bfdc750

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/hid/wacom_wac.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,11 +713,14 @@ static int wacom_intuos_get_tool_type(int tool_id)
713713
case 0x802: /* Intuos4/5 13HD/24HD General Pen */
714714
case 0x8e2: /* IntuosHT2 pen */
715715
case 0x022:
716+
case 0x200: /* Pro Pen 3 */
717+
case 0x04200: /* Pro Pen 3 */
716718
case 0x10842: /* MobileStudio Pro Pro Pen slim */
717719
case 0x14802: /* Intuos4/5 13HD/24HD Classic Pen */
718720
case 0x16802: /* Cintiq 13HD Pro Pen */
719721
case 0x18802: /* DTH2242 Pen */
720722
case 0x10802: /* Intuos4/5 13HD/24HD General Pen */
723+
case 0x80842: /* Intuos Pro and Cintiq Pro 3D Pen */
721724
tool_type = BTN_TOOL_PEN;
722725
break;
723726

0 commit comments

Comments
 (0)