Re: Starting input devices

From: Jan Engelhardt
Date: Wed Mar 23 2005 - 01:55:13 EST


>Hi guys,
>
>i'm trying to find somethin in the kernel tree and i can't :(

find /usr/src/linux -type f -print0 | xargs -0 grep YOURKEYWORD

>I want to know, where are the input devices (say mice and keyb) are
/drivers/input/
>initialized. Where does the kernel search the bus for this devices?
Somewhere else... :p


Jan Engelhardt
--
-
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/