Re: [Qemu-devel] [PATCH v3 0/5] ADB improvements

2016-05-16 Thread Programmingkid
On May 16, 2016, at 2:09 PM, Peter Maydell wrote: > On 6 May 2016 at 03:33, Programmingkid wrote: >> This patch series makes several improvements to the ADB code. To test this >> code, >> please implement the patches in the order below. >> >> John Arbuckle (5): >> adb-keys.h: initial commit >

Re: [Qemu-devel] [PATCH v3 0/5] ADB improvements

2016-05-16 Thread Peter Maydell
On 6 May 2016 at 03:33, Programmingkid wrote: > This patch series makes several improvements to the ADB code. To test this > code, > please implement the patches in the order below. > > John Arbuckle (5): > adb-keys.h: initial commit > adb.c: add support for QKeyCode > adb.c: correct severa

[Qemu-devel] [PATCH v3 0/5] ADB improvements

2016-05-05 Thread Programmingkid
This patch series makes several improvements to the ADB code. To test this code, please implement the patches in the order below. John Arbuckle (5): adb-keys.h: initial commit adb.c: add support for QKeyCode adb.c: correct several key assignments adb.c: prevent NO_KEY value from going to g