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.
2 parents 53081c2 + f34a23c commit eff01aaCopy full SHA for eff01aa
1 file changed
4.18/wacom_wac.c
@@ -696,6 +696,7 @@ static bool wacom_is_art_pen(int tool_id)
696
case 0x885: /* Intuos3 Marker Pen */
697
case 0x804: /* Intuos4/5 13HD/24HD Marker Pen */
698
case 0x10804: /* Intuos4/5 13HD/24HD Art Pen */
699
+ case 0x204: /* Art Pen 2 */
700
is_art_pen = true;
701
break;
702
}
0 commit comments