summaryrefslogtreecommitdiff
path: root/hw/input/hid.c
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2017-12-18hw/input/hid: Add support for several keys.Tao Wu
2017-06-23hid: Reset kbd modifiers on resetAlexander Graf
2017-05-03input: Add trace event for empty keyboard queueAlexander Graf
2016-11-10hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard
2016-07-12input: add trace events for full queuesGerd Hoffmann
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-05ui: Shorten references into InputEventEric Blake
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-02-11Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell
2016-01-29hw: Clean up includesPeter Maydell
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-07-17hid: clarify hid_keyboard_process_keycodePaolo Bonzini
2015-01-22hw/input/hid.c Fix capslock hid codeDinar Valeev
2015-01-22hid: handle full ptr queues in post_loadGerd Hoffmann
2014-07-01input: fix jumpy mouse cursor with USB mouse emulationChristian Burger
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-04-24input: introduce keyboard handler listGerd Hoffmann
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini