summaryrefslogtreecommitdiff
path: root/hw/input/hid.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-18hw/input/hid: Add support for several keys.Tao Wu1-4/+4
2017-06-23hid: Reset kbd modifiers on resetAlexander Graf1-0/+1
2017-05-03input: Add trace event for empty keyboard queueAlexander Graf1-0/+4
2016-11-10hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard1-2/+2
2016-07-12input: add trace events for full queuesGerd Hoffmann1-1/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-4/+4
2016-03-05ui: Shorten references into InputEventEric Blake1-15/+21
2016-03-01qapi: rename input buttonsGerd Hoffmann1-2/+2
2016-02-11Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell1-1/+1
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-11-02input: Convert to new qapi union layoutEric Blake1-16/+16
2015-07-17hid: clarify hid_keyboard_process_keycodePaolo Bonzini1-4/+28
2015-01-22hw/input/hid.c Fix capslock hid codeDinar Valeev1-1/+1
2015-01-22hid: handle full ptr queues in post_loadGerd Hoffmann1-0/+21
2014-07-01input: fix jumpy mouse cursor with USB mouse emulationChristian Burger1-2/+2
2014-06-24Fix new typos (found by codespell)Stefan Weil1-1/+1
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann1-70/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann1-7/+22
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+498