qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] Switch USB HID to QKeyCode


From: John Arbuckle
Subject: [Qemu-devel] [PATCH v2 0/3] Switch USB HID to QKeyCode
Date: Fri, 1 Jul 2016 11:59:48 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]