blob: c318e12cc0d3612e81753ecf397836f9ef11a573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="Fujitsu Takamisawa USB Touch Panel">
<match key="info.capabilities" contains="input">
<merge key="input.x11_driver" type="string">evtouch</merge>
<merge key="input.x11_options.reportingmode" type="string">raw</merge>
<merge key="input.x11_options.emulate3buttons" type="string">true</merge>
<merge key="input.x11_options.emulate3timeout" type="string">50</merge>
<merge key="input.x11_options.sendcoreevents" type="string">on</merge>
<merge key="input.x11_options.minx" type="string">76</merge>
<merge key="input.x11_options.miny" type="string">104</merge>
<merge key="input.x11_options.maxx" type="string">957</merge>
<merge key="input.x11_options.maxy" type="string">976</merge>
</match>
</match>
</device>
</deviceinfo>
|