<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - RFE: libinput: Add support for Trust TB-4200 Wireless Scroll Tablet (Aiptek based)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103476#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - RFE: libinput: Add support for Trust TB-4200 Wireless Scroll Tablet (Aiptek based)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103476">bug 103476</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>the rounding is correct, you just pick the closest number. the difference is
usually in the 1-3mm and there isn't anything we can do about this, such is
life with integers.

the numbers you need are width/x axis range and height/y axis range. I don't
know which one is the short/long size. 00 is ABS_X and 01 is ABS_Y, you can
compare that with your evemu output.

for an external device, using DMI is not a good idea because it matches on the
machine, not the device. So your dmi match won't work for the same device on
any other host. Something like evdev:input:b0003v256Cp1234* is better, replace
the v and p bits with uppercase 4-digit hex for the vendor ID and product ID
(see evemu output).</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>