Re: [PATCH v3 0/2] platform/x86: uniwill-laptop: Prepare for extending keyboard backlight support
From: Werner Sembach
Date: Thu Jul 16 2026 - 13:49:06 EST
Am 16.07.26 um 18:25 schrieb Armin Wolf:
This patch series contains a couple of changes suggested byFYI: I have the patch for adding all the TUXEDO devices ready. Just waiting for this to be included to sent it. Until then it can be found here: https://gitlab.com/tuxedocomputers/development/packages/linux/-/commits/wip_nb02 (still needs some testing).
Werner Sembach from Tuxedo that are necessary for eventually
enabling keyboard backlight support for Tuxedo devices.
The first patch simply cleans up uniwill_kbd_led_init(), while
the remaining two patches make two key properties (single color
vs RGB, max intensity) configurable using the existing device
descriptor infrastructure.
Tested on a Tuxedo InfinityBook Pro 15 Gen 10 AMD.
Changes since v2:
- drop 3rd patch
- add Reviewed-by tag
- reword commit description of 2nd patch
Changes since v1:
- add Suggested-by tags
Armin Wolf (2):
platform/x86: uniwill-laptop: Split uniwill_kbd_led_init()
platform/x86: uniwill-laptop: Remove single color keyboard detection
drivers/platform/x86/uniwill/uniwill-acpi.c | 119 +++++++++++---------
1 file changed, 63 insertions(+), 56 deletions(-)