<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - (EE) eGalax Inc.USB TouchController: device does not meet tablet criteria. Ignoring this device."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102632">bug 102632</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>peter.hutterer@who-t.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - (EE) eGalax Inc.USB TouchController: device does not meet tablet criteria. Ignoring this device."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102632#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - (EE) eGalax Inc.USB TouchController: device does not meet tablet criteria. Ignoring this device."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102632">bug 102632</a>
              from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>What's missing here is the axis resolution. This one is required for tablets,
otherwise we cannot convert the dimensions to mm as libinput promises.

The product ID of the device is 0x01 so I suspect egalax is re-using usb ids.
That means we cannot ship this as a generic patch because it'll break other
devices. You'll need local configuration to set this for your device.

Best solution: locate 60-evdev.hwdb on your machine and follow the instructions
at the top to add a local copy of this file to /etc. The overrides you'll need
are EVDEV_ABS_00=::R1 and EVDEV_ABS_01=::R2, where R1 and R2 is the resolution
of the x and y axis, respectively, in units/mm. You get that number by
measuring the device and dividing the x/y ranges by the dimensions, in your
case R1 is 4010/width-in-mm, R2 is 3075/height-in-mm.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>