From 8a5a264748d8cea46040646222da904d5930e002 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 31 Aug 2007 20:51:00 +0000 Subject: [PATCH] Fix typo for the ITE IT8712F (trivial). The default for LDN 5 (keyboard), index 0xF0 is not 0x00 but rather 0x08 as per datasheet. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2755 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/probe_superio/probe_superio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/probe_superio/probe_superio.c b/util/probe_superio/probe_superio.c index 7ec3c81dc4..c7c7ef4dfa 100644 --- a/util/probe_superio/probe_superio.c +++ b/util/probe_superio/probe_superio.c @@ -184,7 +184,7 @@ const static struct ite_registers { 0x00,NANA,NANA,EOT}}, {0x5, {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT}, - {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x00,EOT}}, + {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x08,EOT}}, {0x6, {0x30,0x70,0x71,0xf0,EOT}, {0x00,0x0c,0x02,0x00,EOT}},