From a0b7f755e925194b8245d580182fede9ee197985 Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Mon, 27 Jun 2011 14:35:31 +0800 Subject: [PATCH] conf: fix snippet to ignore /dev/input/mouse* on Linux Added '*' to match any and all mouse devices. Signed-off-by: Daniel Kurtz Signed-off-by: Peter Hutterer --- conf/50-synaptics.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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