Re: [Qemu-devel] [PATCH v3 3/5] adb.c: correct several key assignments

2016-05-16 Thread Programmingkid
On May 16, 2016, at 4:48 PM, Peter Maydell wrote: > On 16 May 2016 at 21:42, Programmingkid wrote: >> >> On May 16, 2016, at 2:04 PM, Peter Maydell wrote: >> >>> On 6 May 2016 at 03:37, Programmingkid wrote: /* ADB_KEY_RIGHT_COMMAND works as right super in Linux */ /* Use AD

Re: [Qemu-devel] [PATCH v3 3/5] adb.c: correct several key assignments

2016-05-16 Thread Peter Maydell
On 16 May 2016 at 21:42, Programmingkid wrote: > > On May 16, 2016, at 2:04 PM, Peter Maydell wrote: > >> On 6 May 2016 at 03:37, Programmingkid wrote: >>> /* ADB_KEY_RIGHT_COMMAND works as right super in Linux */ >>> /* Use ADB_KEY_LEFT_COMMAND for Mac OS compatibility */ >>> -[Q_K

Re: [Qemu-devel] [PATCH v3 3/5] adb.c: correct several key assignments

2016-05-16 Thread Programmingkid
On May 16, 2016, at 2:04 PM, Peter Maydell wrote: > On 6 May 2016 at 03:37, Programmingkid wrote: >> The original pc_to_adb_keycode mapping did have several keys that were >> incorrectly mapped. This patch fixes these mappings. >> >> Signed-off-by: John Arbuckle >> --- >> hw/input/adb.c | 33 +

Re: [Qemu-devel] [PATCH v3 3/5] adb.c: correct several key assignments

2016-05-16 Thread Peter Maydell
On 6 May 2016 at 03:37, Programmingkid wrote: > The original pc_to_adb_keycode mapping did have several keys that were > incorrectly mapped. This patch fixes these mappings. > > Signed-off-by: John Arbuckle > --- > hw/input/adb.c | 33 - > 1 file changed, 12 inser

[Qemu-devel] [PATCH v3 3/5] adb.c: correct several key assignments

2016-05-05 Thread Programmingkid
The original pc_to_adb_keycode mapping did have several keys that were incorrectly mapped. This patch fixes these mappings. Signed-off-by: John Arbuckle --- hw/input/adb.c | 33 - 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/hw/input/adb.c b/hw/