diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-06 14:11:16 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-16 08:30:12 +0200 |
commit | 59e7a130054b55fe15cdfdebf284332b04d990ef (patch) | |
tree | 51d9d53be910f0f3aa07bfa61851261ce1215811 /hw/char/escc.c | |
parent | 97256073b1a51ed0deb0bac7d4b5d88a90cc2939 (diff) |
input: sparc32 kbd: claim en-us layout
Reported-by: Olivier Danet <odanet@caramail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/char/escc.c')
-rw-r--r-- | hw/char/escc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |