aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw/input/lasips2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-0/+2
* lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-0/+2
* lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland2022-07-181-1/+1
* lasips2: switch to using port-based IRQsMark Cave-Ayland2022-07-181-5/+2
* lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland2022-07-181-0/+1
* lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland2022-07-181-0/+2
* lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland2022-07-181-1/+5
* lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland2022-07-181-0/+1
* lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland2022-07-181-1/+1
* lasips2: move mouse port initialisation to new lasips2_mouse_port_init() functionMark Cave-Ayland2022-07-181-1/+1
* lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() functionMark Cave-Ayland2022-07-181-1/+1
* lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland2022-07-181-0/+7
* lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland2022-07-181-0/+7
* lasips2: QOMify LASIPS2PortMark Cave-Ayland2022-07-181-4/+10
* lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-1/+2
* lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland2022-07-181-2/+0
* lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland2022-07-181-2/+1
* lasips2: add QEMU interface commentMark Cave-Ayland2022-06-261-0/+14
* lasips2: add base propertyMark Cave-Ayland2022-06-261-0/+1
* lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland2022-06-261-2/+1
* lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 deviceMark Cave-Ayland2022-06-261-1/+2
* lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland2022-06-261-0/+22
* hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-271-0/+16