summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-08-05 14:32:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-03-13 16:39:22 +1000
commit18dae625eada20c4486542f9bb037fa2782d75bd (patch)
treed426215faf886481f05e50c41ea9318f72e3c113
parentf2cb48e6eee47fa621edaaf2f75b495b12f6eb55 (diff)
conf: apply ClickPad softbuttons option through fdi file too (fixed version)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--conf/11-x11-synaptics.fdi4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/11-x11-synaptics.fdi b/conf/11-x11-synaptics.fdi
index d487f09..ba79849 100644
--- a/conf/11-x11-synaptics.fdi
+++ b/conf/11-x11-synaptics.fdi
@@ -30,6 +30,10 @@
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
+ <merge key="input.x11_options.SoftButtonAreas" type="string">50% 0 82% 0 0 0 0 0</merge>
+ <match key="info.product" contains="Apple|bcm5974">
+ <merge key="input.x11_options.SoftButtonAreas" type="string">0 0 0 0 0 0 0 0</merge>
+ </match>
</match>
</device>
</deviceinfo>