Add support for XP-Pen Artist 16 2nd Gen#698
Add support for XP-Pen Artist 16 2nd Gen#698Krzysztof-WW wants to merge 1 commit intoDIGImend:masterfrom
Conversation
|
I'd recommend to create a HID-BPF driver instead of adding it here. DIGImend is almost unmaintained and HID-BPF is the easiest option to get your changes in the upstream kernel. Here is a quick summary of the decission: And here is an example adding support for another XP-PEN device: And a tutorial: You did most of the work already, it'd be as easy as copy and paste the linked code and change the descriptors. Let me know if you need help with it. |
|
I think I should be able to write a HID-BPF driver. It really looks like I only need to change descriptors and buttons in example you provided to have a working driver. |
Hi, I fixed hid descriptor for this tablet and everything works, pressure, buttons on stylus, tilt. Only buttons on tablet are reported as normal keyboard but that can be remapped later in the system.