summary refs log tree commit diff stats
path: root/include/hw/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland2022-06-261-0/+1
* pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland2022-06-261-0/+10
* pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland2022-06-261-0/+10
* pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland2022-06-261-0/+25
* ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland2022-06-261-0/+2
* ps2: introduce PS2DeviceClassMark Cave-Ayland2022-06-261-1/+5
* ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland2022-06-261-4/+4
* ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland2022-06-261-1/+57
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-111-2/+2
* hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani2022-03-061-0/+15
* hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé2021-07-081-0/+2
* hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-0/+26
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...Peter Maydell2020-09-221-1/+7
|\
| * hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposurePhilippe Mathieu-Daudé2020-09-211-1/+7
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2
* | Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
|/
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-7/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-3/+6
* pckbd: Move QOM macro to headerEduardo Habkost2020-08-271-0/+1
* adb: add autopoll_blocked variable to block autopollMark Cave-Ayland2020-06-261-0/+4
* adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-261-0/+4
* adb: keep track of devices with pending dataMark Cave-Ayland2020-06-261-0/+1
* adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2020-06-261-0/+3
* adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland2020-06-261-0/+13
* adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland2020-06-261-1/+0
* hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-272-0/+17
* vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-1/+3
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-1/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-2/+0
* hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+36
* hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+19
* hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-0/+2
* adb: add property to disable direct reg 3 writesMark Cave-Ayland2018-06-161-0/+1
* ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae2018-05-151-0/+5
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-0/+24
* ps2: add and use PS2State typedefGerd Hoffmann2017-06-231-2/+2
* ps2: fix mouse mappings for right/middle buttonFabian Lesniak2017-02-201-2/+2
* ps2: add support for mice with extra/side buttonsFabian Lesniak2017-01-311-0/+6
* adb-keys.h: initial commitJohn Arbuckle2016-09-231-0/+141
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-171-1/+1
* input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann2014-05-261-1/+0
* input: switch hid keyboard to new input layer api.Gerd Hoffmann2014-05-261-1/+2
* input: introduce keyboard handler listGerd Hoffmann2013-04-241-0/+1
* hw: move headers to include/Paolo Bonzini2013-04-083-0/+208