summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorDenis Pauk <pauk.denis@gmail.com>2021-10-25 22:47:48 +0300
committerGuenter Roeck <linux@roeck-us.net>2021-10-27 10:44:54 -0700
commitf4cbba74c3ec481af882c1057f911c237a5d37d5 (patch)
tree6c9431fe06026e8eda47dffadd1b535a81c3c3c7 /drivers/hwmon
parent0e346a86a51debe23755dae3b89957c1ba8ffbfd (diff)
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 <pauk.denis@gmail.com> Tested-by: Joel Wirāmu Pauling <jwp@redhat.com> Link: https://lore.kernel.org/r/20211025194748.6784-1-pauk.denis@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/nct6775.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c
index f345e1902ad9..93dca471972e 100644
--- a/drivers/hwmon/nct6775.c
+++ b/drivers/hwmon/nct6775.c
@@ -4986,6 +4986,7 @@ static int __init nct6775_find(int sioaddr, struct nct6775_sio_data *sio_data)
static struct platform_device *pdev[2];
static const char * const asus_wmi_boards[] = {
+ "ProArt X570-CREATOR WIFI",
"Pro WS X570-ACE",
"PRIME B360-PLUS",
"PRIME B460-PLUS",