Skip to content

Commit 4e1d6d6

Browse files
committed
conf: add huion and xp-pen to our default snippet
These tablets are supported provided the right kernel driver is loaded, so let's add them by default instead of requiring every user to write a config snippet .
1 parent f70c7de commit 4e1d6d6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

conf/70-wacom.conf

+18
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,24 @@ Section "InputClass"
9393
Driver "wacom"
9494
EndSection
9595

96+
# Huion tablets
97+
Section "InputClass"
98+
Identifier "Huion class"
99+
MatchUSBID "256c:*"
100+
MatchIsTablet "on"
101+
MatchDevicePath "/dev/input/event*"
102+
Driver "wacom"
103+
EndSection
104+
105+
# XP-Pen tablets
106+
Section "InputClass"
107+
Identifier "XP-Pen class"
108+
MatchUSBID "28bd:*"
109+
MatchIsTablet "on"
110+
MatchDevicePath "/dev/input/event*"
111+
Driver "wacom"
112+
EndSection
113+
96114
# N-Trig Duosense Electromagnetic Digitizer
97115
Section "InputClass"
98116
Identifier "Wacom N-Trig class"

0 commit comments

Comments
 (0)