]> git.proxmox.com Git - mirror_qemu.git/commit
ps2kbd: default to scan enabled after reset
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 21 Oct 2018 19:07:21 +0000 (21:07 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 27 Nov 2018 06:47:50 +0000 (07:47 +0100)
commitd2e550a82893d5498c4be51559ec2607d7f5e101
tree7510f75db1c37dbc2323c8938d2281c078268741
parent57ac4a7a28fef81b80b547c64d26681edc4a2cda
ps2kbd: default to scan enabled after reset

A check for scan_enabled has been added to ps2_keyboard_event in commit
143c04c7e0639e53086519592ead15d2556bfbf2 to prevent stream corruption.
This works well as long as operating system is resetting keyboard, or enabling it.

This fixes IBM 40p firmware, which doesn't bother sending KBD_CMD_RESET,
KBD_CMD_ENABLE or KBD_CMD_RESET_ENABLE before trying to use the keyboard.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20181021190721.2148-1-hpoussin@reactos.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/input/ps2.c