conf: add snippet to ignore /dev/input/mouse* on Linux

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2011-05-31 13:04:01 +10:00
parent de8c3a5430
commit f37c67fc6c

View File

@@ -16,3 +16,11 @@ Section "InputClass"
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
# MatchDevicePath "/dev/input/event*"
EndSection
Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse"
Option "Ignore" "on"
EndSection