aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...Peter Maydell1-1/+7
2020-09-21hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposurePhilippe Mathieu-Daudé1-1/+7
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-7/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-3/+6
2020-08-27pckbd: Move QOM macro to headerEduardo Habkost1-0/+1
2020-06-26adb: add autopoll_blocked variable to block autopollMark Cave-Ayland1-0/+4
2020-06-26adb: add status field for holding information about the last ADB requestMark Cave-Ayland1-0/+4
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland1-0/+1
2020-06-26adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland1-0/+3
2020-06-26adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland1-0/+13
2020-06-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland1-1/+0
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle2-0/+17
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-1/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-2/+0
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé1-0/+36
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé1-0/+19
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé1-0/+2
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland1-0/+1
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae1-0/+5
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-0/+24
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann1-2/+2
2017-02-20ps2: fix mouse mappings for right/middle buttonFabian Lesniak1-2/+2
2017-01-31ps2: add support for mice with extra/side buttonsFabian Lesniak1-0/+6
2016-09-23adb-keys.h: initial commitJohn Arbuckle1-0/+141
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-1/+1
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann1-1/+0
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann1-1/+2
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini3-0/+208