]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
platform/x86: Add Lenovo Gamezone WMI Driver
authorDerek J. Clark <derekjohn.clark@gmail.com>
Wed, 2 Jul 2025 03:38:25 +0000 (20:38 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 3 Jul 2025 07:54:32 +0000 (10:54 +0300)
commit22024ac5366f065a7b931bee5b62e2588521c4f0
tree4be19ab392651e22f161536af154309d10214576
parente1a5fe662b593108d14cd0481019601698f9fbe8
platform/x86: Add Lenovo Gamezone WMI Driver

Adds lenovo-wmi-gamezone driver which provides the Lenovo Gamezone WMI
interface that comes on Lenovo "Gaming Series" hardware. Provides ACPI
platform profiles over WMI.

Reviewed-by: Armin Wolf <W_Armin@gmx.de>
Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
Link: https://lore.kernel.org/r/20250702033826.1057762-6-derekjohn.clark@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/lenovo/Kconfig
drivers/platform/x86/lenovo/Makefile
drivers/platform/x86/lenovo/wmi-gamezone.c [new file with mode: 0644]
drivers/platform/x86/lenovo/wmi-gamezone.h [new file with mode: 0644]