summaryrefslogtreecommitdiff
path: root/hel
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 21:16:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 21:16:37 +0200
commit01d5c3a0361a89f2b984246bd68de4166a628604 (patch)
treeff30e3ccb33cf40aafb533ff0ead8b7c3f5c509a /hel
parent0e6be5c74e0afd5a15ae8a1af5de140617597430 (diff)
downloadnixos-01d5c3a0361a89f2b984246bd68de4166a628604.tar
nixos-01d5c3a0361a89f2b984246bd68de4166a628604.tar.gz
nixos-01d5c3a0361a89f2b984246bd68de4166a628604.tar.bz2
nixos-01d5c3a0361a89f2b984246bd68de4166a628604.tar.xz
nixos-01d5c3a0361a89f2b984246bd68de4166a628604.zip
trimmed wacom.conf
Diffstat (limited to 'hel')
-rw-r--r--hel/wacom.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/hel/wacom.conf b/hel/wacom.conf
index 8992ab15..26b12a6b 100644
--- a/hel/wacom.conf
+++ b/hel/wacom.conf
@@ -4,29 +4,3 @@ Section "InputClass"
4 MatchDevicePath "/dev/input/event*" 4 MatchDevicePath "/dev/input/event*"
5 Driver "wacom" 5 Driver "wacom"
6EndSection 6EndSection
7
8Section "InputClass"
9 Identifier "Wacom PnP device class"
10 MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
11 MatchDevicePath "/dev/input/event*"
12 Driver "wacom"
13EndSection
14
15Section "InputClass"
16 Identifier "Wacom class"
17 MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
18 MatchDevicePath "/dev/input/event*"
19 Driver "wacom"
20EndSection
21
22Section "InputClass"
23 Identifier "Wacom serial class"
24 MatchProduct "Serial Wacom Tablet"
25 Driver "wacom"
26EndSection
27
28Section "InputClass"
29 Identifier "Wacom serial class identifiers"
30 MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
31 Driver "wacom"
32EndSection