diff -r 0899f651d5cf -r b4e37f5b2669 Hardware/LPC/LMSensors.cs --- a/Hardware/LPC/LMSensors.cs Fri Jun 22 10:05:23 2012 +0000 +++ b/Hardware/LPC/LMSensors.cs Sat Jun 23 22:14:28 2012 +0000 @@ -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 + Copyright (C) 2009-2012 Michael Möller */ @@ -44,6 +44,8 @@ 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":