kvm tools, sdl: Fix "5" key

Use the right set2 scancode for the "5" key.

Signed-off-by: Alessandro Guido <ag@alessandroguido.name>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Alessandro Guido
2011-09-29 14:59:19 +02:00
committed by Will Deacon
parent 1819403689
commit a022099de1
+1 -1
View File
@@ -39,7 +39,7 @@ static const struct set2_scancode const keymap[255] = {
[11] = DEFINE_SC(0x1e), /* 2 */
[12] = DEFINE_SC(0x26), /* 3 */
[13] = DEFINE_SC(0x25), /* 4 */
[14] = DEFINE_SC(0x27), /* 5 */
[14] = DEFINE_SC(0x2e), /* 5 */
[15] = DEFINE_SC(0x36), /* 6 */
[16] = DEFINE_SC(0x3d), /* 7 */
[17] = DEFINE_SC(0x3e), /* 8 */