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