Re: 2.4.31 CONFIG_INPUT_KEYBDEV

From: Willy Tarreau
Date: Sun Oct 09 2005 - 15:42:52 EST


On Sun, Oct 09, 2005 at 11:41:10AM +0100, Nick Warne wrote:
> What exactly does CONFIG_INPUT_KEYBDEV do?

It's used to link keybdev.o in drivers/input/Makefile, and to resolve a
few dependencies for other config options (HIL) in some hil/Config.in.

> I found that _not_setting it, 2.4.31 still looks for keyboard at boot:
>
> Oct 9 10:41:49 kernel: keyboard: Timeout - AT keyboard not present?(ed)
> Oct 9 10:41:50 kernel: keyboard: Timeout - AT keyboard not present?(f4)

(...)

> Therefore I still have to manually edit include/linux/pc_keyb.h to undef the
> (no) keyboard timeouts:

This option is not used for pc_keyb.c inclusion which is linked unless you
set CONFIG_DUMMY_KEYB (check drivers/char/Makefile for this), in which case
you'll use dummy_keyb.c which was made exactly for your usage.

Cheers,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/