[Wayland-bugs] [Bug 100243] Handle MT_TOOL_PALM

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 31 21:21:05 UTC 2017


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

--- Comment #3 from Andrew Duggan <aduggan at synaptics.com> ---
As you may have seen ABS_MT_TOUCH_MAJOR/MINOR are set based on values that the
firmware reports W/X and W/Y. The W is a representation of width, but it
doesn't actually correspond with any sort of units.

Older devices which use RMI4 function 11 report both W values in a single byte.
Each value being 4 bits. That's why the max is set to 15. Newer devices which
use F12 now have use a byte for each W value. Newer devices should have a
larger max.

The device I used to create the log used F12 which is why the actual values
exceed the max.

-- 
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/20170331/a9c172f8/attachment.html>


More information about the wayland-bugs mailing list