[Wayland-bugs] [Bug 100043] non-Wacom tablets are not supported in xf86-input-libinput
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 20 00:12:06 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100043
--- Comment #9 from Peter Hutterer <peter.hutterer at who-t.net> ---
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:
> evdev:input:b0003v05ACp021B*
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170320/d9cad888/attachment.html>
More information about the wayland-bugs
mailing list