[PATCH v3 0/2] platform/x86: uniwill-laptop: Prepare for extending keyboard backlight support

Armin Wolf posted 2 patches 1 week, 3 days ago
There is a newer version of this series
drivers/platform/x86/uniwill/uniwill-acpi.c | 119 +++++++++++---------
1 file changed, 63 insertions(+), 56 deletions(-)
[PATCH v3 0/2] platform/x86: uniwill-laptop: Prepare for extending keyboard backlight support
Posted by Armin Wolf 1 week, 3 days ago
This patch series contains a couple of changes suggested by
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(-)

-- 
2.39.5
Re: [PATCH v3 0/2] platform/x86: uniwill-laptop: Prepare for extending keyboard backlight support
Posted by Werner Sembach 1 week, 2 days ago
Am 16.07.26 um 18:25 schrieb Armin Wolf:
> This patch series contains a couple of changes suggested by
> 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.
FYI: 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).
>
> 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(-)
>