> b.  In usb-core.c, add a conditional call to pegasus_init() to
>     init the pegasus driver [after plusb_init()].
> 
> c.  In linux/init/main.c, move the call to usb_init() immediately
>     after pci_init().  [PCI init is needed for USB init.]
> 
> This should force all of USB to be initialized earlier.
> Let us know if that helps.

Or move the USB network drivers into drivers/net or drivers/net/usb. Doing
that sort of breakout might also help avoid making drivers/usb swell to
gigantic sizes.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to