mbox series

[for-5.18/uclogic,0/4] DIGImend patches, part III

Message ID 20220303074734.7235-1-jose.exposito89@gmail.com
Headers show
Series DIGImend patches, part III | expand

Message

José Expósito March 3, 2022, 7:47 a.m. UTC
Hi everyone,

This series is a follow up to [1] and [2], kindly reviewed and applied
by Jiří in hid.git#for-5.18/uclogic.

It adds support for touch rings in order handle the Huion HS610 tablet.

Thank you very much to Nikolai for the patches a to the maintaners for
the quick reviews,
José Expósito

[1] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2202161642180.11721@cbobk.fhfr.pm/T/
[2] https://lore.kernel.org/linux-input/56454560-5f62-05b9-1a24-3f51a305140e@gmail.com/T/

Nikolai Kondrashov (4):
  HID: uclogic: Add support for touch ring reports
  HID: uclogic: Support custom device suffix for frames
  HID: uclogic: Allow three frame parameter sets
  HID: uclogic: Add support for Huion touch ring reports

 drivers/hid/hid-uclogic-core.c   | 83 +++++++++++++++++++++--------
 drivers/hid/hid-uclogic-params.c | 40 +++++++++++---
 drivers/hid/hid-uclogic-params.h | 90 +++++++++++++++++++++++++++++---
 drivers/hid/hid-uclogic-rdesc.c  | 65 ++++++++++++++++++++---
 drivers/hid/hid-uclogic-rdesc.h  | 20 +++++--
 5 files changed, 250 insertions(+), 48 deletions(-)

Comments

Jiri Kosina April 11, 2022, 2:53 p.m. UTC | #1
On Thu, 3 Mar 2022, José Expósito wrote:

> Hi everyone,
> 
> This series is a follow up to [1] and [2], kindly reviewed and applied
> by Jiří in hid.git#for-5.18/uclogic.
> 
> It adds support for touch rings in order handle the Huion HS610 tablet.
> 
> Thank you very much to Nikolai for the patches a to the maintaners for
> the quick reviews,
> José Expósito
> 
> [1] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2202161642180.11721@cbobk.fhfr.pm/T/
> [2] https://lore.kernel.org/linux-input/56454560-5f62-05b9-1a24-3f51a305140e@gmail.com/T/
> 
> Nikolai Kondrashov (4):
>   HID: uclogic: Add support for touch ring reports
>   HID: uclogic: Support custom device suffix for frames
>   HID: uclogic: Allow three frame parameter sets
>   HID: uclogic: Add support for Huion touch ring reports
> 
>  drivers/hid/hid-uclogic-core.c   | 83 +++++++++++++++++++++--------
>  drivers/hid/hid-uclogic-params.c | 40 +++++++++++---
>  drivers/hid/hid-uclogic-params.h | 90 +++++++++++++++++++++++++++++---
>  drivers/hid/hid-uclogic-rdesc.c  | 65 ++++++++++++++++++++---
>  drivers/hid/hid-uclogic-rdesc.h  | 20 +++++--
>  5 files changed, 250 insertions(+), 48 deletions(-)

Now in hid.git#for-5.19/uclogic. Thanks,