From 59e5db025307404fbfbc82f2fb3fe91d6a3005d7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 19 May 2016 17:35:57 +0200 Subject: [PATCH] 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 Signed-off-by: Peter Hutterer --- conf/{50-synaptics.conf => 70-synaptics.conf} | 0 conf/Makefile.am | 2 +- man/synaptics.man | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename conf/{50-synaptics.conf => 70-synaptics.conf} (100%) diff --git a/conf/50-synaptics.conf b/conf/70-synaptics.conf similarity index 100% rename from conf/50-synaptics.conf rename to 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