<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - kernel: Elantech 3320KD-3100 Touchpad behind [ASUS T300CHI DOCKING] Bluetooth not recognised"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98770#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - kernel: Elantech 3320KD-3100 Touchpad behind [ASUS T300CHI DOCKING] Bluetooth not recognised"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98770">bug 98770</a>
              from <span class="vcard"><a class="email" href="mailto:redmcg@redmandi.dyndns.org" title="redmcg <redmcg@redmandi.dyndns.org>"> <span class="fn">redmcg</span></a>
</span></b>
        <pre>I found another driver already in the kernel tree which is using the report ID
0x5D
for multi-touch support. It is an ElanTech driver:
drivers/input/mouse/elan_i2c_core.c

But the format of the 0x5D report in this driver is slightly different to the
one we're using in the hid-asus-fte-dkms driver. However:
- the first byte of the report; and
- the first three bytes of information for each contact

appears to be the consistent across all three devices (defining just the x and
y locations).

As Benjamin has pointed out - it looks like your driver supports 4 contacts and
each contact uses just the first three bytes of information for each contact.</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>