Author: uwe
Date: 2010-01-23 22:51:10 +0100 (Sat, 23 Jan 2010)
New Revision: 5046

Modified:
   trunk/util/superiotool/winbond.c
Log:
Add detection support for the Winbond W83667HG Super I/O.

$ sudo ./superiotool
superiotool r4931
Found Winbond W83667HG (id=0xa5, rev=0x13) at 0x2e

Details: http://lists.lm-sensors.org/pipermail/lm-sensors/2008-July/023683.html

Signed-off-by: David Bartley <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/util/superiotool/winbond.c
===================================================================
--- trunk/util/superiotool/winbond.c    2010-01-23 15:50:12 UTC (rev 5045)
+++ trunk/util/superiotool/winbond.c    2010-01-23 21:51:10 UTC (rev 5046)
@@ -235,6 +235,9 @@
                {EOT}}},
        {0xa23, "W83627UHG", {/* TODO: Not yet in sensors-detect */
                {EOT}}},
+       {0xa51, "W83667HG", {
+               /* See also: 
http://lists.lm-sensors.org/pipermail/lm-sensors/2008-July/023683.html */
+               {EOT}}},
 
        /* ID and rev */
        {0x9771, "W83977F-A/G-A/AF-A/AG-A", {


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to