<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_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - libinput 1.6.2: touchpad detect for Razer Blade Pro (2016)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100165">bug 100165</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>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>benjamin.tissoires@gmail.com, peter.hutterer@who-t.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - libinput 1.6.2: touchpad detect for Razer Blade Pro (2016)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100165#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - libinput 1.6.2: touchpad detect for Razer Blade Pro (2016)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100165">bug 100165</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>urgh, please attach long outputs as attachments, makes analysis a bit easier.

first weird thing: udevadm doesn't show ID_INPUT_TOUCHPAD but the log claims
it's tagged as touchpad. what's going on there? did you modify some rules but
then attached a different udevadm output? 
That's the real bug here to fix, remove whatever assigns ID_INPUT_TOUCHPAD and
the device should work as mouse.

the internal/external bit should be added to the hwdb in systemd, see the
instructions at the top of the file:
<a href="https://github.com/systemd/systemd/blob/master/hwdb/70-touchpad.hwdb">https://github.com/systemd/systemd/blob/master/hwdb/70-touchpad.hwdb</a>

but first: this touchpad needs to be detected by the kernel correctly. Right
now it's in relative mouse emulation mode. The touchpad needs to be switched to
absolute mode, usually by sending the right initialization sequence from the
kernel. Once that's done, the device should announce ABS_X/ABS_Y etc and then
the rest should fall into place.


If it works under Ubuntu, try their kernel and then get them to upstream the
patches if it truly works. Otherwise, quick email search suggests
<a href="https://patchwork.kernel.org/patch/5596041/">https://patchwork.kernel.org/patch/5596041/</a> as a place to start kernel hacking.
There's a chance that the new device is still a synaptics one and that it's
hooked up the same way. CC-ing benjamin just in case he knows more.</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>