Skip to content

Commit 9097fef

Browse files
committed
Add MSI B860 mainboard handling (NCT6687D-R)
1 parent 5b30810 commit 9097fef

File tree

1 file changed

+1
-0
lines changed
  • OpenHardwareMonitorLib/Hardware/Motherboard/Lpc

1 file changed

+1
-0
lines changed

OpenHardwareMonitorLib/Hardware/Motherboard/Lpc/LpcIO.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ private bool DetectWinbondFintek(LpcPort port, Motherboard motherboard)
395395
// MSI AM5/LGA1851 800 Series Motherboard Compatibility (Nuvoton NCT6687DR)
396396
if (motherboard.Manufacturer == Manufacturer.MSI && (motherboard.SMBios.Board.ProductName.IndexOf("B840", StringComparison.OrdinalIgnoreCase) >= 0 ||
397397
motherboard.SMBios.Board.ProductName.IndexOf("B850", StringComparison.OrdinalIgnoreCase) >= 0 ||
398+
motherboard.SMBios.Board.ProductName.IndexOf("B860", StringComparison.OrdinalIgnoreCase) >= 0 ||
398399
motherboard.SMBios.Board.ProductName.IndexOf("X870", StringComparison.OrdinalIgnoreCase) >= 0 ||
399400
motherboard.SMBios.Board.ProductName.IndexOf("Z890", StringComparison.OrdinalIgnoreCase) >= 0))
400401
{

0 commit comments

Comments
 (0)