Re: [Qemu-devel] ping [PATCH 0/3] Switch USB HID to QKeyCode

2016-04-10 Thread Markus Armbruster
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.

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

2016-04-10 Thread Programmingkid
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 ++---