Guest User

Untitled

a guest
Jun 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "Wacom class"
  3. # WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
  4. # so for now just let it fall through and be picked up by evdev instead.
  5. # MatchProduct "Wacom|WALTOP|WACOM"
  6. MatchProduct "Wacom|WACOM"
  7. MatchDevicePath "/dev/input/event*"
  8. Driver "wacom"
  9. EndSection
  10.  
  11. Section "InputClass"
  12. Identifier "Wacom serial class"
  13. MatchProduct "Serial Wacom Tablet"
  14. Driver "wacom"
  15. EndSection
  16.  
  17. Section "InputClass"
  18. Identifier "Wacom serial class identifiers"
  19. MatchProduct "WACf|FUJ02e5|FUJ02e7"
  20. Driver "wacom"
  21. EndSection
  22.  
  23.  
  24. # N-Trig Duosense Electromagnetic Digitizer
  25. Section "InputClass"
  26. Identifier "Wacom N-Trig class"
  27. MatchProduct "HID 1b96:0001|N-Trig Pen"
  28. MatchDevicePath "/dev/input/event*"
  29. Driver "wacom"
  30. Option "Button2" "3"
  31. EndSection
Add Comment
Please, Sign In to add comment