Running result. superiotool r6131 Found Winbond W83527HG (id=0xb0, rev=0x73) at 0x2e
The documentation is not available yet.
Signed-off-by: Zheng Bao zheng.bao@amd.com
Index: util/superiotool/winbond.c =================================================================== --- util/superiotool/winbond.c (revision 6160) +++ util/superiotool/winbond.c (working copy) @@ -344,6 +344,8 @@ {0x9774, "W83977ATF", { {EOT}}},
+ {0xb07, "W83527HG", { /* TODO: Not yet in sensors-detect */ + {EOT}}}, /* ID only */ {0x52, "W83627HF/F/HG/G", { {NOLDN, NULL,
Bao, Zheng wrote:
Running result. superiotool r6131 Found Winbond W83527HG (id=0xb0, rev=0x73) at 0x2e
The documentation is not available yet.
Signed-off-by: Zheng Bao zheng.bao@amd.com
If there's a point in adding only the name, sure:
Acked-by: Peter Stuge peter@stuge.se
On Fri, Dec 10, 2010 at 09:19:44PM +0800, Bao, Zheng wrote:
Running result. superiotool r6131 Found Winbond W83527HG (id=0xb0, rev=0x73) at 0x2e
The documentation is not available yet.
Signed-off-by: Zheng Bao zheng.bao@amd.com
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Please use something like
"Add detection support for the Winbond W83527HG Super I/O."
as the commit message.
Thanks, Uwe.