]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (nct6683) Add another customer ID for MSI
authorJohn Audia <therealgraysky@proton.me>
Wed, 1 Jan 2025 13:27:59 +0000 (08:27 -0500)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 7 Jan 2025 03:21:31 +0000 (19:21 -0800)
The new customer ID was found on a MPG X870E CARBON WIFI (MS-7E49) with
a NCT6687D chip.

Signed-off-by: John Audia <therealgraysky@proton.me>
[groeck: Resolved conflicts in Documentation/hwmon/nct6683.rst]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/nct6683.rst
drivers/hwmon/nct6683.c

index 1707844f6d660b9a364bcf717816c0d5372fdc38..8d4a20d99e598a3d8a43e1fab619b7a25edb6115 100644 (file)
@@ -66,4 +66,5 @@ ASRock X670E                  NCT6686D EC firmware version 1.0 build 05/19/22
 ASRock B650 Steel Legend WiFi  NCT6686D EC firmware version 1.0 build 11/09/23
 MSI B550                       NCT6687D EC firmware version 1.0 build 05/07/20
 MSI X670-P                     NCT6687D EC firmware version 0.0 build 09/27/22
+MSI X870E                      NCT6687D EC firmware version 0.0 build 11/13/24
 ===============================        ===============================================
index 3d31b8e2c83535b71d2c450e6546ceab9d6429d1..416ac02e9f7464e6b3b6c9c63a512a979bee96bf 100644 (file)
@@ -175,6 +175,7 @@ superio_exit(int ioreg)
 #define NCT6683_CUSTOMER_ID_MSI                0x201
 #define NCT6683_CUSTOMER_ID_MSI2       0x200
 #define NCT6683_CUSTOMER_ID_MSI3       0x207
+#define NCT6683_CUSTOMER_ID_MSI4       0x20d
 #define NCT6683_CUSTOMER_ID_ASROCK             0xe2c
 #define NCT6683_CUSTOMER_ID_ASROCK2    0xe1b
 #define NCT6683_CUSTOMER_ID_ASROCK3    0x1631
@@ -1228,6 +1229,8 @@ static int nct6683_probe(struct platform_device *pdev)
                break;
        case NCT6683_CUSTOMER_ID_MSI3:
                break;
+       case NCT6683_CUSTOMER_ID_MSI4:
+               break;
        case NCT6683_CUSTOMER_ID_ASROCK:
                break;
        case NCT6683_CUSTOMER_ID_ASROCK2: