Message ID | 20221226125454.16106-1-jose.exposito89@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | HID: uclogic: Add support for XP-PEN Deco PRO SW and MW | expand |
On Mon, 26 Dec 2022, José Expósito wrote: > Hi! > > This series add support for the XP-PEN Deco PRO SW and MW drawing > tablets. > > Both tablets are similar, the only difference between them is their > size and their IDs. I own one of them and Andreas helped me test the > other one, so thanks a lot! > > Please note that this series might cause conflicts with [1], but they > should be really easy to fix/I can rebase once it is merged. > > About the patches: > > - The first patch introduces a quirks to be able to fix the frame type > reported by these devices. > - The second patch adds another quirks to know whether a tablet has > battery or not. I didn't find any difference in the information > reported by the firmware nor in the Windows driver to obtain this > information, so I added a manual flag. > - The fourth patch adds a generic mechanism to schedule jobs when an > event is received, in this case, to reconnect the tablet. > - The last two patches add support for the tablets. > > Best wishes, > José Expósito > > [1] [PATCH] HID: uclogic: Add support for XP-PEN Deco 01 V2 > https://lore.kernel.org/linux-input/20221226123456.14822-1-jose.exposito89@gmail.com/T/ I have queued this in for-6.3/uclogic branch. The conflict is a nobrainer, so that shouldn't be an issue at all. Thanks,