mbox series

[0/2] Improve HUION Kamvas Pro 24 support

Message ID 20240524112554.166746-1-jose.exposito89@gmail.com
Headers show
Series Improve HUION Kamvas Pro 24 support | expand

Message

José Expósito May 24, 2024, 11:21 a.m. UTC
This series includes 2 patches to improve support for the HUION Kamvas
Pro 24. See [1] and [2] for additional context.

[1] https://gitlab.freedesktop.org/libinput/libinput/-/issues/989
[2] https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/989

José Expósito (2):
  HID: uclogic: Support HUION devices with up to 20 buttons
  HID: uclogic: Use Rx and Ry for touch strips

 drivers/hid/hid-uclogic-rdesc.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Jiri Kosina June 4, 2024, 8:13 a.m. UTC | #1
On Fri, 24 May 2024, José Expósito wrote:

> This series includes 2 patches to improve support for the HUION Kamvas
> Pro 24. See [1] and [2] for additional context.
> 
> [1] https://gitlab.freedesktop.org/libinput/libinput/-/issues/989
> [2] https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/989
> 
> José Expósito (2):
>   HID: uclogic: Support HUION devices with up to 20 buttons
>   HID: uclogic: Use Rx and Ry for touch strips

Applied, thanks José.