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 <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2755 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/util/probe_superio/probe_superio.c b/util/probe_superio/probe_superio.c
index 7ec3c81..c7c7ef4 100644
--- a/util/probe_superio/probe_superio.c
+++ b/util/probe_superio/probe_superio.c
@@ -184,7 +184,7 @@
 			 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}},