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 0379eb8 commit 9fc5194Copy full SHA for 9fc5194
drivers/hid/wacom_wac.c
@@ -684,6 +684,7 @@ static bool wacom_is_art_pen(int tool_id)
684
case 0x885: /* Intuos3 Marker Pen */
685
case 0x804: /* Intuos4/5 13HD/24HD Marker Pen */
686
case 0x10804: /* Intuos4/5 13HD/24HD Art Pen */
687
+ case 0x204: /* Art Pen 2 */
688
is_art_pen = true;
689
break;
690
}
0 commit comments