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.nix | 2 ++ hel/wacom.conf | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 hel/wacom.conf diff --git a/hel.nix b/hel.nix index fac02acd..f512458d 100644 --- a/hel.nix +++ b/hel.nix @@ -125,5 +125,7 @@ dates = "daily"; options = "--delete-older-than 30d"; }; + + environment.etc."X11/xorg.conf.d/50-wacom.conf".source = ./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