From: Markus Armbruster <armbru@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 2/2] input: introduce keyboard handler list
Date: Mon, 11 Mar 2013 10:25:13 +0100 [thread overview]
Message-ID: <877glethja.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <1362752571-2056-3-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Fri, 8 Mar 2013 15:22:51 +0100")
Gerd Hoffmann <kraxel@redhat.com> writes:
> Add a linked list of keyboard handlers. Added handlers will go
> to the head of the list. Removed handlers will be zapped from
> the list. The head of the list will be used for events.
>
> This fixes the keyboard-dead-after-usb-kbd-unplug issue, key events
> will be re-routed to the ps/2 kbd instead of being discarded.
>
> [ v2: fix cut+paste bug found my Markus ]
In the future, please put patch history information below the --- line.
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
Put it here. Thanks!
> hw/hid.c | 4 ++--
> hw/hid.h | 1 +
> include/ui/console.h | 6 ++++--
> ui/input.c | 37 +++++++++++++++++++++++++------------
> 4 files changed, 32 insertions(+), 16 deletions(-)
[...]
next prev parent reply other threads:[~2013-03-11 9:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877glethja.fsf@blackfin.pond.sub.org \
--to=armbru@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.