aboutsummaryrefslogtreecommitdiff
path: root/hw/input/ps2.c
AgeCommit message (Expand)Author
2017-10-23ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange
2017-10-23ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange
2017-10-23ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange
2017-10-23ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-27ps2: enable multimedia keysGerd Hoffmann
2017-06-23ps2: reset queue in ps2_reset_keyboardGerd Hoffmann
2017-06-23ps2: add ps2_reset_queueGerd Hoffmann
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann
2017-01-31ps2: add support for mice with extra/side buttonsFabian Lesniak
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi
2016-09-28ps2: do not generate invalid key codes for unknown keysHervé Poussineau
2016-09-28ps2: use QEMU qcodes instead of scancodesHervé Poussineau
2016-09-28ps2: allow keycode translation for all scancode setsHervé Poussineau
2016-09-28ps2: correctly handle 'get/set scancode' commandHervé Poussineau
2016-09-28ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau
2016-04-08ps2kbd: default to scancode_set 2, as with KBD_CMD_RESETHervé Poussineau
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-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-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-02-10Add trace to ps2.c.Don Koch
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini