~ubuntu-branches/ubuntu/lucid/xf86-input-evtouch/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/fdi/50-ideaco-idc6681.fdi

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-10-14 01:35:50 UTC
  • Revision ID: james.westby@ubuntu.com-20091014013550-thfgwcx09nk1fhku
Tags: 0.8.8-0ubuntu4
Add debian/fdi/50-ideaco-idc6681.fdi to support IDEACO IDC 6681
touchscreen.
(LP: #378357)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
 
2
 
 
3
<deviceinfo version="0.2">
 
4
  <device>
 
5
    <match key="info.product" contains="IDEACO"> 
 
6
      <match key="info.product" contains="IDC 6681"> 
 
7
        <match key="info.capabilities" contains="input.touchpad">
 
8
          <merge key="input.x11_driver" type="string">evtouch</merge>
 
9
          <merge key="input.x11_options.reportingmode" type="string">raw</merge>
 
10
          <merge key="input.x11_options.taptimer" type="string">50</merge>
 
11
          <merge key="input.x11_options.longtouchtimer" type="string">30</merge>
 
12
          <merge key="input.x11_options.movelimit" type="string">15</merge>
 
13
          <merge key="input.x11_options.emulate3buttons" type="string">true</merge>
 
14
          <merge key="input.x11_options.emulate3timeout" type="string">50</merge>
 
15
          <merge key="input.x11_options.maxx" type="string">1100</merge>
 
16
          <merge key="input.x11_options.maxy" type="string">1650</merge>
 
17
          <merge key="input.x11_options.minx" type="string">7220</merge>
 
18
          <merge key="input.x11_options.miny" type="string">6560</merge>
 
19
        </match>
 
20
      </match> 
 
21
    </match>
 
22
  </device>
 
23
</deviceinfo>