On 24 March 2016 at 14:09, Programmingkid wrote:
> The old pc scancode translation is replaced with QEMU's QKeyCode.
>
> Signed-off-by: John Arbuckle
> ---
> *v2 changes
> Changed order of this patch.
I wrote a quick test program to check that this patch doesn't change
what key we generate for a
The old pc scancode translation is replaced with QEMU's QKeyCode.
Signed-off-by: John Arbuckle
---
*v2 changes
Changed order of this patch.
hw/input/adb.c | 222 +
1 file changed, 176 insertions(+), 46 deletions(-)
diff --git a/hw/input/a