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

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

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

2011-02-20 Thread Roy Tam
The following patch adds PS/2 keyboard Scancode Set 3 support. Sign-off-by: Roy Tam -- v4: fix comment 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..0917e89 100644 --- a/hw/ps2.c +++ b/hw/ps2.c @@ -110,14 +110,24 @