[Wayland-bugs] [Bug 102632] (EE) eGalax Inc.USB TouchController: device does not meet tablet criteria. Ignoring this device.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 11 03:22:01 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102632
Peter Hutterer <peter.hutterer at who-t.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
CC| |peter.hutterer at who-t.net
--- Comment #3 from Peter Hutterer <peter.hutterer at who-t.net> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170911/6515f993/attachment.html>
More information about the wayland-bugs
mailing list