]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)
authorKrishna Chomal <krishna.chomal108@gmail.com>
Fri, 10 Apr 2026 19:10:37 +0000 (00:40 +0530)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 14 Apr 2026 16:00:14 +0000 (19:00 +0300)
commit5badf5ebcd1476f4bb38c5909c5020e14384ad7d
treef8cd87d9168748ffabbaf1764feb8a74cd8ca8b0
parent9d317a54e46d3b6420567dc5b63e9d7ff5c064a3
platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)

The HP OMEN MAX 16-ak0xxx (8D87) requires the same WMI queries as other
Victus S devices, hence it has been added to the corresponding list.

For this reason, platform_profile_victus_s_get_ec() will be called
during thermal_profile_setup() and victus_s_powersource_event() to
obtain hardware state (platform profile) by reading from the Embedded
Controller, however, this particular board's EC does not seem to expose
the platform profile value, unlike other boards. Hence EC readback is
disabled.

Testing on board 8D87 confirmed that platform profile is registered
successfully and fan RPMs are readable and controllable.

Tested-by: Jinyang Zhu <Jakie101@proton.me>
Signed-off-by: Krishna Chomal <krishna.chomal108@gmail.com>
Link: https://patch.msgid.link/20260410191039.125659-3-krishna.chomal108@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/hp/hp-wmi.c