xorg-x11-drv-wacom/50-wacom.conf
Peter Hutterer bb034a0292 - Install config snippet in $datadir/X11/xorg.conf.d
- rename to 50-wacom.conf to match upstream naming
2010-04-15 06:58:05 +00:00

21 lines
528 B
Plaintext

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 N-Trig class"
MatchProduct "HID 1b96:0001"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection