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
