Added initial support for the ITE IT8772E super I/O chip.

This commit is contained in:
Michael Möller
2011-08-02 21:05:17 +00:00
parent d7eebcf1ad
commit cdc38ff344
8 changed files with 15 additions and 7 deletions

View File

@@ -311,7 +311,9 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
case "MICRO-STAR INTERNATIONAL CO., LTD":
case "MICRO-STAR INTERNATIONAL CO.,LTD":
case "MSI":
return Manufacturer.MSI;
return Manufacturer.MSI;
case "Shuttle":
return Manufacturer.Shuttle;
case "Supermicro":
return Manufacturer.Supermicro;
case "TOSHIBA":