You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
791 B

  1. Section "InputClass"
  2. Identifier "eGalax touch class"
  3. MatchProduct "eGalax Inc.|Touchkit|eGalax_eMPIA Technology Inc."
  4. MatchDevicePath "/dev/input/event*"
  5. Driver "void"
  6. Option "Ignore"
  7. EndSection
  8. Section "InputClass"
  9. Identifier "eGalax mouse class"
  10. MatchProduct "eGalax Inc.|Touchkit|eGalax_eMPIA Technology Inc.|eGalaxTouch Virtual Device"
  11. MatchDevicePath "/dev/input/mouse*"
  12. Driver "void"
  13. Option "Ignore"
  14. EndSection
  15. Section "InputClass"
  16. Identifier "eGalax joystick class"
  17. MatchProduct "eGalax Inc.|Touchkit|eGalaxTouch Virtual Device"
  18. MatchDevicePath "/dev/input/js*"
  19. Driver "void"
  20. Option "Ignore"
  21. EndSection
  22. Section "InputClass"
  23. Identifier "eGalax virtual class"
  24. MatchProduct "eGalaxTouch Virtual Device"
  25. MatchDevicePath "/dev/input/event*"
  26. Driver "evdev"
  27. EndSection