On Mon, Mar 11, 2002 at 07:49:02PM -0600, Kai Germaschewski wrote: > On Mon, 11 Mar 2002, Greg KH wrote: > > > But you still have to get the order correct. USB has to start after > > PCI. > > That's true. It will. > > > > One further reason is that I would actually like to link drivers/net/irda > > > from within drivers/net, which would move it in front of USB, though, and > > > thus cause the same problem w.r.t USB IrDA dongles. > > > > Ah, yet another good reason to put all of the usb drivers in the > > /drivers/usb directory :) > > You do have a point there ;-)
Seriously, I think this is the best solution. As there are USB drivers for just about every kernel driver subsystem, it should remain one of the last things to be initialized. Putting your USB driver in the drivers/usb/ directory ensures that your subsystem will be up and running before the usb driver is loaded. > > > If nobody sees a problem with this change, I can come up with the > > > (trivial) patch. > > > > I'd be interested in seeing the patch. > > Appended, "bk send" patch attached. So how does this differ from still relying on the link order? It doesn't look like this will solve your problem. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel