All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] platform/x86: uniwill-laptop: Support additional features
@ 2026-05-30 17:08 Armin Wolf
  2026-05-30 17:08 ` [PATCH 1/7] platform/x86: uniwill-laptop: Add keyboard backlight support Armin Wolf
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Armin Wolf @ 2026-05-30 17:08 UTC (permalink / raw)
  To: ilpo.jarvinen, hansg; +Cc: platform-driver-x86, linux-kernel, wse

This patch series adds support for various new features to the
uniwill-laptop driver. The first patch adds support for the keyboard
backlight available on some models, while the next three patches
add support for additional WMI events, USB powershare and AC auto
boot. The last four patches finally add support for additional devices.

The patch series depends on commit b1a9b7a904af ("leds: Introduce the multi_max_intensity sysfs attribute")
currently sitting inside the for-leds-next branch of the LED subsystem
tree. Without said commit the first patch will apply but not build.

All patches have been tested on my Tuxedo InfinityBook Pro 15 Gen 10
AMD and most work flawlessly, only the AC auto boot feature seems to
be broken on my device. I decided to still include the patch because
it works on other devices.

Armin Wolf (7):
  platform/x86: uniwill-laptop: Add keyboard backlight support
  platform/x86: uniwill-laptop: Handle screen-related events
  platform/x86: uniwill-laptop: Add AC auto boot support
  platform/x86: uniwill-laptop: Add support for USB powershare
  platform/x86: uniwill-laptop: Add support for the MACHENIKE L16 Pro
  platform/x86: uniwill-laptop: Add support for the AiStone X4SP4NAL
  platform/x86: uniwill-laptop: Add lightbar support for LAPQC71A/B

 .../ABI/testing/sysfs-driver-uniwill-laptop   |  25 +
 .../admin-guide/laptops/uniwill-laptop.rst    |  27 +
 drivers/platform/x86/uniwill/uniwill-acpi.c   | 609 +++++++++++++++++-
 drivers/platform/x86/uniwill/uniwill-wmi.h    |   2 +
 4 files changed, 650 insertions(+), 13 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2026-06-11 15:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-30 17:08 [PATCH 0/7] platform/x86: uniwill-laptop: Support additional features Armin Wolf
2026-05-30 17:08 ` [PATCH 1/7] platform/x86: uniwill-laptop: Add keyboard backlight support Armin Wolf
2026-05-30 17:08 ` [PATCH 2/7] platform/x86: uniwill-laptop: Handle screen-related events Armin Wolf
2026-05-30 17:08 ` [PATCH 3/7] platform/x86: uniwill-laptop: Add AC auto boot support Armin Wolf
2026-05-30 17:08 ` [PATCH 4/7] platform/x86: uniwill-laptop: Add support for USB powershare Armin Wolf
2026-05-30 17:08 ` [PATCH 5/7] platform/x86: uniwill-laptop: Add support for the MACHENIKE L16 Pro Armin Wolf
2026-05-30 17:08 ` [PATCH 6/7] platform/x86: uniwill-laptop: Add support for the AiStone X4SP4NAL Armin Wolf
2026-05-30 17:08 ` [PATCH 7/7] platform/x86: uniwill-laptop: Add lightbar support for LAPQC71A/B Armin Wolf
2026-06-10 10:50 ` [PATCH 0/7] platform/x86: uniwill-laptop: Support additional features Ilpo Järvinen
2026-06-10 16:36   ` Armin Wolf
2026-06-11 13:21     ` Ilpo Järvinen
2026-06-11 15:00       ` 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.