summaryrefslogtreecommitdiff
path: root/hw/input/hid.c
AgeCommit message (Expand)AuthorFilesLines
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