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

2011-02-14 Thread Roy Tam
2011/2/14 Kevin Wolf : > Am 14.02.2011 13:49, schrieb Roy Tam: >> 2011/2/14 Kevin Wolf : >>> Am 13.02.2011 11:07, schrieb Roy Tam: The following patch adds PS/2 keyboard Scancode Set 3 support. Sign-off-by: Roy Tam -- v2: checkpatch.pl style fixes diff --git a/hw

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

2011-02-14 Thread Kevin Wolf
Am 14.02.2011 13:49, schrieb Roy Tam: > 2011/2/14 Kevin Wolf : >> Am 13.02.2011 11:07, schrieb Roy Tam: >>> The following patch adds PS/2 keyboard Scancode Set 3 support. >>> >>> Sign-off-by: Roy Tam >>> -- >>> v2: checkpatch.pl style fixes >>> >>> diff --git a/hw/ps2.c b/hw/ps2.c >>> index 762bb0

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

2011-02-14 Thread Roy Tam
2011/2/14 Kevin Wolf : > Am 13.02.2011 11:07, schrieb Roy Tam: >> The following patch adds PS/2 keyboard Scancode Set 3 support. >> >> Sign-off-by: Roy Tam >> -- >> v2: checkpatch.pl style fixes >> >> diff --git a/hw/ps2.c b/hw/ps2.c >> index 762bb00..6bea0ef 100644 >> --- a/hw/ps2.c >> +++ b/hw/p

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

2011-02-14 Thread Kevin Wolf
Am 13.02.2011 11:07, schrieb Roy Tam: > The following patch adds PS/2 keyboard Scancode Set 3 support. > > Sign-off-by: Roy Tam > -- > v2: checkpatch.pl style fixes > > diff --git a/hw/ps2.c b/hw/ps2.c > index 762bb00..6bea0ef 100644 > --- a/hw/ps2.c > +++ b/hw/ps2.c > @@ -143,13 +143,85 @@ stat

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

2011-02-13 Thread Roy Tam
The following patch adds PS/2 keyboard Scancode Set 3 support. Sign-off-by: Roy Tam -- v2: checkpatch.pl style fixes diff --git a/hw/ps2.c b/hw/ps2.c index 762bb00..6bea0ef 100644 --- a/hw/ps2.c +++ b/hw/ps2.c @@ -143,13 +143,85 @@ static void ps2_put_keycode(void *opaque, int keycode) { P