mbox series

[for-5.19/uclogic,0/5] DIGImend patches, part V

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

Message

José Expósito April 21, 2022, 5:50 p.m. UTC
Hi everyone,

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

Patches 1 and 2 are documentation improvements.

Patch 3 allows to create a keyboard interface to the tablets that have
a "Usage (Keyboard)" in their descriptor, like for example the Huion
HS611, which has media keys [5].

However, some of the tablets that have a keyboard usage, also have an
invalid pen usage, creating an invalid pen interface. Patches 4 and 5
allow to disable it.

As always, many thanks to Jiří and Nikolai for their work :D

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/
[4] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2204211005520.30217@cbobk.fhfr.pm/T/
[5] https://www.huion.com/es/pen_tablet/HS/huion-hs611.html

Nikolai Kondrashov (5):
  HID: uclogic: Clarify params desc_size description
  HID: uclogic: Clarify pen/frame desc_ptr description
  HID: uclogic: Pass keyboard reports as is
  HID: uclogic: Support disabling pen usage
  HID: uclogic: Disable pen usage for Huion keyboard interfaces

 drivers/hid/hid-uclogic-core.c   | 19 +++++++++++++++++++
 drivers/hid/hid-uclogic-params.c |  9 +++++++--
 drivers/hid/hid-uclogic-params.h | 17 ++++++++++++-----
 3 files changed, 38 insertions(+), 7 deletions(-)

Comments

Jiri Kosina May 6, 2022, 6:35 a.m. UTC | #1
On Thu, 21 Apr 2022, José Expósito wrote:

> Hi everyone,
> 
> This series is a follow up to [1], [2], [3] and [4] upstreaming 5 more
> patches authored by Nikolai from the DIGImend project.
> 
> Patches 1 and 2 are documentation improvements.
> 
> Patch 3 allows to create a keyboard interface to the tablets that have
> a "Usage (Keyboard)" in their descriptor, like for example the Huion
> HS611, which has media keys [5].
> 
> However, some of the tablets that have a keyboard usage, also have an
> invalid pen usage, creating an invalid pen interface. Patches 4 and 5
> allow to disable it.
> 
> As always, many thanks to Jiří and Nikolai for their work :D
> 
> 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/
> [4] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2204211005520.30217@cbobk.fhfr.pm/T/
> [5] https://www.huion.com/es/pen_tablet/HS/huion-hs611.html
> 
> Nikolai Kondrashov (5):
>   HID: uclogic: Clarify params desc_size description
>   HID: uclogic: Clarify pen/frame desc_ptr description
>   HID: uclogic: Pass keyboard reports as is
>   HID: uclogic: Support disabling pen usage
>   HID: uclogic: Disable pen usage for Huion keyboard interfaces
> 
>  drivers/hid/hid-uclogic-core.c   | 19 +++++++++++++++++++
>  drivers/hid/hid-uclogic-params.c |  9 +++++++--
>  drivers/hid/hid-uclogic-params.h | 17 ++++++++++++-----
>  3 files changed, 38 insertions(+), 7 deletions(-)

Now in hid.git#for-5.19/uclogic

Thanks,