From a60755377ffa0c57165ff96d4544c351faff47fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=B6ller?= Date: Fri, 19 Feb 2010 14:08:56 +0000 Subject: [PATCH] Added additional register banks to report output for Winbond chips. --- Hardware/LPC/W836XX.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Hardware/LPC/W836XX.cs b/Hardware/LPC/W836XX.cs index 444f9dd..e2566db 100644 --- a/Hardware/LPC/W836XX.cs +++ b/Hardware/LPC/W836XX.cs @@ -219,7 +219,7 @@ namespace OpenHardwareMonitor.Hardware.LPC { } r.AppendLine(); } - for (int k = 1; k <= 5; k++) { + for (int k = 1; k <= 15; k++) { r.AppendLine("Bank " + k); for (int i = 0x5; i < 0x6; i++) { r.Append(" "); r.Append((i << 4).ToString("X2")); r.Append(" "); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0406b1f..3a34a85 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -69,5 +69,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.21.3")] -[assembly: AssemblyFileVersion("0.1.21.3")] +[assembly: AssemblyVersion("0.1.21.4")] +[assembly: AssemblyFileVersion("0.1.21.4")]