diff options
author | Christoph Brill <egore911@egore911.de> | 2011-03-09 23:25:05 +0100 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2011-03-09 23:25:05 +0100 |
commit | 0662e1c18122768549e51baf9ce3649c57ff0528 (patch) | |
tree | e0477c5baa916de8f9a0d6e3f0b18d79e5b1b908 /conf | |
parent | 049d5fb6037b34d94b24cb8300849cf4e3b67437 (diff) |
Add note about MatchDevicePath
This question seems to pop up very often. Add a note pointing to Peter's
blog entry describing the details of this misconfiguration.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/50-synaptics.conf | 4 |
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 |