Searched hist:e92316ad3074aaf13bced21f03c98969ca6f73a9 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | spice-input.c | diff e92316ad3074aaf13bced21f03c98969ca6f73a9 Thu Jul 27 12:46:40 CDT 2017 Daniel P. Berrange <berrange@redhat.com> ui: correctly detect spice PAUSE scancode sequence
The SPICE input code is currently detcting 0xe1 0x1d 0x45 as the PAUSE key make sequence and 0xe1 0x9d 0xc5 as the break sequence. This is incorrect, because all 6 scancodes together are the make sequence, and there is no break sequence.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170727174640.30359-1-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|