diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 21:16:29 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 21:16:29 +0200 |
| commit | 0e6be5c74e0afd5a15ae8a1af5de140617597430 (patch) | |
| tree | 7c3e8f4f011671ec280dced32aef22b89a280553 /hel | |
| parent | 495a4347fd8fcfb2ec625889ccbfb4a08e4963ec (diff) | |
| download | nixos-0e6be5c74e0afd5a15ae8a1af5de140617597430.tar nixos-0e6be5c74e0afd5a15ae8a1af5de140617597430.tar.gz nixos-0e6be5c74e0afd5a15ae8a1af5de140617597430.tar.bz2 nixos-0e6be5c74e0afd5a15ae8a1af5de140617597430.tar.xz nixos-0e6be5c74e0afd5a15ae8a1af5de140617597430.zip | |
imported wacom.conf
Diffstat (limited to 'hel')
| -rw-r--r-- | hel/wacom.conf | 32 |
1 files changed, 32 insertions, 0 deletions
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 @@ | |||
| 1 | Section "InputClass" | ||
| 2 | Identifier "Wacom USB device class" | ||
| 3 | MatchUSBID "056a:*" | ||
| 4 | MatchDevicePath "/dev/input/event*" | ||
| 5 | Driver "wacom" | ||
| 6 | EndSection | ||
| 7 | |||
| 8 | Section "InputClass" | ||
| 9 | Identifier "Wacom PnP device class" | ||
| 10 | MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9" | ||
| 11 | MatchDevicePath "/dev/input/event*" | ||
| 12 | Driver "wacom" | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | Section "InputClass" | ||
| 16 | Identifier "Wacom class" | ||
| 17 | MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" | ||
| 18 | MatchDevicePath "/dev/input/event*" | ||
| 19 | Driver "wacom" | ||
| 20 | EndSection | ||
| 21 | |||
| 22 | Section "InputClass" | ||
| 23 | Identifier "Wacom serial class" | ||
| 24 | MatchProduct "Serial Wacom Tablet" | ||
| 25 | Driver "wacom" | ||
| 26 | EndSection | ||
| 27 | |||
| 28 | Section "InputClass" | ||
| 29 | Identifier "Wacom serial class identifiers" | ||
| 30 | MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9" | ||
| 31 | Driver "wacom" | ||
| 32 | EndSection | ||
