* [Qemu-devel] [PATCH 0/3] Switch USB HID to QKeyCode
@ 2016-03-25 16:06 Programmingkid
2016-04-11 2:58 ` [Qemu-devel] ping " Programmingkid
0 siblings, 1 reply; 3+ messages in thread
From: Programmingkid @ 2016-03-25 16:06 UTC (permalink / raw)
To: Peter Maydell, Gerd Hoffmann, qemu-devel qemu-devel
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 | 279 ++++++++++++++++++++++++++++++--------------
include/hw/input/usb-keys.h | 154 ++++++++++++++++++++++++
2 files changed, 343 insertions(+), 90 deletions(-)
create mode 100644 include/hw/input/usb-keys.h
--
2.7.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] ping [PATCH 0/3] Switch USB HID to QKeyCode
2016-03-25 16:06 [Qemu-devel] [PATCH 0/3] Switch USB HID to QKeyCode Programmingkid
@ 2016-04-11 2:58 ` Programmingkid
2016-04-11 6:52 ` Markus Armbruster
0 siblings, 1 reply; 3+ messages in thread
From: Programmingkid @ 2016-04-11 2:58 UTC (permalink / raw)
To: Peter Maydell, Gerd Hoffmann; +Cc: qemu-devel qemu-devel
https://patchwork.ozlabs.org/patch/602035/
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 | 279 ++++++++++++++++++++++++++++++--------------
include/hw/input/usb-keys.h | 154 ++++++++++++++++++++++++
2 files changed, 343 insertions(+), 90 deletions(-)
create mode 100644 include/hw/input/usb-keys.h
--
2.7.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] ping [PATCH 0/3] Switch USB HID to QKeyCode
2016-04-11 2:58 ` [Qemu-devel] ping " Programmingkid
@ 2016-04-11 6:52 ` Markus Armbruster
0 siblings, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2016-04-11 6:52 UTC (permalink / raw)
To: Programmingkid; +Cc: Peter Maydell, Gerd Hoffmann, qemu-devel qemu-devel
You can improve your chances for people looking at your patches: don't
require them to go hunting for the parts! Use proper threading.
If you can't get git-send-email to work with gmail (unlike other gmail
users), get yourself an email address you can get to work.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-11 6:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 16:06 [Qemu-devel] [PATCH 0/3] Switch USB HID to QKeyCode Programmingkid
2016-04-11 2:58 ` [Qemu-devel] ping " Programmingkid
2016-04-11 6:52 ` 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).