summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-05-31 13:04:01 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-05-31 14:43:59 +1000
commitf37c67fc6ca929aabc3ad47d5294efb0a58c0644 (patch)
treeb2010ef8998d6a30b934e1f715e5b9559cf86694
parentde8c3a5430c71d3a52d2dc3362743b791256d847 (diff)
conf: add snippet to ignore /dev/input/mouse* on Linux
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--conf/50-synaptics.conf8
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