summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/50-synaptics.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
index 89bb557..d5da0cb 100644
--- a/conf/50-synaptics.conf
+++ b/conf/50-synaptics.conf
@@ -2,4 +2,8 @@ Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
+# This option is recommend on all Linux systems using evdev, but cannot be
+# enabled by default. See the following link for details:
+# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
+# MatchDevicePath "/dev/input/event*"
EndSection