Hi, I just found this while looking for the vid/pid of the KD100 while I'm working on linuxwacom/libwacom#779 and gnome-control-center#3216
You may not be aware of it but we're currently aiming to replace the hid-uclogic kernel driver for currently unsupported devices with BPF programs via udev-hid-bpf. The idea is that we'll then be able to just load the BPF and the device works out of the box - just like a true kernel driver.
I don't have access to a KD100 but if you're have the time we'd very much appreciate it if you can have a look at udev-hid-bpf, in particular the H610 BPF which might actually get you 90% of the way anyway (huion tends to share a lot of firmware bits so there's a good chance you can copy that one and re-use it).
Note you'll probably need huion-switcher too since this devices seems to have a shared PID.
Happy to answer any questions.
Hi, I just found this while looking for the vid/pid of the KD100 while I'm working on linuxwacom/libwacom#779 and gnome-control-center#3216
You may not be aware of it but we're currently aiming to replace the hid-uclogic kernel driver for currently unsupported devices with BPF programs via udev-hid-bpf. The idea is that we'll then be able to just load the BPF and the device works out of the box - just like a true kernel driver.
I don't have access to a KD100 but if you're have the time we'd very much appreciate it if you can have a look at udev-hid-bpf, in particular the H610 BPF which might actually get you 90% of the way anyway (huion tends to share a lot of firmware bits so there's a good chance you can copy that one and re-use it).
Note you'll probably need huion-switcher too since this devices seems to have a shared PID.
Happy to answer any questions.