<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Cannot use multiple finger tapping to perform middle click"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93583#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Cannot use multiple finger tapping to perform middle click"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93583">bug 93583</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 ran this here and I can reproduce it, though it looks more to be a kernel
bug. Run sudo libinput-debug-events --enable-tap --verbose and do a
three-finger tap. Here, with the evemu-emulated device I get the second and
third touch detected as palm touches ("palm: palm detected (edge)" in the
output) but that is likely a result of the evemu emulation.
Do you see this output as well? If so, get the git repo, put this printf at the
top of tp_palm_detect:
printf("touch x/y: %d/%d\n", t->point.x, t->point.y);
compile it and run again. Thanks.</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>