Re: [Qemu-devel] [PATCH v2 3/4] adb.c: NO_KEY

2016-05-05 Thread Peter Maydell
On 24 March 2016 at 14:06, Programmingkid wrote: > Sets keys that are not supported by ADB to an unusable value of 0xff. > > Signed-off-by: John Arbuckle > --- > hw/input/adb.c | 32 +++- > 1 file changed, 19 insertions(+), 13 deletions(-) > > diff --git a/hw/input/ad

[Qemu-devel] [PATCH v2 3/4] adb.c: NO_KEY

2016-03-24 Thread Programmingkid
Sets keys that are not supported by ADB to an unusable value of 0xff. Signed-off-by: John Arbuckle --- hw/input/adb.c | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/hw/input/adb.c b/hw/input/adb.c index 3bfa686..8413db9 100644 --- a/hw/inpu