https://bugs.freedesktop.org/show_bug.cgi?id=103476

--- Comment #9 from Peter Hutterer <[email protected]> ---
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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to