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