Add Wacom driver for tablet

This commit is contained in:
Riyyi
2021-07-21 23:08:24 +02:00
parent 7722c26618
commit 2d9a38909a
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Section "InputClass"
Identifier "Tablet"
Driver "wacom"
MatchDevicePath "/dev/input/event*"
MatchUSBID "256c:006d"
EndSection