<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - non-Wacom tablets are not supported in xf86-input-libinput"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100043#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - non-Wacom tablets are not supported in xf86-input-libinput"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100043">bug 100043</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>for a device that's not built-in, you'd use the input modalias, not the DMI.
And for USB devices you usually only need to care about the vendor and
product-id, for example:

<span class="quote">> evdev:input:b0003v05ACp021B*</span >

bustype 0003 is USB (see linux/input.h), 05AC is Apple and 021B is the
product ID. In your case, this should be b0003v5543p0004

I'm not too familiar with digmend either because I usually don't do kernel
stuff but check for the project history if there's hints on how to patch the
kernel for your device. Or check the kernel history for anything
uc-logic/digmend-related that enables event codes, that would be a good point
to start.</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>