Skip to content
Commit ad480ab2 authored by Alexander Graf's avatar Alexander Graf Committed by Michael Roth
Browse files

input: Decrement queue count on kbd delay



Delays in the input layer are special cased input events. Every input
event is accounted for in a global intput queue count. The special cased
delays however did not get removed from the queue, leading to queue overruns
and thus silent key drops after typing quite a few characters.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Message-id: 1498117318-162102-1-git-send-email-agraf@suse.de
Fixes: be1a7176 ("input: add support for kbd delays")
Cc: qemu-stable@nongnu.org
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 77b0359b)
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent f8d050a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment