index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
input
/
ps2.h
Age
Commit message (
Expand
)
Author
2022-12-16
hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase reset
Peter Maydell
2022-07-18
ps2: remove unused legacy ps2_mouse_init() function
Mark Cave-Ayland
2022-07-18
ps2: remove unused legacy ps2_kbd_init() function
Mark Cave-Ayland
2022-06-26
ps2: remove update_irq() function and update_arg parameter
Mark Cave-Ayland
2022-06-26
ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...
Mark Cave-Ayland
2022-06-26
ps2: make ps2_raise_irq() function static
Mark Cave-Ayland
2022-06-26
ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...
Mark Cave-Ayland
2022-06-26
ps2: introduce PS2DeviceClass
Mark Cave-Ayland
2022-06-26
ps2: improve function prototypes in ps2.c and ps2.h
Mark Cave-Ayland
2022-06-26
ps2: move QOM type definitions from ps2.c to ps2.h
Mark Cave-Ayland
2020-01-27
hppa: add emulation of LASI PS2 controllers
Sven Schnelle
2019-01-22
hw/input/ps2: Remove PS2State from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2018-05-15
ps2: Fix mouse stream corruption due to lost data
Geoffrey McRae
2017-06-23
ps2: add and use PS2State typedef
Gerd Hoffmann
2017-02-20
ps2: fix mouse mappings for right/middle button
Fabian Lesniak
2017-01-31
ps2: add support for mice with extra/side buttons
Fabian Lesniak
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2013-04-08
hw: move headers to include/
Paolo Bonzini