From: John Arbuckle <programmingkidx@gmail.com>
To: eblake@redhat.com, qemu-devel@nongnu.org
Cc: John Arbuckle <programmingkidx@gmail.com>
Subject: [Qemu-devel] [PATCH v2 0/3] Switch USB HID to QKeyCode
Date: Fri, 1 Jul 2016 11:59:48 -0400 [thread overview]
Message-ID: <1467388791-1657-1-git-send-email-programmingkidx@gmail.com> (raw)
This patchset switches from the PS/2 keycode to QKeyCode support in the hid.c
file.
John Arbuckle (3):
usb-keys.h: initial commit
hid.c: convert to QKeyCode
hid.c: Add debug support
hw/input/hid.c | 285 ++++++++++++++++++++++++++++++--------------
include/hw/input/usb-keys.h | 154 ++++++++++++++++++++++++
2 files changed, 349 insertions(+), 90 deletions(-)
create mode 100644 include/hw/input/usb-keys.h
--
v2 changes:
- Changed debug code
2.7.2
next reply other threads:[~2016-07-01 16:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 15:59 John Arbuckle [this message]
2016-07-01 15:59 ` [Qemu-devel] [PATCH v2 1/3] usb-keys.h: initial commit John Arbuckle
2016-07-01 15:59 ` [Qemu-devel] [PATCH v2 2/3] hid.c: convert to QKeyCode John Arbuckle
2016-07-01 15:59 ` [Qemu-devel] [PATCH v2 3/3] hid.c: Add debug support John Arbuckle
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=1467388791-1657-1-git-send-email-programmingkidx@gmail.com \
--to=programmingkidx@gmail.com \
--cc=eblake@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.