mirror of https://github.com/xemu-project/xemu.git
input: sparc32 kbd: claim en-us layout
Reported-by: Olivier Danet <odanet@caramail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
97256073b1
commit
59e7a13005
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue