> diff -urN -X /home/jsimmons/dontdiff linux-2.5.2-dj7/drivers/input/keyboard/amikbd.c linux/drivers/input/keyboard/amikbd.c
> --- linux-2.5.2-dj7/drivers/input/keyboard/amikbd.c Wed Dec 31 16:00:00 1969
> +++ linux/drivers/input/keyboard/amikbd.c Thu Jan 31 07:44:05 2002
> +static char *amikbd_messages[] = {
> + KERN_ALERT "amikbd: Ctrl-Amiga-Amiga reset warning!!\n",
> + KERN_WARNING "amikbd: keyboard lost sync\n",
> + KERN_WARNING "amikbd: keyboard buffer overflow\n",
> + KERN_WARNING "amikbd: keyboard controller failure\n",
> + KERN_ERR "amikbd: keyboard selftest failure\n",
> + KERN_INFO "amikbd: initiate power-up key stream\n",
> + KERN_INFO "amikbd: terminate power-up key stream\n",
> + KERN_WARNING "amikbd: keyboard interrupt\n"
> +};
> + if (scancode < 0x78) { /* scancodes < 0x78 are keys */
[...]
> + }
> +
> + printk(amikbd_messages[scancode]); /* scancodes >= 0x78 are error codes */
Oops, amikbd_messages[scancode-0x78]?
Gr{oetje,eeting}s,
Geert (just reading patches)
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.orgIn personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/