Skip to content

Commit f4cbba7

Browse files
0lvingroeck
authored andcommitted
hwmon: (nct6775) add ProArt X570-CREATOR WIFI.
ASUS ProArt X570-CREATOR WIFI board has got an nct6775 chip, but by default there's no use of it because of resource conflict with WMI method. This commit adds ProArt X570-CREATOR WIFI to the list of boards that can be monitored using ASUS WMI. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=204807 Signed-off-by: Denis Pauk <[email protected]> Tested-by: Joel Wirāmu Pauling <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 0e346a8 commit f4cbba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/nct6775.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4986,6 +4986,7 @@ static int __init nct6775_find(int sioaddr, struct nct6775_sio_data *sio_data)
49864986
static struct platform_device *pdev[2];
49874987

49884988
static const char * const asus_wmi_boards[] = {
4989+
"ProArt X570-CREATOR WIFI",
49894990
"Pro WS X570-ACE",
49904991
"PRIME B360-PLUS",
49914992
"PRIME B460-PLUS",

0 commit comments

Comments
 (0)