linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] hwmon: (nct6775) Fix TUF GAMING B550M-E WIFI name
@ 2023-03-15 21:01 Denis Pauk
  2023-03-15 21:01 ` [PATCH 2/2] hwmon: (nct6775) update ASUS WMI monitoring list A520/B360/B460/B550 Denis Pauk
  0 siblings, 1 reply; 9+ messages in thread
From: Denis Pauk @ 2023-03-15 21:01 UTC (permalink / raw)
  Cc: linux, jdelvare, linux-hwmon, linux-kernel, pauk.denis, mischief,
	de99like

TUF GAMING B550M-E WIFI motherboard is incorrectly named as
TUF GAMING B550M-E (WI-FI).

Validated by dmidecode output from https://github.com/linuxhw/DMI/

Link: https://bugzilla.kernel.org/show_bug.cgi?id=204807
Signed-off-by: Denis Pauk <pauk.denis@gmail.com>
---
 drivers/hwmon/nct6775-platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/nct6775-platform.c b/drivers/hwmon/nct6775-platform.c
index 24c67dbfa8ab2..0ded82ac7fd31 100644
--- a/drivers/hwmon/nct6775-platform.c
+++ b/drivers/hwmon/nct6775-platform.c
@@ -1095,7 +1095,7 @@ static const char * const asus_wmi_boards[] = {
 	"ROG STRIX Z490-H GAMING",
 	"ROG STRIX Z490-I GAMING",
 	"TUF GAMING B550M-E",
-	"TUF GAMING B550M-E (WI-FI)",
+	"TUF GAMING B550M-E WIFI",
 	"TUF GAMING B550M-PLUS",
 	"TUF GAMING B550M-PLUS (WI-FI)",
 	"TUF GAMING B550M-PLUS WIFI II",
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-16  2:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 21:01 [PATCH 1/2] hwmon: (nct6775) Fix TUF GAMING B550M-E WIFI name Denis Pauk
2023-03-15 21:01 ` [PATCH 2/2] hwmon: (nct6775) update ASUS WMI monitoring list A520/B360/B460/B550 Denis Pauk
2023-03-15 21:30   ` Denis Pauk
2023-03-15 21:58     ` Guenter Roeck
2023-03-15 22:04       ` Denis Pauk
2023-03-15 22:17         ` Denis Pauk
2023-03-15 22:35           ` Denis Pauk
2023-03-16  2:11             ` Guenter Roeck
2023-03-15 22:17         ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).