From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 005413368AF; Mon, 20 Apr 2026 15:47:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776700035; cv=none; b=GnWTvfkBCmzre1Lqe0mtHf9nrkRR09pXEO/zT03RsxYe1Mdqcr3o8RYA9bMoKUDRYFM5nDcFZTcPQyd8IdGYN+iLff46CEFIxlw4QeBOQM6yGUhHwXdhAdC038Z1mILrcJTFsBs/YX0HP2TYj80vsRlOGFmjQm2blAjVErTKweg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776700035; c=relaxed/simple; bh=ggU3gWflaHh11dZIl4XtqpTABKb9KRIhtIrv8wyXlNQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=c791KpxUmuELVZlUG1KHsJpmxHj6SsyhbemIBcDjK8tO7a8o2FJ4te0yeVA39vtrYAB77GT+g3zF/+KhQ1Dyci3tfu7Nj4bKaqApuAerndIm3M7jZeXD2JKCSuL1Ppk2oGZWVuxtJgqblLwALXMVavusp8Mqurf//gTG5UaIqQc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yxMAZruM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="yxMAZruM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F733C2BCB6; Mon, 20 Apr 2026 15:47:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776700034; bh=ggU3gWflaHh11dZIl4XtqpTABKb9KRIhtIrv8wyXlNQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yxMAZruMB9OHZ5TNW7ccrkcp1Y8NK7mXAuQjJhDSeOYfFLMq0qt3owrPcpIYjUGjA keyhei4UuWQ0w/S6fJ9YMvOdtWZoVCjxml8QZRwh9zTPr3z7MeJuZgIOgSN9qSIxAb zSaYjZQddVSanQRyfVcFaMpyzsWgBLH78nGEaX1Q= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, WJ Enderlava , Krishna Chomal , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , Sasha Levin Subject: [PATCH 6.19 017/220] platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C76) Date: Mon, 20 Apr 2026 17:39:18 +0200 Message-ID: <20260420153934.647201115@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260420153934.013228280@linuxfoundation.org> References: <20260420153934.013228280@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krishna Chomal [ Upstream commit 84d29bfd1929d08f092851162a3d055a2134d043 ] The HP Omen 16-wf1xxx (board ID: 8C76) has the same WMI interface as other Victus S boards, but requires quirks for correctly switching thermal profile (similar to board 8C78). Add the DMI board name to victus_s_thermal_profile_boards[] table and map it to omen_v1_thermal_params. Testing on board 8C76 confirmed that platform profile is registered successfully and fan RPMs are readable and controllable. Tested-by: WJ Enderlava Reported-by: WJ Enderlava Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221149 Signed-off-by: Krishna Chomal Link: https://patch.msgid.link/20260227154106.226809-1-krishna.chomal108@gmail.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen Signed-off-by: Sasha Levin --- drivers/platform/x86/hp/hp-wmi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c index e3a7ac2485d68..7d03903cf221a 100644 --- a/drivers/platform/x86/hp/hp-wmi.c +++ b/drivers/platform/x86/hp/hp-wmi.c @@ -182,6 +182,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst .matches = { DMI_MATCH(DMI_BOARD_NAME, "8BD5") }, .driver_data = (void *)&victus_s_thermal_params, }, + { + .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C76") }, + .driver_data = (void *)&omen_v1_thermal_params, + }, { .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C78") }, .driver_data = (void *)&omen_v1_thermal_params, -- 2.53.0