mbox series

[for-5.19/uclogic,0/4] DIGImend patches, part IV

Message ID 20220414110936.146378-1-jose.exposito89@gmail.com (mailing list archive)
Headers show
Series DIGImend patches, part IV | expand

Message

José Expósito April 14, 2022, 11:09 a.m. UTC
Hi everyone,

This series is a follow up to [1], [2] and [3] and upstreams 4 more
patches authored by Nikolai from the DIGImend project.

Patches 1 and 2 are simple code clean up.

Patch 3 adds support for "bitmap dials". This kind of dials send 01
and 10 binary values rather than the usual 1 and -1.

The last patch adds support for the Huion Q620M drawing tablet, which
has a bitmap dial.

Thank you very much in advance to Jiří for his work reviewing all the
patches I have sent so far,
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/
[3] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2204111653000.30217@cbobk.fhfr.pm/T/

Nikolai Kondrashov (4):
  HID: uclogic: Compress params format string
  HID: uclogic: Reduce indent for params format str/args
  HID: uclogic: Add support for bitmap dials
  HID: uclogic: Add support for Huion Q620M

 drivers/hid/hid-uclogic-core.c   |   6 +
 drivers/hid/hid-uclogic-params.c |  20 ++++
 drivers/hid/hid-uclogic-params.h | 187 ++++++++++++++++++-------------
 drivers/hid/hid-uclogic-rdesc.c  |  50 +++++++++
 drivers/hid/hid-uclogic-rdesc.h  |  10 ++
 5 files changed, 192 insertions(+), 81 deletions(-)

Comments

Jiri Kosina April 21, 2022, 8:09 a.m. UTC | #1
On Thu, 14 Apr 2022, José Expósito wrote:

> Hi everyone,
> 
> This series is a follow up to [1], [2] and [3] and upstreams 4 more
> patches authored by Nikolai from the DIGImend project.
> 
> Patches 1 and 2 are simple code clean up.
> 
> Patch 3 adds support for "bitmap dials". This kind of dials send 01
> and 10 binary values rather than the usual 1 and -1.
> 
> The last patch adds support for the Huion Q620M drawing tablet, which
> has a bitmap dial.
> 
> Thank you very much in advance to Jiří for his work reviewing all the
> patches I have sent so far,
> 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/
> [3] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2204111653000.30217@cbobk.fhfr.pm/T/
> 
> Nikolai Kondrashov (4):
>   HID: uclogic: Compress params format string
>   HID: uclogic: Reduce indent for params format str/args
>   HID: uclogic: Add support for bitmap dials
>   HID: uclogic: Add support for Huion Q620M

This is now in hid.git#for-5.19/uclogic

Thanks,