mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user