On Fri, Jan 04, 2002 at 01:06:28PM -0800, David Brownell wrote:
> D'oh! Yes, please do so.
This patch fixes the problem. Added to my 2.5 tree.
greg k-h
diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile Fri Jan 4 13:30:11 2002
+++ b/drivers/usb/Makefile
ROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 12:55 PM
Subject: Re: [linux-usb-devel] usb-storage initialization with ohci and ehci ...
> On Fri, Jan 04, 2002 at 12:31:25PM -0800, David Brownell wrote:
> >
> > What's a clean way to force EHCI to
On Fri, Jan 04, 2002 at 12:31:25PM -0800, David Brownell wrote:
>
> What's a clean way to force EHCI to intialize before OHCI
> (and for VIA's new controller, UHCI), with static linking?
Change the link order in the makefile. I can make a patch if you want.
thanks,
greg k-h
_
This isn't right...
usb-storage should only be creating a new device node if it does not find a
record with a matching GUID that is not currently in use. This suggests
one of the following:
(a) usb-storage gets a connect for the EHCI before it gets the disconnect
from the OHCI (I would consider
Problem reported by one user:
> - with both ehci-hcd and usb-ohci compiled into the kernel, usb-ohci finds
> the hard drive first and registers itself as a usb-storage SCSI adapter,
> registers the drive, etc. then ehci-hcd loads, takes the device away from
> usb-ohci and registers it,
Which is