qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 10/10] input: sparc32 kbd: claim en-us layout


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 10/10] input: sparc32 kbd: claim en-us layout
Date: Fri, 16 May 2014 08:47:31 +0200

Reported-by: Olivier Danet <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/char/escc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/char/escc.c b/hw/char/escc.c
index d7dff70..d9a20aa 100644
--- a/hw/char/escc.c
+++ b/hw/char/escc.c
@@ -912,7 +912,7 @@ static void handle_kbd_command(ChannelState *s, int val)
     case 0xf:
         clear_queue(s);
         put_queue(s, 0xfe);
-        put_queue(s, 0); // XXX, layout?
+        put_queue(s, 0x21); /*  en-us layout */
         break;
     default:
         break;
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]