All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] platform/x86: lg-laptop: Improve support for modern devices
@ 2026-06-22 19:39 Armin Wolf
  2026-06-22 19:39 ` [PATCH 1/5] platform/x86: lg-laptop: Fix LED resource handling Armin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Armin Wolf @ 2026-06-22 19:39 UTC (permalink / raw)
  To: matan; +Cc: hansg, ilpo.jarvinen, platform-driver-x86, linux-kernel

Modern LG devices like the LG Gram 16T90SP currently do not work
with the lg-laptop driver due to a number of changes inside the
underlying ACPI interface:

- events are now exclusively delivered as native ACPI events, the
  legacy WMI interface does not work anymore.

- the "WMAB" control method can return both integers and buffers.

- new events where introduced.

- strict keyboard backlight interface.

The first patch fixes and issue inside the LED resource handling,
while the remaining patches add support for the above changes.

The patches where tested by users on bugzilla
(https://bugzilla.kernel.org/show_bug.cgi?id=218901) and work on
both "old" and "new" LG devices.

Armin Wolf (5):
  platform/x86: lg-laptop: Fix LED resource handling
  platform/x86: lg-laptop: Add support for native ACPI events
  platform/x86: lg-laptop: Add support for additional events
  platform/x86: lg-laptop: Improve WMAB control method support
  platform/x86: lg-laptop: Fix keyboard backlight support on LG Gram
    16T90SP

 drivers/platform/x86/Kconfig     |   1 -
 drivers/platform/x86/lg-laptop.c | 643 ++++++++++++++++++++-----------
 2 files changed, 411 insertions(+), 233 deletions(-)

-- 
2.39.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-07-03 18:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22 19:39 [PATCH 0/5] platform/x86: lg-laptop: Improve support for modern devices Armin Wolf
2026-06-22 19:39 ` [PATCH 1/5] platform/x86: lg-laptop: Fix LED resource handling Armin Wolf
2026-06-22 19:39 ` [PATCH 2/5] platform/x86: lg-laptop: Add support for native ACPI events Armin Wolf
2026-07-03 13:14   ` Ilpo Järvinen
2026-07-03 17:59     ` Armin Wolf
2026-06-22 19:39 ` [PATCH 3/5] platform/x86: lg-laptop: Add support for additional events Armin Wolf
2026-06-22 19:39 ` [PATCH 4/5] platform/x86: lg-laptop: Improve WMAB control method support Armin Wolf
2026-06-22 19:39 ` [PATCH 5/5] platform/x86: lg-laptop: Fix keyboard backlight support on LG Gram 16T90SP Armin Wolf
2026-07-03 13:22   ` Ilpo Järvinen
2026-07-03 18:05     ` Armin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.