diff options
author | Daniel Kurtz <djkurtz@google.com> | 2011-06-27 14:35:31 +0800 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-28 08:10:46 +1000 |
commit | a0b7f755e925194b8245d580182fede9ee197985 (patch) | |
tree | df946d990fa6c92e43a6c1d529e96ba33e840608 /conf | |
parent | dfee7c3f99c1ac5aeba7feed96f30b6b96739c73 (diff) |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/50-synaptics.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf index 2c32923..5ec7e78 100644 --- a/conf/50-synaptics.conf +++ b/conf/50-synaptics.conf @@ -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 |