diff options
author | Stefan Dirsch <sndirsch@suse.de> | 2016-05-19 17:35:57 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-05-23 11:35:27 +1000 |
commit | 59e5db025307404fbfbc82f2fb3fe91d6a3005d7 (patch) | |
tree | 1a2e7351c3eb29aac96d406364b89bef41e61e09 | |
parent | 979fbec84197cd2c8ea3ffdd8e7726e8a617328b (diff) |
conf: rename to 70-synaptics.conf
Bump up the synaptics driver to 70, so it get's preferred over libinput, which
was dropped down to 60. The synaptics driver is more of a leaf package
than libinput (which covers a multitude of device types) and can be removed by
default. When specifically installed by the user, the synaptics driver should
override the system default.
Similar to what was done for wacom configuration file.
https://bugzilla.suse.com/show_bug.cgi?id=979554
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | conf/70-synaptics.conf (renamed from conf/50-synaptics.conf) | 0 | ||||
-rw-r--r-- | conf/Makefile.am | 2 | ||||
-rw-r--r-- | man/synaptics.man | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/conf/50-synaptics.conf b/conf/70-synaptics.conf index aa50456..aa50456 100644 --- a/conf/50-synaptics.conf +++ b/conf/70-synaptics.conf diff --git a/conf/Makefile.am b/conf/Makefile.am index 38d2a01..b883c10 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -20,7 +20,7 @@ if HAS_XORG_CONF_DIR -dist_config_DATA = 50-synaptics.conf +dist_config_DATA = 70-synaptics.conf else fdidir = $(datadir)/hal/fdi/policy/20thirdparty dist_fdi_DATA = 11-x11-synaptics.fdi diff --git a/man/synaptics.man b/man/synaptics.man index 7083b3a..4f87b01 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -923,7 +923,7 @@ Configuration through .I InputClass sections is recommended in X servers 1.8 and later. See xorg.conf.d(5) for more details. An example xorg.conf.d snippet is provided in -.I ${sourcecode}/conf/50-synaptics.conf +.I ${sourcecode}/conf/70-synaptics.conf .LP Configuration through hal fdi files is recommended in X servers 1.5, 1.6 and 1.7. An example hal policy file is provided in |