From 0e6be5c74e0afd5a15ae8a1af5de140617597430 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 21:16:29 +0200 Subject: imported wacom.conf --- hel/wacom.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 hel/wacom.conf (limited to 'hel/wacom.conf') diff --git a/hel/wacom.conf b/hel/wacom.conf new file mode 100644 index 00000000..8992ab15 --- /dev/null +++ b/hel/wacom.conf @@ -0,0 +1,32 @@ +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*" + Driver "wacom" +EndSection + +Section "InputClass" + Identifier "Wacom serial class" + MatchProduct "Serial Wacom Tablet" + Driver "wacom" +EndSection + +Section "InputClass" + Identifier "Wacom serial class identifiers" + MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9" + Driver "wacom" +EndSection -- cgit v1.2.3