Gerd Hoffmann 5fff13f245 kbd-state: fix autorepeat handling
When allowing multiple down-events in a row (key autorepeat) we can't
use change_bit() any more to update the state, because autorepeat events
don't change the key state.  We have to explicitly use set_bit() and
clear_bit() instead.

Cc: qemu-stable@nongnu.org
Fixes: 35921860156e kbd-state: don't block auto-repeat events
Buglink: https://bugs.launchpad.net/qemu/+bug/1828272
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20190514042443.10735-1-kraxel@redhat.com
2019-05-17 13:21:40 +02:00
..
2019-03-11 08:39:02 +01:00
2019-02-21 11:45:19 +01:00
2019-05-17 13:21:40 +02:00
2019-02-05 10:45:44 +01:00
2019-02-05 10:45:44 +01:00
2019-02-05 10:45:44 +01:00
2019-02-05 16:50:18 +01:00
2019-03-12 16:45:13 +00:00