Added support for IT8705F super I/O chips.

This commit is contained in:
Michael Möller
2012-06-23 22:14:28 +00:00
parent 2c815088d7
commit 3d1e07b438
6 changed files with 31 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
*/
@@ -44,6 +44,8 @@ namespace OpenHardwareMonitor.Hardware.LPC {
case "f71889fg":
lmChips.Add(new LMChip(Chip.F71889F, path)); break;
case "it8705":
lmChips.Add(new LMChip(Chip.IT8705F, path)); break;
case "it8712":
lmChips.Add(new LMChip(Chip.IT8712F, path)); break;
case "it8716":