Advertisement
Guest User

50-wacom-pacnew

a guest
Jul 27th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "InputClass"
  2.     Identifier "Wacom class"
  3.     MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
  4.     MatchDevicePath "/dev/input/event*"
  5.     Driver "wacom"
  6. EndSection
  7.  
  8. Section "InputClass"
  9.     Identifier "Wacom serial class"
  10.     MatchProduct "Serial Wacom Tablet"
  11.     Driver "wacom"
  12. EndSection
  13.  
  14. Section "InputClass"
  15.         Identifier "Wacom serial class identifiers"
  16.         MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
  17.         Driver "wacom"
  18. EndSection
  19.  
  20. # Waltop tablets
  21. Section "InputClass"
  22.     Identifier "Waltop class"
  23.     MatchProduct "WALTOP"
  24.     MatchIsTablet "on"
  25.     MatchDevicePath "/dev/input/event*"
  26.     Driver "wacom"
  27. EndSection
  28.  
  29. # N-Trig Duosense Electromagnetic Digitizer
  30. Section "InputClass"
  31.     Identifier "Wacom N-Trig class"
  32.     MatchProduct "HID 1b96:0001|N-Trig Pen"
  33.     MatchDevicePath "/dev/input/event*"
  34.     Driver "wacom"
  35.     Option "Button2" "3"
  36. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement