Comment 121 for bug 317094

Revision history for this message
Ralf (ralf-kaestner) wrote :

I made my touchscreen from comment #120 working by putting the following into /etc/hal/fdi/policy/imontouch.fdi, then reload hal or reboot, then run default calibrate tool:

<deviceinfo version="0.2">
  <device>
    <match key="info.product" contains="iMON USB Touchscreen (15c2:0034)">
    <match key="info.capabilities" contains="input">
      <merge key="input.x11_driver" type="string">evtouch</merge>
      <merge key="input.x11_options.calibrate" type="string">1</merge>
      </match>
    </match>
  </device>
</deviceinfo>