Added support for Fintek F71878AD (vendorId 0x1106)

This commit is contained in:
jesterret
2017-12-01 01:41:53 +01:00
committed by Michael Möller
parent b4485c80d7
commit 5fd46f7f46
5 changed files with 36 additions and 6 deletions

View File

@@ -46,7 +46,9 @@ namespace OpenHardwareMonitor.Hardware.LPC {
case "f71882fg":
lmChips.Add(new LMChip(Chip.F71882, path)); break;
case "f71889a":
lmChips.Add(new LMChip(Chip.F71889AD, path)); break;
lmChips.Add(new LMChip(Chip.F71889AD, path)); break;
case "f71878ad":
lmChips.Add(new LMChip(Chip.F71878AD, path)); break;
case "f71889ed":
lmChips.Add(new LMChip(Chip.F71889ED, path)); break;
case "f71889fg":