Skip to content

Commit 07a748f

Browse files
VulnXgregkh
authored andcommitted
platform/x86: hp-wmi: Add Omen 16-wf1xxx fan support
[ Upstream commit fb146a3 ] The newer HP Omen laptops, such as Omen 16-wf1xxx, use the same WMI-based thermal profile interface as Victus 16-r1000 and 16-s1000 models. Add the DMI board name "8C78" to the victus_s_thermal_profile_boards list to enable proper fan and thermal mode control. Tested on: HP Omen 16-wf1xxx (board 8C78) Result: * Fan RPMs are readable * echo 0 | sudo tee /sys/devices/platform/hp-wmi/hwmon/*/pwm1_enable allows the fans to run on max RPM. Signed-off-by: Krishna Chomal <krishna.chomal108@gmail.com> Link: https://patch.msgid.link/20251018111001.56625-1-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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent e24a158 commit 07a748f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/x86/hp/hp-wmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static const char * const victus_thermal_profile_boards[] = {
9595
/* DMI Board names of Victus 16-r and Victus 16-s laptops */
9696
static const char * const victus_s_thermal_profile_boards[] = {
9797
"8BBE", "8BD4", "8BD5",
98-
"8C99", "8C9C"
98+
"8C78", "8C99", "8C9C",
9999
};
100100

101101
enum hp_wmi_radio {

0 commit comments

Comments
 (0)