1.1 --- a/Hardware/LPC/LMSensors.cs Fri Jun 22 10:05:23 2012 +0000
1.2 +++ b/Hardware/LPC/LMSensors.cs Sat Jun 23 22:14:28 2012 +0000
1.3 @@ -4,7 +4,7 @@
1.4 License, v. 2.0. If a copy of the MPL was not distributed with this
1.5 file, You can obtain one at http://mozilla.org/MPL/2.0/.
1.6
1.7 - Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
1.8 + Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
1.9
1.10 */
1.11
1.12 @@ -44,6 +44,8 @@
1.13 case "f71889fg":
1.14 lmChips.Add(new LMChip(Chip.F71889F, path)); break;
1.15
1.16 + case "it8705":
1.17 + lmChips.Add(new LMChip(Chip.IT8705F, path)); break;
1.18 case "it8712":
1.19 lmChips.Add(new LMChip(Chip.IT8712F, path)); break;
1.20 case "it8716":