[Wayland-bugs] [Bug 103054] Debouncing active but no effect
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 3 22:41:35 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103054
Peter Hutterer <peter.hutterer at who-t.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
--- Comment #3 from Peter Hutterer <peter.hutterer at who-t.net> ---
I suspect it's this seqeuence here:
E: 9.895899 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.895899 0001 0110 0001 # EV_KEY / BTN_LEFT 1
E: 9.895899 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+120ms
E: 9.927929 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.927929 0001 0110 0000 # EV_KEY / BTN_LEFT 0
E: 9.927929 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+32ms
E: 9.943937 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.943937 0001 0110 0001 # EV_KEY / BTN_LEFT 1
E: 9.943937 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+16ms
E: 9.991900 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.991900 0001 0110 0000 # EV_KEY / BTN_LEFT 0
E: 9.991900 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+48ms
Debounce detection is based on timeouts, but here the time between the fake
release and the next press is 16ms vs the 12 libinput currently uses. If you
can, grab libinput from git and modify DEBOUNCE_TIME to 17ms. See if that
helps consistently.
--
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/20171003/f612a3ec/attachment.html>
More information about the wayland-bugs
mailing list