]> Git Repo - qemu.git/commit - ui/spice-input.c
ui: correctly detect spice PAUSE scancode sequence
authorDaniel P. Berrange <[email protected]>
Thu, 27 Jul 2017 17:46:40 +0000 (18:46 +0100)
committerGerd Hoffmann <[email protected]>
Fri, 28 Jul 2017 10:35:40 +0000 (12:35 +0200)
commite92316ad3074aaf13bced21f03c98969ca6f73a9
treeed01c667a6fd3285b3d1efff0b7c9b7dfc99f099
parente01151de165070c25a1b202e9e2392950bd7c8da
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 <[email protected]>
Message-id: 20170727174640[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/spice-input.c
This page took 0.026638 seconds and 4 git commands to generate.