xf86-input-wacom:

- sync config with config from fedora
This commit is contained in:
Stephan Raue 2010-02-19 11:13:48 +01:00
parent 7d21e1a3b2
commit 65997f67c6
2 changed files with 19 additions and 5 deletions

View File

@ -0,0 +1,19 @@
Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WALTOP|WACOM"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "WACf|FUJ02e5|FUJ02e7"
Driver "wacom"
Option "ForceDevice" "ISDV4"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "HID 1b96:0001"
Driver "wacom"
EndSection

View File

@ -1,5 +0,0 @@
Section "InputClass"
Identifier "wacom"
MatchIsTablet "true"
Driver "wacom"
EndSection