From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] input-linux: improve device handling
Date: Thu, 16 Jun 2016 11:03:17 +0200 [thread overview]
Message-ID: <1466067800-25434-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Patches 1+2 just factor out code to make patch 3 smaller and easier to
review. Patch 3 refines the device detection and also allows devices
to be treated as both mouse and keyboard. The later should improve
handling of programmable mice which can also send keyboard events.
cheers,
Gerd
Gerd Hoffmann (3):
input-linux: factor out input_linux_handle_mouse
input-linux: factor out input_linux_handle_keyboard
input-linux: better capability checks, merge
input_linux_event_{mouse,keyboard}
ui/input-linux.c | 269 +++++++++++++++++++++++++++++--------------------------
1 file changed, 140 insertions(+), 129 deletions(-)
--
1.8.3.1
next reply other threads:[~2016-06-16 9:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-16 9:03 Gerd Hoffmann [this message]
2016-06-16 9:03 ` [Qemu-devel] [PATCH 1/3] input-linux: factor out input_linux_handle_mouse Gerd Hoffmann
2016-06-16 9:03 ` [Qemu-devel] [PATCH 2/3] input-linux: factor out input_linux_handle_keyboard Gerd Hoffmann
2016-06-16 9:03 ` [Qemu-devel] [PATCH 3/3] input-linux: better capability checks, merge input_linux_event_{mouse, keyboard} Gerd Hoffmann
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=1466067800-25434-1-git-send-email-kraxel@redhat.com \
--to=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 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).