From: yahia ahmed Date: Fri, 22 May 2026 20:34:18 +0000 (+0300) Subject: platform/x86: hp-wmi: Add thermal support for board 8B2F X-Git-Tag: v7.2-rc1~61^2~52 X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=abefbbfc71f5ee50f9e549a2d143f23694d65fc2;p=thirdparty%2Fkernel%2Flinux.git platform/x86: hp-wmi: Add thermal support for board 8B2F Added thermal support for board ID 8B2F. Signed-off-by: yahia ahmed Link: https://patch.msgid.link/20260522203418.28784-1-yahia.a.abdrabou@gmail.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c index 48292cc02ee26..5042d124dea0e 100644 --- a/drivers/platform/x86/hp/hp-wmi.c +++ b/drivers/platform/x86/hp/hp-wmi.c @@ -205,6 +205,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst .matches = { DMI_MATCH(DMI_BOARD_NAME, "8BAB") }, .driver_data = (void *)&omen_v1_thermal_params, }, + { + .matches = { DMI_MATCH(DMI_BOARD_NAME, "8B2F") }, + .driver_data = (void *)&victus_s_thermal_params, + }, { .matches = { DMI_MATCH(DMI_BOARD_NAME, "8BBE") }, .driver_data = (void *)&victus_s_thermal_params,