summaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-1/+1
2018-03-06adb: add trace-events for monitoring keyboard/mouse during bus enumerationMark Cave-Ayland3-0/+14
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2-4/+4
2018-01-29Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ...Peter Maydell2-540/+31
2018-01-29hw: convert virtio-input-hid device to keycodemapdbDaniel P. Berrange1-127/+9
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
2018-01-29input: virtio: don't send mouse wheel event twiceMiika S1-2/+4
2018-01-29input: add mouse side buttons to virtio inputMiika S1-0/+2
2018-01-27input: add missing newline from trace-eventsMark Cave-Ayland1-0/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis4-12/+12
2017-12-21Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier6-621/+714
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé2-304/+0
2017-12-18hw/input/vmmouse: remove unused #includePhilippe Mathieu-Daudé1-1/+0
2017-12-18misc: avoid "include/" in include pathPhilippe Mathieu-Daudé1-1/+1
2017-12-18hw/input/hid: Add support for several keys.Tao Wu1-4/+4
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. Berrange2-20/+118
2017-10-23input: use hex in ps2 keycode trace eventsDaniel P. Berrange1-1/+1
2017-09-29virtio-input: send rel-wheel events for wheel buttonsGerd Hoffmann1-5/+114
2017-09-27migration: pre_save return intDr. David Alan Gilbert2-3/+9
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-2/+2
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-2/+2
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-1/+1
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann1-4/+4
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2-3/+0
2017-07-27ps2: enable multimedia keysGerd Hoffmann1-4/+0
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
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-06-23hid: Reset kbd modifiers on resetAlexander Graf1-0/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-2/+4
2017-05-03input: Add trace event for empty keyboard queueAlexander Graf2-0/+5
2017-03-27virtio-input: fix eventq batchingLadi Prosek1-15/+14
2017-03-27virtio-input: free event queue when finalizingLadi Prosek1-2/+4
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-2/+0
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-2/+0
2017-01-31ps2: add support for mice with extra/side buttonsFabian Lesniak1-3/+5
2017-01-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell1-0/+10
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi1-0/+10
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-1/+3
2016-11-10hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard1-2/+2
2016-10-28adb: change handler only when recognizedHervé Poussineau1-3/+23