From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2003-02-09 22:17:28
On Sun, 2003-02-09 at 22:30, Magnus Damm wrote:
Hi all,
This patch makes it possible to use a usb keyboard with a kernel that has the
input layer compiled as a module.
Please apply.
Well, I tend to hate CONFIG_*_MODULE. The kernel itself shouldn't
be affected by a subsystem or driver beeing a module that way. I
need to find out a better way to deal with this problem.
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
From: Magnus Damm <hidden> Date: 2003-02-09 22:33:59
quoted
This patch makes it possible to use a usb keyboard with a kernel that has the
input layer compiled as a module.
Please apply.
Well, I tend to hate CONFIG_*_MODULE. The kernel itself shouldn't
be affected by a subsystem or driver beeing a module that way. I
need to find out a better way to deal with this problem.
I agree. But I like the idea of compiling the input layer as a module.
Maybe CONFIG_MAC_HID? Then we put the problem in config.in...
My local 2.4.20 pmac_setup.c has plenty of
#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
so you must be very happy.. =)
thanks.
/ magnus
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2003-02-09 22:39:48
On Sun, 2003-02-09 at 23:33, Magnus Damm wrote:
My local 2.4.20 pmac_setup.c has plenty of
#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
so you must be very happy.. =)
Heh, I want to get rid of those too, though IDE as a module is
known to be broken in various other ways right now anyway.
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/