aboutsummaryrefslogtreecommitdiff
path: root/hw/input/adb.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-08adb: Correct class size on TYPE_ADB_DEVICEDavid Gibson1-0/+1
2020-06-26adb: add ADB bus trace eventsMark Cave-Ayland1-1/+20
2020-06-26adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland1-2/+5
2020-06-26adb: add autopoll_blocked variable to block autopollMark Cave-Ayland1-0/+21
2020-06-26adb: use adb_request() only for explicit requestsMark Cave-Ayland1-2/+8
2020-06-26adb: add status field for holding information about the last ADB requestMark Cave-Ayland1-3/+11
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland1-1/+15
2020-06-26adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland1-0/+77
2020-06-26adb: introduce realize/unrealize and VMStateDescription for ADB busMark Cave-Ayland1-0/+32
2020-06-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland1-7/+0
2020-06-26adb: coding style update to fix checkpatch errorsMark Cave-Ayland1-4/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland1-0/+7
2017-12-21Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier1-620/+2
2017-12-18misc: avoid "include/" in include pathPhilippe Mathieu-Daudé1-1/+1
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann1-1/+0
2016-10-28adb: change handler only when recognizedHervé Poussineau1-3/+23
2016-09-23adb.c: prevent NO_KEY value from going to guestJohn Arbuckle1-14/+9
2016-09-23adb.c: correct several key assignmentsJohn Arbuckle1-6/+6
2016-09-23adb.c: add support for QKeyCodeJohn Arbuckle1-45/+189
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-8/+10
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-10-23adb: add to input categoryLaurent Vivier1-0/+2
2015-03-09adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland1-4/+18
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-4/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+581