[Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support

2011-02-14 Thread Roy Tam
The following patch adds PS/2 keyboard Scancode Set 3 support. Sign-off-by: Roy Tam -- v3: change from switch to array, more style fixes v2: checkpatch.pl style fixes diff --git a/hw/ps2.c b/hw/ps2.c index 762bb00..da4737a 100644 --- a/hw/ps2.c +++ b/hw/ps2.c @@ -110,14 +110,24 @@ typedef struct

Re: [Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support

2011-02-14 Thread Kevin Wolf
Am 14.02.2011 13:59, schrieb Roy Tam: > The following patch adds PS/2 keyboard Scancode Set 3 support. > > Sign-off-by: Roy Tam > -- > v3: change from switch to array, more style fixes > v2: checkpatch.pl style fixes Looks much better now. :-) Kevin

Re: [Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support

2011-02-20 Thread Aurelien Jarno
On Mon, Feb 14, 2011 at 08:59:02PM +0800, Roy Tam wrote: > The following patch adds PS/2 keyboard Scancode Set 3 support. > > Sign-off-by: Roy Tam > -- > v3: change from switch to array, more style fixes > v2: checkpatch.pl style fixes > > diff --git a/hw/ps2.c b/hw/ps2.c > index 762bb00..da4737

Re: [Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support

2011-02-20 Thread Roy Tam
2011/2/21 Aurelien Jarno : > On Mon, Feb 14, 2011 at 08:59:02PM +0800, Roy Tam wrote: >> The following patch adds PS/2 keyboard Scancode Set 3 support. >> >> Sign-off-by: Roy Tam >> -- >> v3: change from switch to array, more style fixes >> v2: checkpatch.pl style fixes >> >> diff --git a/hw/ps2.c