From: Gerd Hoffmann Date: Tue, 6 May 2014 12:11:16 +0000 (+0200) Subject: input: sparc32 kbd: claim en-us layout X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=59e7a130054b55fe15cdfdebf284332b04d990ef;p=qemu.git input: sparc32 kbd: claim en-us layout Reported-by: Olivier Danet Signed-off-by: Gerd Hoffmann --- diff --git a/hw/char/escc.c b/hw/char/escc.c index d7dff70b06..d9a20aa931 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;