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

2016-05-20 Thread Peter Maydell
On 21 May 2016 at 00:11, Programmingkid wrote: > On May 20, 2016, at 6:48 PM, Peter Maydell wrote: > >> On 20 May 2016 at 23:38, Programmingkid wrote: > Thank you for looking at the patches so quickly. Have > you seen my patches for the USB keyboard yet? > > 1/3 > https://patchwork.ozlabs.org/pat

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

2016-05-20 Thread Peter Maydell
On 20 May 2016 at 23:38, 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 sever

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

2016-05-20 Thread Programmingkid
On May 20, 2016, at 6:48 PM, Peter Maydell wrote: > On 20 May 2016 at 23:38, 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

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

2016-05-20 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