** Changed in: linux (Ubuntu Oracular) Status: In Progress => Fix Committed
** Changed in: linux (Ubuntu Oracular) Importance: Undecided => Medium -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2089113 Title: Keyboard backlight controls do not work on Asus ROG Zephyrus GA503RM in Oracular Status in linux package in Ubuntu: In Progress Status in linux source package in Oracular: Fix Committed Bug description: SRU Justification: [ Impact ] The brightness of some ASUS ROG laptop keyboards cannot be adjusted without this patch. [ Test Plan ] I verified that this patch applies cleanly to the Oracular kernel at Ubuntu-6.11.0-9.9 and resolves the bug on my laptop (Asus ROG GA503RM). I observed no regressions. This can be verified on any similar model of laptop by testing keyboard brightness controls once patched. [ Fix ] On almost all ASUS ROG series laptops the MCU used for the USB keyboard also has a HID packet used for setting the brightness. This is usually the same as the WMI method. But in some laptops the WMI method either is missing or doesn't work, so we should default to the HID control. [ Where problems could occur ] I do not expect any regressions since this only touches parts of asus-wmi and hid-asus that are covered by my test case, which worked as intended. [ Changes since v1 of this patch set ] A patch series that fixes this is already upstream: https://lore.kernel.org/all/20240713074733.77334-2-l...@ljones.dev/ Corrected patch format issues Luke D. Jones (1): hid-asus: use hid for brightness control on keyboard drivers/hid/hid-asus.c | 7 +++++ drivers/platform/x86/asus-wmi.c | 3 +- include/linux/platform_data/x86/asus-wmi.h | 36 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2089113/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp