Skip to content

Instantly share code, notes, and snippets.

@heftig
Created July 19, 2010 01:03
Show Gist options
  • Save heftig/480873 to your computer and use it in GitHub Desktop.
Save heftig/480873 to your computer and use it in GitHub Desktop.
Section "InputClass"
Identifier "Wacom class"
# WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
# so for now just let it fall through and be picked up by evdev instead.
# MatchProduct "Wacom|WALTOP|WACOM"
MatchProduct "Wacom|WACOM"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
Option "BaudRate" "19200"
EndSection
Section "InputClass"
Identifier "stylus"
MatchProduct "stylus"
Option "Button2" "3"
EndSection
Section "InputClass"
Identifier "eraser"
MatchProduct "eraser"
Option "Button1" "2"
EndSection
Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7"
Driver "wacom"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection
# vim:set ft=xf86conf ts=8 sts=0 sw=8 noet:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment