summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorUlf Brosziewski <bru@cvs.openbsd.org>2017-12-05 20:51:12 +0000
committerUlf Brosziewski <bru@cvs.openbsd.org>2017-12-05 20:51:12 +0000
commit5d997ee450cf482e3805faa04f63dd8f972287bd (patch)
tree37ef1c7991f63605ae5d38b2b4c2531c32b19fc5 /driver
parent682fd7279598c535f345fe4974c7248053046665 (diff)
Use ws as default driver for touchpads.
ok matthieu@
Diffstat (limited to 'driver')
-rw-r--r--driver/xf86-input-synaptics/conf/70-synaptics.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/driver/xf86-input-synaptics/conf/70-synaptics.conf b/driver/xf86-input-synaptics/conf/70-synaptics.conf
index aa5045651..22bacef68 100644
--- a/driver/xf86-input-synaptics/conf/70-synaptics.conf
+++ b/driver/xf86-input-synaptics/conf/70-synaptics.conf
@@ -7,15 +7,15 @@
# Additional options may be added in the form of
# Option "OptionName" "value"
#
-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
+#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
Section "InputClass"
Identifier "touchpad ignore duplicates"