qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] input: add keyboard handler list
@ 2013-03-08 14:22 Gerd Hoffmann
  2013-03-08 14:22 ` [Qemu-devel] [PATCH v2 1/2] input: make QEMUPutLEDEntry + QEMUPutMouseEntry private Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2013-03-08 14:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, Gerd Hoffmann

  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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-03-11 15:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 14:22 [Qemu-devel] [PATCH v2 0/2] input: add keyboard handler list Gerd Hoffmann
2013-03-08 14:22 ` [Qemu-devel] [PATCH v2 1/2] input: make QEMUPutLEDEntry + QEMUPutMouseEntry private Gerd Hoffmann
2013-03-08 14:22 ` [Qemu-devel] [PATCH v2 2/2] input: introduce keyboard handler list Gerd Hoffmann
2013-03-11  9:25   ` Markus Armbruster
2013-03-11  9:56     ` Gerd Hoffmann
2013-03-11 12:49       ` Anthony Liguori
2013-03-11 13:52         ` Markus Armbruster
2013-03-11 13:46   ` Peter Maydell
2013-03-11 14:51     ` Gerd Hoffmann
2013-03-11 15:28       ` Anthony Liguori
2013-03-11  9:24 ` [Qemu-devel] [PATCH v2 0/2] input: add " Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).