[PATCH v2 0/7] HID: asus: increase robustness of the driver

Denis Benato posted 7 patches 1 month, 2 weeks ago
drivers/hid/hid-asus.c | 74 +++++++++++++++++-------------------------
drivers/hid/hid-ids.h  |  1 +
2 files changed, 30 insertions(+), 45 deletions(-)
[PATCH v2 0/7] HID: asus: increase robustness of the driver
Posted by Denis Benato 1 month, 2 weeks ago
Hi all,

Previous asus-wmi maintainer and asus-linux developer has become less
active in the project and left me in charge of advancing the support
for ASUS equipement on Linux.

I am preparing to send a patchset of his revised work to support ASUS
ROG Ally handhelds devices and since that work is also useful in
expanding support for 2025 models it is important to improve the
hid-asus driver as future patches will build on top of these changes.

Cheers,
Denis

Changelog:
- v1
  - Initial submission
- v2
  - Remove another warning about a now unused int ret.
  - Fix a regression (already in for-next) about leds not working anymore.

Denis Benato (7):
  HID: asus: fix code style of comments and brackets
  HID: asus: add xg mobile 2022 external hardware support
  HID: asus: fix compiler warning about unused variables
  HID: asus: make asus_resume adhere to linux kernel coding standards
  HID: asus: simplify and improve asus_kbd_set_report()
  HID: asus: do not abort probe when not necessary
  HID: asus: do not try to initialize the backlight if the enpoint
    doesn't support it

 drivers/hid/hid-asus.c | 74 +++++++++++++++++-------------------------
 drivers/hid/hid-ids.h  |  1 +
 2 files changed, 30 insertions(+), 45 deletions(-)

-- 
2.53.0
Re: [PATCH v2 0/7] HID: asus: increase robustness of the driver
Posted by Jiri Kosina 1 month ago
On Sat, 28 Feb 2026, Denis Benato wrote:

> Hi all,
> 
> Previous asus-wmi maintainer and asus-linux developer has become less
> active in the project and left me in charge of advancing the support
> for ASUS equipement on Linux.
> 
> I am preparing to send a patchset of his revised work to support ASUS
> ROG Ally handhelds devices and since that work is also useful in
> expanding support for 2025 models it is important to improve the
> hid-asus driver as future patches will build on top of these changes.

Patches 1, 4, 5, 6 and 7 applied to hid.git#for-7.1/asus.

Patch 2 applied to hid.git#for-7.0/upstream-fixes.

Patch 3 dropped, as it's fixed by 7b2f88cc9dd4c2b9f3d in 
hid.git#for-7.1/asus.

Thanks,

-- 
Jiri Kosina
SUSE Labs