Re: [PATCH 2/2] Maple bus support for the SEGA Dreamcast - Dreamcast keyboard support

2007-09-10 Thread Dmitry Torokhov
On 9/10/07, Adrian McMenamin <[EMAIL PROTECTED]> wrote: > + > + for (i = 0; i < NR_SCANCODES; i++) > + memcpy(kbd->keycode + i * sizeof(unsigned char), dc_kbd_keycode > + i > * sizeof(unsigned char), > + sizeof(unsigned char)); Ahem... That's not what

[PATCH 2/2] Maple bus support for the SEGA Dreamcast - Dreamcast keyboard support

2007-09-10 Thread Adrian McMenamin
Support for the Maple bus keyboard on the SEGA Dreamcast. Signed-off by: Adrian McMenamin <[EMAIL PROTECTED]> diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index c97d5eb..056cc52 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -25