Re: [Qemu-devel] [PATCH v3 5/5] adb.c: add power key support

2016-05-16 Thread Peter Maydell
On 6 May 2016 at 03:39, Programmingkid wrote: > Add support for the power key. It has to be handled differently from the other > keys because it is the only 16-bit value key. > > Signed-off-by: John Arbuckle > --- > v3 change > Add several suggested comments. > Moved the location of an else state

[Qemu-devel] [PATCH v3 5/5] adb.c: add power key support

2016-05-05 Thread Programmingkid
Add support for the power key. It has to be handled differently from the other keys because it is the only 16-bit value key. Signed-off-by: John Arbuckle --- v3 change Add several suggested comments. Moved the location of an else statement in the adb_keyboard_event() function. hw/input/adb.c |