All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Switch USB HID to QKeyCode
@ 2016-07-01 15:59 John Arbuckle
  2016-07-01 15:59 ` [Qemu-devel] [PATCH v2 1/3] usb-keys.h: initial commit John Arbuckle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Arbuckle @ 2016-07-01 15:59 UTC (permalink / raw)
  To: eblake, qemu-devel; +Cc: John Arbuckle

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

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

end of thread, other threads:[~2016-07-01 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01 15:59 [Qemu-devel] [PATCH v2 0/3] Switch USB HID to QKeyCode John Arbuckle
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

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.