summaryrefslogtreecommitdiff
path: root/hw/input/ps2.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange1-399/+7
2018-01-29ps2: check PS2Queue pointers in post_load routinePrasad J Pandit1-12/+9
2017-10-23ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange1-16/+35
2017-10-23ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange1-1/+1
2017-10-23ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange1-0/+19
2017-10-23ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange1-20/+117
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-2/+6
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann1-4/+4
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann1-2/+0
2017-07-27ps2: enable multimedia keysGerd Hoffmann1-4/+0
2017-06-23ps2: reset queue in ps2_reset_keyboardGerd Hoffmann1-0/+1
2017-06-23ps2: add ps2_reset_queueGerd Hoffmann1-5/+10
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann1-7/+5
2017-01-31ps2: add support for mice with extra/side buttonsFabian Lesniak1-3/+5
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi1-0/+10
2016-09-28ps2: do not generate invalid key codes for unknown keysHervé Poussineau1-13/+7
2016-09-28ps2: use QEMU qcodes instead of scancodesHervé Poussineau1-48/+485
2016-09-28ps2: allow keycode translation for all scancode setsHervé Poussineau1-26/+97
2016-09-28ps2: correctly handle 'get/set scancode' commandHervé Poussineau1-3/+5
2016-09-28ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau1-1/+1
2016-04-08ps2kbd: default to scancode_set 2, as with KBD_CMD_RESETHervé Poussineau1-1/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-3/+3
2016-03-05ui: Shorten references into InputEventEric Blake1-11/+16
2016-03-01qapi: rename input buttonsGerd Hoffmann1-2/+2
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-12/+12
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-02-10Add trace to ps2.c.Don Koch1-0/+16
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-8/+4
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann1-15/+52
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann1-1/+24
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei1-6/+68
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+676