<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#c7">Comment # 7</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>Hit the button too early.

What happens is that the second touch doesn't have x/y values and is thus at
0/0. That gives the TRIPLETAP fake touch a position of 0/0 as well, triggering
palm detection for either. But we sync the slot state at startup, so any real
device should be correct here (that's what the printf can confirm).

The palm detection causes it to fake a motion event, which changes the state
from a pending multifinger tap to a "fingers holding on the touchpad" which
won't trigger the button presses.</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>