<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED MOVED - Touchpad deadzone on Razer Blade Stealth"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105409#c19">Comment # 19</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED MOVED - Touchpad deadzone on Razer Blade Stealth"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105409">bug 105409</a>
from <span class="vcard"><a class="email" href="mailto:benjamin.tissoires@gmail.com" title="Benjamin Tissoires <benjamin.tissoires@gmail.com>"> <span class="fn">Benjamin Tissoires</span></a>
</span></b>
<pre>The problem here is that the touchpad sends events with a confidence of 0. This
usually means the touchpad considers the touch to be a palm.
Currently hid-multitouch ignores such events so that's why the kernel filter
them out.
Theoretically, we could forward such events with the tool MT_TOOL_PALM, but
IIRC we already discussed about that and this might break user space which
doesn't expect the ABS_MT_TOOL to change.</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>