# HG changeset patch # User moel.mich # Date 1351965535 0 # Node ID c25816e366bd30bea6945f080013cd8175cf4aee # Parent 87093432c8439107a31048c015beb7d97ab4164e Added additional Fintek chips to the lm-sensors interface. diff -r 87093432c843 -r c25816e366bd Hardware/LPC/LMSensors.cs --- a/Hardware/LPC/LMSensors.cs Sun Oct 28 15:19:45 2012 +0000 +++ b/Hardware/LPC/LMSensors.cs Sat Nov 03 17:58:55 2012 +0000 @@ -39,10 +39,18 @@ lmChips.Add(new LMChip(Chip.F71858, path)); break; case "f71862fg": lmChips.Add(new LMChip(Chip.F71862, path)); break; + case "f71869": + lmChips.Add(new LMChip(Chip.F71869, path)); break; case "f71882fg": - lmChips.Add(new LMChip(Chip.F71882, path)); break; + lmChips.Add(new LMChip(Chip.F71882, path)); break; + case "f71889a": + lmChips.Add(new LMChip(Chip.F71889AD, path)); break; + case "f71889ed": + lmChips.Add(new LMChip(Chip.F71889ED, path)); break; case "f71889fg": lmChips.Add(new LMChip(Chip.F71889F, path)); break; + case "f71808e": + lmChips.Add(new LMChip(Chip.F71808E, path)); break; case "it8705": lmChips.Add(new LMChip(Chip.IT8705F, path)); break; diff -r 87093432c843 -r c25816e366bd Properties/AssemblyVersion.cs --- a/Properties/AssemblyVersion.cs Sun Oct 28 15:19:45 2012 +0000 +++ b/Properties/AssemblyVersion.cs Sat Nov 03 17:58:55 2012 +0000 @@ -10,5 +10,5 @@ using System.Reflection; -[assembly: AssemblyVersion("0.5.1.6")] -[assembly: AssemblyInformationalVersion("0.5.1.6 Alpha")] \ No newline at end of file +[assembly: AssemblyVersion("0.5.1.8")] +[assembly: AssemblyInformationalVersion("0.5.1.8 Alpha")] \ No newline at end of file