Hardware/LPC/LPCIO.cs
2012-06-23 Added support for IT8705F super I/O chips.
2012-06-22 Integrated the patch for Fintek F71808E super I/O support developed by Andrey Mushatov.
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2012-02-16 Added experimental support for ITE IT8771E super I/O chips.
2011-08-02 Added initial support for the ITE IT8772E super I/O chip.
2011-05-23 Added support for the Fintek F71889AD super I/O chip. Extended the identification list of mainboard manufacturers.
2011-05-01 Added first experimental support for the IT8728F super I/O chip.
2011-03-19 Fixed Issue 156.
2010-11-21 Added first experimental support for the Nuvoton NCT6771F super I/O chip.
2010-10-31 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
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-08-17 Fixed Issue 97.
2010-08-17 Restricted ITE detection to port 0x2E.
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-08-05 Added ISA bus mutex support to the super IO detection.
2010-06-30 Added more revisions for the W83627THF, as there seems to exist chips with revision 0x82, 0x84, and 0x85 as well.
2010-06-28 Added the ITE chip version to the report.
2010-06-03 Fixed Issue 63.
2010-05-24 Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations.
2010-05-09 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.