<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Debouncing active but no effect"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103054">bug 103054</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEEDINFO
</td>
<td>ASSIGNED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Debouncing active but no effect"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103054#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Debouncing active but no effect"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103054">bug 103054</a>
from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>