qemu-e2k/hw/input
Efimov Vasily 3115b9e2d2 pckbd: handle A20 IRQ as GPIO
The i8042 device has outgouing IRQ line A20. Currently the IRQ is referenced
by a pointer which normally is set during machine initialization. The pointer
is never changed at runtime. So common GPIO model can be applied to A20 IRQ
line. Note that checking for IRQ to be connected as in previous version
of code is not required because qemu_set_irq will do it.

Signed-off-by: Efimov Vasily <real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-06-29 14:03:46 +02:00
..
adb.c
hid.c
lm832x.c
Makefile.objs
milkymist-softusb.c
pckbd.c pckbd: handle A20 IRQ as GPIO 2016-06-29 14:03:46 +02:00
pl050.c hw: explicitly include qemu/log.h 2016-05-19 16:42:29 +02:00
ps2.c
pxa2xx_keypad.c
stellaris_input.c
trace-events trace: split out trace events for hw/input/ directory 2016-06-20 17:22:15 +01:00
tsc210x.c
tsc2005.c
virtio-input-hid.c virtio-input: fix emulated tablet axis ranges 2016-04-13 15:52:28 +02:00
virtio-input-host.c virtio-input: support absolute axis config in pass-through 2016-04-13 17:26:12 +02:00
virtio-input.c virtio-input: support absolute axis config in pass-through 2016-04-13 17:26:12 +02:00
vmmouse.c