File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
OpenHardwareMonitorLib/Hardware/Motherboard/Lpc Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments