mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
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:
committed by
Peter Hutterer
parent
dfee7c3f99
commit
a0b7f755e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user