aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input/ps2.h
AgeCommit message (Expand)Author
2022-12-16hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase resetPeter Maydell
2022-07-18ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland
2022-07-18ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland
2022-06-26ps2: make ps2_raise_irq() function staticMark Cave-Ayland
2022-06-26ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland
2022-06-26ps2: introduce PS2DeviceClassMark Cave-Ayland
2022-06-26ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland
2022-06-26ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae
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-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2013-04-08hw: move headers to include/Paolo Bonzini