<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_NEEDINFO "
   title="NEEDINFO - drag-and-drop with physical buttons starting on software button area"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104659">bug 104659</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>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - drag-and-drop with physical buttons starting on software button area"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104659#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - drag-and-drop with physical buttons starting on software button area"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104659">bug 104659</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>Your kernel driver is buggy:

E: 0.468061 0001 0110 0001      # EV_KEY / BTN_LEFT             1
E: 0.468061 0001 0110 0000      # EV_KEY / BTN_LEFT             0
E: 0.468061 0000 0000 0000      # ------------ SYN_REPORT (0) ---------- +8ms
E: 0.476060 0001 0110 0001      # EV_KEY / BTN_LEFT             1
E: 0.476060 0001 0110 0000      # EV_KEY / BTN_LEFT             0
E: 0.476060 0000 0000 0000      # ------------ SYN_REPORT (0) ---------- +8ms

On every hw event we get a press and release event. Because it happens within
the same frame it gets discarded, but this is not right. It's a bit hard to see
with all the noise but afaict in E: 0.436065 when the second finger comes down,
BTN_LEFT is released and stays released (because of the above events). So this
is really not libinput's fault, you should be impressed it doesn't get angry at
you for sending those events ;)

Not sure what's going on in the driver here, is this a custom one?</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>