Advertisement
Guest User

10-synaptics

a guest
Feb 16th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "touchpad catchall"
  3. MatchIsTouchpad "on"
  4. MatchDevicePath "/dev/input/event*"
  5. Driver "synaptics"
  6. EndSection
  7.  
  8. Section "InputClass"
  9. Identifier "Dell Inspiron embedded buttons quirks"
  10. MatchTag "inspiron_1011|inspiron_1012"
  11. MatchDevicePath "/dev/input/event*"
  12. Driver "synaptics"
  13. Option "JumpyCursorThreshold" "90"
  14. Option "AreaBottomEdge" "4100"
  15. EndSection
  16.  
  17. Section "InputClass"
  18. Identifier "Dell Inspiron quirks"
  19. MatchTag "inspiron_1120"
  20. MatchDevicePath "/dev/input/event*"
  21. Driver "synaptics"
  22. Option "JumpyCursorThreshold" "250"
  23. EndSection
  24.  
  25. Section "InputClass"
  26. Identifier "HP Mininote quirks"
  27. MatchTag "mininote_1000"
  28. MatchDevicePath "/dev/input/event*"
  29. Driver "synaptics"
  30. Option "JumpyCursorThreshold" "20"
  31. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement