This is a note to let you know that I've just added the patch titled hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: hwmon-nct6775-add-665-ace-600m-cl-to-asus-wmi-monito.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 84deb1671a0ffc6cb535d9546014b126fc8c99f7 Author: Sarah Maedel <sarah.maedel@xxxxxxxxxxxxxxxx> Date: Fri Oct 18 09:46:10 2024 +0200 hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list [ Upstream commit ccae49e5cf6ebda1a7fa5d2ca99500987c7420c4 ] Boards such as * Pro WS 665-ACE * Pro WS 600M-CL have got a nct6775 chip, but by default there's no use of it because of resource conflict with WMI method. Add affected boards to the WMI monitoring list. Link: https://bugzilla.kernel.org/show_bug.cgi?id=204807 Co-developed-by: Tommy Giesler <tommy.giesler@xxxxxxxxxxx> Signed-off-by: Tommy Giesler <tommy.giesler@xxxxxxxxxxx> Signed-off-by: Sarah Maedel <sarah.maedel@xxxxxxxxxxxxxxxx> Message-ID: <20241018074611.358619-1-sarah.maedel@xxxxxxxxxxxxxxxx> [groeck: Change commit message to imperative mood] Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/hwmon/nct6775-platform.c b/drivers/hwmon/nct6775-platform.c index 706a662dd077d..7e0ac3fcbc050 100644 --- a/drivers/hwmon/nct6775-platform.c +++ b/drivers/hwmon/nct6775-platform.c @@ -1350,6 +1350,8 @@ static const char * const asus_msi_boards[] = { "Pro H610M-CT D4", "Pro H610T D4", "Pro Q670M-C", + "Pro WS 600M-CL", + "Pro WS 665-ACE", "Pro WS W680-ACE", "Pro WS W680-ACE IPMI", "Pro WS W790-ACE",