Re: [linux-usb] Re: [patch] drivers/usb/usb.c: auto loading of USB

Tim Waugh (twaugh@redhat.com)
Tue, 21 Dec 1999 14:57:05 +0000 (GMT)


On Tue, 21 Dec 1999, Thomas Sailer wrote:

> Alan Cox wrote:
>
> > The assumption is fixable
> >
> > if(no_driver_for(bus))
> > {
> > char buf[64];
> > sprintf(buf, "usb_bus %d", bus);
> > ....
> >
> > }
>
> Eh? How is that supposed to work?

The latest modutils can have something like:

probeall usb_adapter usb-uhci usb-ohci ...

Tim.
*/

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