an .fdi file for an IDEACO touchscreen used in a CLEVO (nexoc osiris 621) 
notebook:
[EMAIL PROTECTED]:~$ cat /etc/hal/fdi/policy/10-ideaco.fdi 
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
  <device>
    <match key="info.product" contains="IDEACO">
      <match key="info.product" contains="IDC 6680">
        <match key="info.capabilities" contains="input.touchpad">
              <merge key="input.x11_driver" type="string">evtouch</merge>
              <merge key="input.x11_options.minx" type="string">116</merge>
              <merge key="input.x11_options.miny" type="string">268</merge>
              <merge key="input.x11_options.maxx" type="string">7940</merge>
              <merge key="input.x11_options.maxy" type="string">7828</merge>
              <merge key="input.x11_options.reportingmode" 
type="string">raw</merge>
              <merge key="input.x11_options.taptimer" type="string">50</merge>
              <merge key="input.x11_options.longtouchtimer" 
type="string">30</merge>
              <merge key="input.x11_options.movelimit" type="string">15</merge>
              <merge key="input.x11_options.emulate3buttons" 
type="string">true</merge>
              <merge key="input.x11_options.emulate3timeout" 
type="string">50</merge>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>

-- 
make evtouch devices work with hal-input in intrepid
https://bugs.launchpad.net/bugs/261873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to