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 b8774d3 commit 92566c0Copy full SHA for 92566c0
drivers/hid/wacom_wac.c
@@ -714,13 +714,12 @@ static int wacom_intuos_get_tool_type(int tool_id)
714
case 0x8e2: /* IntuosHT2 pen */
715
case 0x022:
716
case 0x200: /* Pro Pen 3 */
717
- case 0x04200: /* Pro Pen 3 */
718
case 0x10842: /* MobileStudio Pro Pro Pen slim */
719
case 0x14802: /* Intuos4/5 13HD/24HD Classic Pen */
720
case 0x16802: /* Cintiq 13HD Pro Pen */
721
case 0x18802: /* DTH2242 Pen */
722
case 0x10802: /* Intuos4/5 13HD/24HD General Pen */
723
- case 0x80842: /* Intuos Pro and Cintiq Pro 3D Pen */
+ case 0x8842: /* Intuos Pro and Cintiq Pro 3D Pen */
724
tool_type = BTN_TOOL_PEN;
725
break;
726
0 commit comments