Hi, Little input patch series, first patch being a small cleanup, second patch adds a linked list of keyboard handlers, so removing a handler (on usb kbd unplug) will not make keyboard stop working but fallback to another keyboard (if present).
cheers, Gerd Gerd Hoffmann (2): input: make QEMUPutLEDEntry + QEMUPutMouseEntry private input: introduce keyboard handler list hw/hid.c | 4 ++-- hw/hid.h | 1 + include/ui/console.h | 25 ++++++----------------- ui/input.c | 55 +++++++++++++++++++++++++++++++++++++++----------- 4 files changed, 52 insertions(+), 33 deletions(-) -- 1.7.9.7