Skip to content

Commit 55b964d

Browse files
imraedinitabitij-intel
authored andcommitted
platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support
The HP Omen 16-xf0xxx board 8BCA uses the same Victus-S fan and thermal WMI path as other recently supported Omen/Victus boards, but it requires Omen v1 thermal profile parameters for correct platform profile behavior. Add board 8BCA to victus_s_thermal_profile_boards[] and map it to omen_v1_thermal_params. Validated on HP Omen 16-xf0xxx (board 8BCA): - /sys/firmware/acpi/platform_profile exposes low-power/balanced/performance - fan RPM reporting works (fan1_input/fan2_input) - manual fan control works through hp-wmi hwmon (pwm1/pwm1_enable) Signed-off-by: Raed <thisisraed@outlook.com> Link: https://patch.msgid.link/20260311131338.965249-1-youaretalkingtoraed@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent d272391 commit 55b964d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst
183183
.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BBE") },
184184
.driver_data = (void *)&victus_s_thermal_params,
185185
},
186+
{
187+
.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCA") },
188+
.driver_data = (void *)&omen_v1_thermal_params,
189+
},
186190
{
187191
.matches = { DMI_MATCH(DMI_BOARD_NAME, "8BCD") },
188192
.driver_data = (void *)&omen_v1_thermal_params,

0 commit comments

Comments
 (0)