11-x11-synaptics.fdi revision b85037db
1b85037dbSmrg<?xml version="1.0" encoding="ISO-8859-1"?>
2b85037dbSmrg<deviceinfo version="0.2">
3b85037dbSmrg  <device>
4b85037dbSmrg    <match key="info.capabilities" contains="input.touchpad">
5b85037dbSmrg        <merge key="input.x11_driver" type="string">synaptics</merge>
6b85037dbSmrg        <!-- Arbitrary options can be passed to the driver using
7b85037dbSmrg             the input.x11_options property since xorg-server-1.5. -->
8b85037dbSmrg        <!-- EXAMPLES:
9b85037dbSmrg        Switch on shared memory, enables the driver to be configured at runtime
10b85037dbSmrg	<merge key="input.x11_options.SHMConfig" type="string">true</merge>
11b85037dbSmrg
12b85037dbSmrg	Maximum movement of the finger for detecting a tap
13b85037dbSmrg	<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
14b85037dbSmrg
15b85037dbSmrg	Enable vertical scrolling when dragging along the right edge
16b85037dbSmrg	<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
17b85037dbSmrg
18b85037dbSmrg	Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
19b85037dbSmrg	<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
20b85037dbSmrg
21b85037dbSmrg	Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
22b85037dbSmrg	<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
23b85037dbSmrg
24b85037dbSmrg	If on, circular scrolling is used
25b85037dbSmrg	<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
26b85037dbSmrg
27b85037dbSmrg	For other possible options, check CONFIGURATION DETAILS in synaptics man page
28b85037dbSmrg        -->
29b85037dbSmrg    </match>
30b85037dbSmrg  </device>
31b85037dbSmrg</deviceinfo>
32