diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-04-30 13:08:53 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-04-30 13:08:53 +1000 |
commit | d4d7229c41a20cf6757882a24f45e28d936a27c5 (patch) | |
tree | 826858a4cb8b8c45d24fc456b543b4ef0530e23c | |
parent | a31ecb669f40d8db3ab1867eaedfe364bbd6fafe (diff) |
conf: drop the PNPID matching from the fdi file
Rely on INPUT_PROP_TOP_BUTTONPAD and default button areas as well.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | conf/11-x11-synaptics.fdi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/conf/11-x11-synaptics.fdi b/conf/11-x11-synaptics.fdi index 8145912..ab8156d 100644 --- a/conf/11-x11-synaptics.fdi +++ b/conf/11-x11-synaptics.fdi @@ -31,18 +31,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> + <merge key="input.x11_options.SecondarySoftButtonAreas" type="string">58% 0 0 8% 42% 58% 0 8%</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> - - <match - key="/org/freedesktop/Hal/devices/computer:system.hardware.version" - contains_outof="ThinkPad T440;ThinkPad X240;ThinkPad T540;ThinkPad Helix;ThinkPad S1 Yoga;ThinkPad L440;ThinkPad X1 Carbon 2nd;ThinkPad T431;ThinkPad L540"> - <match key="input.product" contains="Synaptics"> - <merge key="input.x11_options.ClickPad" type="string">on</merge> - <merge key="input.x11_options.SecondarySoftButtonAreas" type="string">58% 0 0 8% 42% 58% 0 8%</merge> - </match> - </match> </device> </deviceinfo> |