]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-input: add missing key mappings
authorLadi Prosek <lprosek@redhat.com>
Wed, 30 Mar 2016 13:07:20 +0000 (15:07 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Apr 2016 13:52:28 +0000 (15:52 +0200)
commit27a7bbcdf9483be3b4c0b816d59676c8715c2af3
tree7ff308317e84129f56781a9143b0bf3309524c93
parent441330f7146c5b5422e52729188d1d62e2f47862
virtio-input: add missing key mappings

KEY_PAUSE is flat out missing. KEY_SYSRQ already has a keycode
assigned but it's not what I'm seeing on my system. The mapping
doesn't appear to have to be unique so both keycodes now map to
KEY_SYSRQ which is what the "Keyboard PrintScreen", HID usage ID
0x46, translates to.

Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Message-id: 1459343240-19483-1-git-send-email-lprosek@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/input/virtio-input-hid.c