* [PATCH 0/2] platform/chrome: cros_kbd_led_backlight: Automatically enable keyboard backlight control if feature present in EC
@ 2024-03-22 10:27 Stephen Horvath
0 siblings, 0 replies; only message in thread
From: Stephen Horvath @ 2024-03-22 10:27 UTC (permalink / raw)
To: Lee Jones, Benson Leung, Guenter Roeck, Tzung-Bi Shih,
chrome-platform, linux-kernel
Cc: Stephen Horvath
The keyboard backlight control is not enabled by default on all devices
with a Chromium EC, e.g. my Framework 13. This patch series enables it
if the feature is present in the EC, instead of relying on
`of_match_table`s or whatever.
These patches are tested and working on my Framework 13, and KDE's
keyboard brightness slider even works. It's also gone though a couple of
reboot & sleep cycles without issue.
Also this is my first time submitting a patch to the kernel, and I'm keen
to do more, so please let me know if I've done anything wrong.
Thanks,
Steve
Stephen Horvath (2):
platform/chrome: cros_kbd_led_backlight: Automatically enable keyboard
backlight control if feature present in EC
platform/chrome: cros_kbd_led_backlight: Remove obsolete commands
(EC_CMD_PWM_*_KEYBOARD_BACKLIGHT)
drivers/mfd/cros_ec_dev.c | 9 +++
.../platform/chrome/cros_kbd_led_backlight.c | 62 ++++++++++---------
2 files changed, 43 insertions(+), 28 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-22 10:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 10:27 [PATCH 0/2] platform/chrome: cros_kbd_led_backlight: Automatically enable keyboard backlight control if feature present in EC Stephen Horvath
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox