Skip to content

Commit

Permalink
conf: bind this driver to all tablets by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
whot committed Sep 12, 2024
1 parent 659fee3 commit 553e721
Showing 1 changed file with 0 additions and 69 deletions.
69 changes: 0 additions & 69 deletions conf/70-wacom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

Section "InputClass"
Identifier "Wacom USB tablet class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
Expand All @@ -30,14 +29,6 @@ Section "InputClass"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom tablet class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchscreen class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
Expand Down Expand Up @@ -76,41 +67,6 @@ Section "InputClass"
Driver "wacom"
EndSection

# Hanwang tablets
Section "InputClass"
Identifier "Hanwang class"
MatchProduct "Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Huion tablets
Section "InputClass"
Identifier "Huion class"
MatchUSBID "256c:*"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# XP-Pen tablets
Section "InputClass"
Identifier "XP-Pen class"
MatchUSBID "28bd:*"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
Expand All @@ -128,28 +84,3 @@ Section "InputClass"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

# Surface Go
Section "InputClass"
Identifier "SurfaceGo Touch"
MatchProduct "ELAN9038:00 04F3:261A"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Nuvision Solo 10 Draw (Supports Surface Pens)
Section "InputClass"
Identifier "Nuvision Solo 10 Draw"
MatchProduct "04F3200A:00 04F3:22F7"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Surface IPTS (Intel Precise Touch and Stylus)
Section "InputClass"
Identifier "Surface IPTS Device"
MatchProduct "IPTS"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

0 comments on commit 553e721

Please sign in to comment.