Message ID | 20221029161240.15548-1-jose.exposito89@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for XP-PEN Deco LW | expand |
On Sat, 29 Oct 2022, José Expósito wrote: > 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(+) Now in hid.git#for-6.2/uclogic.