summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/50-wacom.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
index 95f10e9..fc0eed2 100644
--- a/conf/50-wacom.conf
+++ b/conf/50-wacom.conf
@@ -1,4 +1,18 @@
Section "InputClass"
+ Identifier "Wacom USB device class"
+ MatchUSBID "056a:*"
+ MatchDevicePath "/dev/input/event*"
+ Driver "wacom"
+EndSection
+
+Section "InputClass"
+ Identifier "Wacom PnP device class"
+ MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
+ MatchDevicePath "/dev/input/event*"
+ Driver "wacom"
+EndSection
+
+Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"