DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.16k stars 172 forks source link

HID: uclogic: Add Huion Inspiroy 2 S (H641P) #690

Closed whot closed 1 month ago

whot commented 1 month ago

Unlike the M and L version added in commit 2683e80de827 ("HID: uclogic: Add support for Huion Inspiroy 2 M and L") the small version does not have the group buttons. This patch only adds the ID, it doesn't try to remove that device.

cc @tequeter, @JoseExposito Related to #679


Hid report descriptors:

I admit from the quick hacking I did I'm not 100% how the group mode buttons device is supposed to work but my gut feeling (having implemented this for wacom devices 10y ago) is that having a separate kernel device here is not ideal.

whot commented 1 month ago

will do, I'm still hoping for some feedback on the button mode discussino from #679, might have to change the patch pending that.