lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 15 Nov 2022 00:16:24 +0200
From:   Denis Pauk <pauk.denis@...il.com>
To:     unlisted-recipients:; (no To-header on input)
Cc:     linux@...ck-us.net, jdelvare@...e.com, linux-hwmon@...r.kernel.org,
        linux-kernel@...r.kernel.org, mundanedefoliation@...il.com
Subject: Re: [PATCH] hwmon: (nct6775) add ASUS CROSSHAIR VIII/TUF/ProArt
 B550M

Hi,

Patch is tested with "TUF GAMING B550M-PLUS WIFI II".

I have checked other boards by comparing methods implementations in UEFI
firmware's from ASUS support site.

On Mon, 14 Nov 2022 23:44:56 +0200
Denis Pauk <pauk.denis@...il.com> wrote:

> Boards such as
> * ProArt B550-CREATOR
> * ProArt Z490-CREATOR 10G
> * ROG CROSSHAIR VIII EXTREME
> * ROG CROSSHAIR VIII HERO (WI-FI)
> * TUF GAMING B550M-E
> * TUF GAMING B550M-E (WI-FI)
> * TUF GAMING B550M-PLUS WIFI II
> have got a nct6775 chip, but by default there's no use of it
> because of resource conflict with WMI method.
> 
> This commit adds such boards to the WMI monitoring list.
> 
> BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=204807
> Signed-off-by: Denis Pauk <pauk.denis@...il.com>
> Reported-by: yutesdb <mundanedefoliation@...il.com>
> Tested-by: yutesdb <mundanedefoliation@...il.com>
> ---
>  drivers/hwmon/nct6775-platform.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/hwmon/nct6775-platform.c
> b/drivers/hwmon/nct6775-platform.c index 41c97cfacfb8..50fe9533cf43 100644
> --- a/drivers/hwmon/nct6775-platform.c
> +++ b/drivers/hwmon/nct6775-platform.c
> @@ -1043,7 +1043,9 @@ static struct platform_device *pdev[2];
>  
>  static const char * const asus_wmi_boards[] = {
>  	"PRO H410T",
> +	"ProArt B550-CREATOR",
>  	"ProArt X570-CREATOR WIFI",
> +	"ProArt Z490-CREATOR 10G",
>  	"Pro B550M-C",
>  	"Pro WS X570-ACE",
>  	"PRIME B360-PLUS",
> @@ -1055,8 +1057,10 @@ static const char * const asus_wmi_boards[] = {
>  	"PRIME X570-P",
>  	"PRIME X570-PRO",
>  	"ROG CROSSHAIR VIII DARK HERO",
> +	"ROG CROSSHAIR VIII EXTREME",
>  	"ROG CROSSHAIR VIII FORMULA",
>  	"ROG CROSSHAIR VIII HERO",
> +	"ROG CROSSHAIR VIII HERO (WI-FI)",
>  	"ROG CROSSHAIR VIII IMPACT",
>  	"ROG STRIX B550-A GAMING",
>  	"ROG STRIX B550-E GAMING",
> @@ -1080,8 +1084,11 @@ static const char * const asus_wmi_boards[] = {
>  	"ROG STRIX Z490-G GAMING (WI-FI)",
>  	"ROG STRIX Z490-H GAMING",
>  	"ROG STRIX Z490-I GAMING",
> +	"TUF GAMING B550M-E",
> +	"TUF GAMING B550M-E (WI-FI)",
>  	"TUF GAMING B550M-PLUS",
>  	"TUF GAMING B550M-PLUS (WI-FI)",
> +	"TUF GAMING B550M-PLUS WIFI II",
>  	"TUF GAMING B550-PLUS",
>  	"TUF GAMING B550-PLUS WIFI II",
>  	"TUF GAMING B550-PRO",

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ