[Wayland-bugs] [Bug 105696] Apple Magic Trackpad scrolling prevented by speed-based thumb detection (libinput 1.10)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 5 07:19:44 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105696
--- Comment #9 from Benjamin Tissoires <benjamin.tissoires at gmail.com> ---
(In reply to Peter Hutterer from comment #7)
> First I think there's something wrong with your kernel
>
> E: 0.253846 0001 0145 0002 # EV_KEY / BTN_TOOL_FINGER 2
>
> I haven't seen that before, a repeat event for BTN_TOOL_FINGER? Benjamin,
> any ideas?
That's because the input device is created partly from the report descriptor,
partly from scratch. The EV_REP bit is set because of the keyboard emulation in
the device, and so any key event will get repeated. We can safely ignore those.
> Also, the slot association is strange, usually the slot numbers
> match the fingers down and get re-used, this recording seems to use them in
> seemingly arbitrary order. That's generally fine, just unusual.
>
That's because it's one of these devices where the slot is directly forwarded
from the device, not generated by the kernel. IIRC, on the magicmouse, if you
touch at one place, release, then touch at the same spot, the slot will stay
the same. If you touch anywhere else, the slot will be different.
It's information, but we don't do anything about it under Linux as only those 2
devices are consistently reporting this that way.
--
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/20180405/07ae3629/attachment.html>
More information about the wayland-bugs
mailing list