[PATCH v3 0/2] Add support for XP-PEN Deco LW

From: José Expósito
Date: Sat Oct 29 2022 - 12:12:50 EST


v1 -> v2: https://lore.kernel.org/linux-input/20221028081656.GA19766@elementary/T/

- Barnabás Pőcze: Use strstarts() instead of a custom implementation

v2 -> v3: https://lore.kernel.org/linux-input/20221029145511.GA7941@elementary/T/

- Mia Kanashi: When using the USB dongle, do not fetch battery until
the tablet is paired

José Expósito (2):
HID: input: do not query XP-PEN Deco LW battery
HID: uclogic: Add support for XP-PEN Deco LW

drivers/hid/hid-input.c | 6 +++
drivers/hid/hid-uclogic-params.c | 73 ++++++++++++++++++++++++++++++++
drivers/hid/hid-uclogic-rdesc.c | 34 +++++++++++++++
drivers/hid/hid-uclogic-rdesc.h | 7 +++
4 files changed, 120 insertions(+)

--
2.25.1