Re: [Qemu-devel] [PATCH v5 3/4] adb-keys.h: initial commit

2016-03-15 Thread Programmingkid
On Mar 15, 2016, at 1:43 PM, Peter Maydell wrote: > On 15 March 2016 at 17:17, Programmingkid wrote: >> This commit implements the adb-keys.h file. It holds information on adb >> keycode >> values. >> >> Signed-off-by: John Arbuckle >> --- >> * v5 changes >> +/* >> + * adb-keys.h >> + * >> +

Re: [Qemu-devel] [PATCH v5 3/4] adb-keys.h: initial commit

2016-03-15 Thread Peter Maydell
On 15 March 2016 at 17:17, Programmingkid wrote: > This commit implements the adb-keys.h file. It holds information on adb > keycode > values. > > Signed-off-by: John Arbuckle > --- > * v5 changes > +/* > + * adb-keys.h > + * > + * Provides an enum of all the Macintosh keycodes. > + * Note: k

[Qemu-devel] [PATCH v5 3/4] adb-keys.h: initial commit

2016-03-15 Thread Programmingkid
This commit implements the adb-keys.h file. It holds information on adb keycode values. Signed-off-by: John Arbuckle --- * v5 changes Commented out the ADB_KEY_POWER because it isn't in use. It wasn't deleted because it might be useful in the future. Changed the additional information link to ano