[PATCH synaptics] conf: add snippet to ignore /dev/input/mouse* on Linux

Peter Hutterer peter.hutterer at who-t.net
Mon May 30 21:45:18 PDT 2011


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 conf/50-synaptics.conf |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
index ff0342d..2c32923 100644
--- a/conf/50-synaptics.conf
+++ b/conf/50-synaptics.conf
@@ -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
-- 
1.7.5.1



More information about the xorg-devel mailing list