Skip to content

Commit

Permalink
conf: add huion and xp-pen to our default snippet
Browse files Browse the repository at this point in the history
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 .
  • Loading branch information
whot committed Aug 1, 2024
1 parent f70c7de commit 4e1d6d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions conf/70-wacom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,24 @@ Section "InputClass"
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 Down

0 comments on commit 4e1d6d6

Please sign in to comment.