]> git.proxmox.com Git - mirror_qemu.git/commit
hid: Reset kbd modifiers on reset
authorAlexander Graf <agraf@suse.de>
Thu, 22 Jun 2017 07:41:35 +0000 (09:41 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Jun 2017 09:50:05 +0000 (11:50 +0200)
commit51dbea77a29ea46173373a6dad4ebd95d4661f42
tree1303304b2d1339575c83314bdf944ee93b1e91dc
parent77b0359bf414ad666d1714dc9888f1017c08e283
hid: Reset kbd modifiers on reset

When resetting the keyboard, we need to reset not just the pending keystrokes,
but also any pending modifiers. Otherwise there's a race when we're getting
reset while running an escape sequence (modifier 0x100).

Cc: qemu-stable@nongnu.org
Signed-off-by: Alexander Graf <agraf@suse.de>
Message-id: 1498117295-162030-1-git-send-email-agraf@suse.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/input/hid.c