<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 - buttons on graphic tablet don't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103395">bug 103395</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;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - buttons on graphic tablet don't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103395#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - buttons on graphic tablet don't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103395">bug 103395</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>ok, this isn't a libinput problem anymore, it's a problem with udev not tagging
this device because it falls through the cracks of the current tagging
mechanisms. udev *should* show ID_INPUT_TABLET=1 and ID_INPUT_TABLET_PAD=1 for
a pad but it doesn't for this device because the x/y axes are missing.

as a temporary fix, I suggest putting this into
/etc/udev/hwdb.d/91-uclogic-pad-override.hwdb

libinput:name:*UC-Logic TABLET 1060N Pad*:dmi:*
 ID_INPUT_TABLET=1
 ID_INPUT_TABLET_PAD=1


Note the spaces before ID_*. Look at
<a href="https://wayland.freedesktop.org/libinput/doc/latest/faq.html#faq_hwdb_changes">https://wayland.freedesktop.org/libinput/doc/latest/faq.html#faq_hwdb_changes</a>
on how to apply this.

Long-term, this device needs a custom entry in the systemd hwdb so the tags are
applied. Best to open a systemd bug for this and cc me (@whot) on it, thanks. 

Could possibly be addressed in libwacom too because adding this device would
help with gnome configuration but I can't even find a picture of the 1060N, let
alone anything useful. Is this a standalone tablet? I also can't remember if
uclogic re-uses usb pid/vids like huion does - in that case libwacom would be a
dead end anyway.</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>