Skip to content

Commit a045a18

Browse files
graysky2groeck
authored andcommitted
hwmon: (nct6683) Add another customer ID for MSI
The new customer ID was found on a MPG X870E CARBON WIFI (MS-7E49) with a NCT6687D chip. Signed-off-by: John Audia <[email protected]> [groeck: Resolved conflicts in Documentation/hwmon/nct6683.rst] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 4b04472 commit a045a18

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Documentation/hwmon/nct6683.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ ASRock X670E NCT6686D EC firmware version 1.0 build 05/19/22
6666
ASRock B650 Steel Legend WiFi NCT6686D EC firmware version 1.0 build 11/09/23
6767
MSI B550 NCT6687D EC firmware version 1.0 build 05/07/20
6868
MSI X670-P NCT6687D EC firmware version 0.0 build 09/27/22
69+
MSI X870E NCT6687D EC firmware version 0.0 build 11/13/24
6970
=============================== ===============================================

drivers/hwmon/nct6683.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ superio_exit(int ioreg)
175175
#define NCT6683_CUSTOMER_ID_MSI 0x201
176176
#define NCT6683_CUSTOMER_ID_MSI2 0x200
177177
#define NCT6683_CUSTOMER_ID_MSI3 0x207
178+
#define NCT6683_CUSTOMER_ID_MSI4 0x20d
178179
#define NCT6683_CUSTOMER_ID_ASROCK 0xe2c
179180
#define NCT6683_CUSTOMER_ID_ASROCK2 0xe1b
180181
#define NCT6683_CUSTOMER_ID_ASROCK3 0x1631
@@ -1228,6 +1229,8 @@ static int nct6683_probe(struct platform_device *pdev)
12281229
break;
12291230
case NCT6683_CUSTOMER_ID_MSI3:
12301231
break;
1232+
case NCT6683_CUSTOMER_ID_MSI4:
1233+
break;
12311234
case NCT6683_CUSTOMER_ID_ASROCK:
12321235
break;
12331236
case NCT6683_CUSTOMER_ID_ASROCK2:

0 commit comments

Comments
 (0)