input: sparc32 kbd: claim en-us layout
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 6 May 2014 12:11:16 +0000 (14:11 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 16 May 2014 06:30:12 +0000 (08:30 +0200)
Reported-by: Olivier Danet <odanet@caramail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/char/escc.c

index d7dff70b06f028822e43716af3c2f5efb65cf05c..d9a20aa93118d8e168f587656457ee315cf3c291 100644 (file)
@@ -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;