summaryrefslogtreecommitdiff
path: root/conf/50-synaptics.conf
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-04-08 14:47:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-04-16 10:34:01 +1000
commit87b29e6004a9a7f744eb6e9c2bf9539579ecefbf (patch)
treeb490dce18d918fea1c2d65d5eebc30382f26a7c4 /conf/50-synaptics.conf
parente22a850e69d670152371644fc4e63976f484d7b5 (diff)
Add 50-synaptics.conf snippet.
If the server exports the sysconfigdir variable, install the 50-synaptics.conf snippet in the directory provided. This patch also moves the fdi file from fdi/ into the new conf/ subdir to have a single location for all config files. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'conf/50-synaptics.conf')
-rw-r--r--conf/50-synaptics.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
new file mode 100644
index 0000000..89bb557
--- /dev/null
+++ b/conf/50-synaptics.conf
@@ -0,0 +1,5 @@
+Section "InputClass"
+ Identifier "touchpad catchall"
+ Driver "synaptics"
+ MatchIsTouchpad "on"
+EndSection