projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9725607
)
input: sparc32 kbd: claim en-us layout
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 6 May 2014 12:11:16 +0000
(14:11 +0200)
committer
Gerd 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
patch
|
blob
|
history
diff --git
a/hw/char/escc.c
b/hw/char/escc.c
index d7dff70b06f028822e43716af3c2f5efb65cf05c..d9a20aa93118d8e168f587656457ee315cf3c291 100644
(file)
--- 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, 0
x21); /* en-us layout */
break;
default:
break;