This bug is awaiting verification that the linux- nvidia-6.11/6.11.0-1004.4 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-noble-linux-nvidia-6.11' to 'verification-done-noble-linux-nvidia-6.11'. If the problem still exists, change the tag 'verification-needed-noble-linux-nvidia-6.11' to 'verification-failed-noble-linux-nvidia-6.11'.
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-noble-linux-nvidia-6.11-v2 verification-needed-noble-linux-nvidia-6.11 -- 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: Fix Released Status in linux source package in Oracular: Fix Released 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