Home
last modified time | relevance | path

Searched hist:"562 f9375" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/input/
H A Dhid.c562f9375 Tue Jul 14 09:18:06 GMT 2015 Paolo Bonzini <pbonzini@redhat.com> hid: clarify hid_keyboard_process_keycode

Coverity thinks the fallthroughs are smelly. They are correct, but
everything else in this function is like "wut?".

Refer explicitly to bits 8 and 9 of hs->kbd.modifiers instead of
shifting right first and using (1 << 7). Document what the scancode
is when hid_code is 0xe0. And add plenty of comments.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>