]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/input/virtio-input: Use Linux key codes
authorAkihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Wed, 20 May 2026 06:47:57 +0000 (15:47 +0900)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 24 May 2026 21:00:54 +0000 (01:00 +0400)
commitd5e8b698ec5c8a0043bee2ad9daffc532a6e652d
tree8b8fee4739310f3989438fd2e43ab62b2fb6e386
parent2d6dc7218e006b47a4f44970945542665f81744a
hw/input/virtio-input: Use Linux key codes

QemuInputEvent now stores Linux key codes for key events. Use those
codes directly instead of translating between internal key code
representations.

Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20260520-input-v3-14-7c9e4c7abe34@rsg.ci.i.u-tokyo.ac.jp>
hw/input/virtio-input-hid.c