Comment 17 for bug 261873

Revision history for this message
Kyle Fazzari (kyrofa) wrote :

Wow I'm sorry, ignore the last post and use this file (I was using a few double-negatives in that configuration, really stupid). Again, this is for lilliput 629GL 7-inch eGalax touchscreen.

<?xml version="1.0" encoding="ISO-8859-1"?>

<deviceinfo version="0.2">

  <device>
    <match key="info.product" contains="eGalax Inc.">
      <match key="info.capabilities" contains="input">
        <merge key="input.x11_driver" type="string">evtouch</merge>
        <merge key="input.x11_options.minx" type="string">80</merge>
        <merge key="input.x11_options.miny" type="string">310</merge>
        <merge key="input.x11_options.maxx" type="string">1970</merge>
        <merge key="input.x11_options.maxy" type="string">1680</merge>
        <merge key="input.x11_options.Rotate" type="string">CW</merge>
        <merge key="input.x11_options.ReportingMode" type="string">Raw</merge>
        <merge key="input.x11_options.Emulate3Buttons" type="bool">true</merge>
        <merge key="input.x11_options.Emulate3Timeout" type="string">50</merge>
        <merge key="input.x11_options.CorePointer" type="string">On</merge>
        <merge key="input.x11_options.movelimit" type="string">0</merge>
      </match>
    </match>
  </device>

</deviceinfo>