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