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

Added '*' to match any and all mouse devices.

Signed-off-by: Daniel Kurtz <djkurtz@google.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Daniel Kurtz
2011-06-27 14:35:31 +08:00
committed by Peter Hutterer
parent dfee7c3f99
commit a0b7f755e9

View File

@@ -21,6 +21,6 @@ Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection