[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251225143007.2684239-1-denis.benato@linux.dev>
Date: Thu, 25 Dec 2025 15:30:04 +0100
From: Denis Benato <denis.benato@...ux.dev>
To: linux-kernel@...r.kernel.org
Cc: platform-driver-x86@...r.kernel.org,
"Hans de Goede" <hansg@...nel.org>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
"Luke D . Jones" <luke@...nes.dev>,
"Mateusz Schyboll" <dragonn@...pl>,
"Denis Benato" <benato.denis96@...il.com>,
Denis Benato <denis.benato@...ux.dev>
Subject: [PATCH 0/3] platform/x86: asus-wmi: move keyboard control firmware attributes
Hi all,
I was recently reading through the asusctl issue tracker and I found
out that some users have been having troubles with the keyboard RGB control
that was working before since the creation of asus-armoury and subequent
deprecation of old sysfs attributes.
This patch series aims to re-introduce those attributes in asus-armoury
so that userspace tools can still control keyboard RGB lighting
without having to rely on deprecated asus-wmi attributes.
In addition to that, since disabling OOBE is essential for controlling
LEDs on some models and it was incorrectly tied to deprecated attributes,
this patch series also fixes sending OOBE at probe time.
Link: https://gitlab.com/asus-linux/asusctl/-/issues/619
Denis Benato (3):
platform/x86: asus-wmi: explicitly mark more code with
CONFIG_ASUS_WMI_DEPRECATED_ATTRS
platform/x86: asus-wmi: fix sending OOBE at probe
platform/x86: asus-armoury: add keyboard control firmware attributes
drivers/platform/x86/asus-armoury.c | 258 +++++++++++++++++++++
drivers/platform/x86/asus-wmi.c | 13 +-
include/linux/platform_data/x86/asus-wmi.h | 15 ++
3 files changed, 285 insertions(+), 1 deletion(-)
--
2.52.0
Powered by blists - more mailing lists