Re: [Qemu-devel] [PATCH v3 2/5] adb.c: add support for QKeyCode
On 6 May 2016 at 03:36, Programmingkid wrote: > The old pc scancode translation is replaced with QEMU's QKeyCode. > > Signed-off-by: John Arbuckle > --- Reviewed-by: Peter Maydell thanks -- PMM
[Qemu-devel] [PATCH v3 2/5] adb.c: add support for QKeyCode
The old pc scancode translation is replaced with QEMU's QKeyCode. Signed-off-by: John Arbuckle --- *v3 changes Kept original pc_to_adb_keycode mapping. *v2 changes Changed order of this patch. hw/input/adb.c | 222 + 1 file changed, 176 i