mbox series

[0/4] HID: Asus

Message ID 20240416090402.31057-1-luke@ljones.dev
Headers show
Series HID: Asus | expand

Message

Luke D. Jones April 16, 2024, 9:03 a.m. UTC
This is a small series of patches that does some cleanup and also adds some
initialisation support for the ROG Ally and the ROG X13 devices. The series is
a partial prep fro a *much* larger 2k line patch adding full feature support
for the ROG Ally - this patch isn't included as I don't want to hold up this
small series during review.

Luke D. Jones (4):
  HID: asus: fix more n-key report descriptors if n-key quirked
  HID: asus: make asus_kbd_init() generic, remove rog_nkey_led_init()
  HID: asus: add ROG Ally N-Key ID and keycodes
  HID: asus: add ROG Z13 lightbar

 drivers/hid/hid-asus.c | 132 ++++++++++++++++-------------------------
 drivers/hid/hid-ids.h  |   2 +
 2 files changed, 54 insertions(+), 80 deletions(-)

Comments

Jiri Kosina May 6, 2024, 9:26 p.m. UTC | #1
On Tue, 16 Apr 2024, Luke D. Jones wrote:

> This is a small series of patches that does some cleanup and also adds some
> initialisation support for the ROG Ally and the ROG X13 devices. The series is
> a partial prep fro a *much* larger 2k line patch adding full feature support
> for the ROG Ally - this patch isn't included as I don't want to hold up this
> small series during review.
> 
> Luke D. Jones (4):
>   HID: asus: fix more n-key report descriptors if n-key quirked
>   HID: asus: make asus_kbd_init() generic, remove rog_nkey_led_init()
>   HID: asus: add ROG Ally N-Key ID and keycodes
>   HID: asus: add ROG Z13 lightbar
> 
>  drivers/hid/hid-asus.c | 132 ++++++++++++++++-------------------------
>  drivers/hid/hid-ids.h  |   2 +
>  2 files changed, 54 insertions(+), 80 deletions(-)

Now queued in hid.git#for-6.10/asus.

Thanks,