Added additional Fintek chips to the lm-sensors interface.
1.1 --- a/Hardware/LPC/LMSensors.cs Sun Oct 28 15:19:45 2012 +0000
1.2 +++ b/Hardware/LPC/LMSensors.cs Sat Nov 03 17:58:55 2012 +0000
1.3 @@ -39,10 +39,18 @@
1.4 lmChips.Add(new LMChip(Chip.F71858, path)); break;
1.5 case "f71862fg":
1.6 lmChips.Add(new LMChip(Chip.F71862, path)); break;
1.7 + case "f71869":
1.8 + lmChips.Add(new LMChip(Chip.F71869, path)); break;
1.9 case "f71882fg":
1.10 - lmChips.Add(new LMChip(Chip.F71882, path)); break;
1.11 + lmChips.Add(new LMChip(Chip.F71882, path)); break;
1.12 + case "f71889a":
1.13 + lmChips.Add(new LMChip(Chip.F71889AD, path)); break;
1.14 + case "f71889ed":
1.15 + lmChips.Add(new LMChip(Chip.F71889ED, path)); break;
1.16 case "f71889fg":
1.17 lmChips.Add(new LMChip(Chip.F71889F, path)); break;
1.18 + case "f71808e":
1.19 + lmChips.Add(new LMChip(Chip.F71808E, path)); break;
1.20
1.21 case "it8705":
1.22 lmChips.Add(new LMChip(Chip.IT8705F, path)); break;
2.1 --- a/Properties/AssemblyVersion.cs Sun Oct 28 15:19:45 2012 +0000
2.2 +++ b/Properties/AssemblyVersion.cs Sat Nov 03 17:58:55 2012 +0000
2.3 @@ -10,5 +10,5 @@
2.4
2.5 using System.Reflection;
2.6
2.7 -[assembly: AssemblyVersion("0.5.1.6")]
2.8 -[assembly: AssemblyInformationalVersion("0.5.1.6 Alpha")]
2.9 \ No newline at end of file
2.10 +[assembly: AssemblyVersion("0.5.1.8")]
2.11 +[assembly: AssemblyInformationalVersion("0.5.1.8 Alpha")]
2.12 \ No newline at end of file