Skip to content

Commit 47552e1

Browse files
committed
conf: bind this driver to all tablets by default
Historically we've only bound to Wacom devices and a select few other tablets that were handled by this driver. This required adding those tablets which we forgot for years for e.g. Huion/XP-Pen devices (see commit 4e1d6d6). At this point we should support pretty much anything that is a tablet so let's bind to those by default. Exceptions for Wacom touchpad/touchscreens stay in the file and so do some other ones that are too hard to test whether they're handled by them generic MatchIsTablet condition. Closes #353
1 parent 659fee3 commit 47552e1

File tree

1 file changed

+0
-69
lines changed

1 file changed

+0
-69
lines changed

conf/70-wacom.conf

-69
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
Section "InputClass"
1010
Identifier "Wacom USB tablet class"
11-
MatchUSBID "056a:*"
1211
MatchDevicePath "/dev/input/event*"
1312
MatchIsTablet "true"
1413
Driver "wacom"
@@ -30,14 +29,6 @@ Section "InputClass"
3029
Driver "wacom"
3130
EndSection
3231

33-
Section "InputClass"
34-
Identifier "Wacom tablet class"
35-
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
36-
MatchDevicePath "/dev/input/event*"
37-
MatchIsTablet "true"
38-
Driver "wacom"
39-
EndSection
40-
4132
Section "InputClass"
4233
Identifier "Wacom touchscreen class"
4334
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
@@ -76,41 +67,6 @@ Section "InputClass"
7667
Driver "wacom"
7768
EndSection
7869

79-
# Hanwang tablets
80-
Section "InputClass"
81-
Identifier "Hanwang class"
82-
MatchProduct "Hanwang"
83-
MatchDevicePath "/dev/input/event*"
84-
Driver "wacom"
85-
EndSection
86-
87-
# Waltop tablets
88-
Section "InputClass"
89-
Identifier "Waltop class"
90-
MatchProduct "WALTOP"
91-
MatchIsTablet "on"
92-
MatchDevicePath "/dev/input/event*"
93-
Driver "wacom"
94-
EndSection
95-
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-
11470
# N-Trig Duosense Electromagnetic Digitizer
11571
Section "InputClass"
11672
Identifier "Wacom N-Trig class"
@@ -128,28 +84,3 @@ Section "InputClass"
12884
MatchIsTouchscreen "true"
12985
Driver "wacom"
13086
EndSection
131-
132-
# Surface Go
133-
Section "InputClass"
134-
Identifier "SurfaceGo Touch"
135-
MatchProduct "ELAN9038:00 04F3:261A"
136-
MatchDevicePath "/dev/input/event*"
137-
Driver "wacom"
138-
EndSection
139-
140-
# Nuvision Solo 10 Draw (Supports Surface Pens)
141-
Section "InputClass"
142-
Identifier "Nuvision Solo 10 Draw"
143-
MatchProduct "04F3200A:00 04F3:22F7"
144-
MatchDevicePath "/dev/input/event*"
145-
Driver "wacom"
146-
EndSection
147-
148-
# Surface IPTS (Intel Precise Touch and Stylus)
149-
Section "InputClass"
150-
Identifier "Surface IPTS Device"
151-
MatchProduct "IPTS"
152-
MatchDevicePath "/dev/input/event*"
153-
Driver "wacom"
154-
EndSection
155-

0 commit comments

Comments
 (0)