diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-13 10:14:40 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-13 16:39:22 +1000 |
commit | f2cb48e6eee47fa621edaaf2f75b495b12f6eb55 (patch) | |
tree | 3e2969351e42ee8482e1e482902b3d0e2ba265dd | |
parent | a35b2d629d85d7a8c82621a5098a17e5ffb341dc (diff) |
Revert "conf: apply ClickPad softbuttons option through fdi file too"
Bad fdi file, type="string" is missing and it wouldn't merge properly.
This reverts commit a35b2d629d85d7a8c82621a5098a17e5ffb341dc.
-rw-r--r-- | conf/11-x11-synaptics.fdi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/11-x11-synaptics.fdi b/conf/11-x11-synaptics.fdi index fa54f33..d487f09 100644 --- a/conf/11-x11-synaptics.fdi +++ b/conf/11-x11-synaptics.fdi @@ -30,10 +30,6 @@ For other possible options, check CONFIGURATION DETAILS in synaptics man page --> - <merge key="input.x11_options.SoftButtonAreas">50% 0 82% 0 0 0 0 0</merge> - <match key="info.product" contains="Apple|bcm5974"> - <merge key="input.x11_options.SoftButtonAreas">0 0 0 0 0 0 0 0</merge> - </match> </match> </device> </deviceinfo> |