Hardware/LPC/LMSensors.cs
2012-11-03 Added additional Fintek chips to the lm-sensors interface.
2012-06-23 Added support for IT8705F super I/O chips.
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2011-08-31 Added first experimental support for fan control on the NCT677X super I/O chips.
2011-04-10 Replaced the StreamReader based lm-sensors access with an implementation using the FileStream class in order to avoid buffering problems when seeking.
2011-04-09 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
2010-10-17 Added code to read the additional fans on the ASRock P55 Deluxe mainboard via special GPIO switching.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-08 Fixed some Code Analysis warnings.
2010-08-15 Fixed some Code Analysis warnings.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-06-07 Added (partial) SMBIOS support for Linux by reading from sysfs.
2010-06-06 Added experimental lm-sensors super I/O support for Linux.