Re: [linux-usb-devel] usb-storage initialization with ohci and ehci ...

2002-01-04 Thread Greg KH
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

Re: [linux-usb-devel] usb-storage initialization with ohci and ehci ...

2002-01-04 Thread David Brownell
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

Re: [linux-usb-devel] usb-storage initialization with ohci and ehci ...

2002-01-04 Thread Greg KH
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 _

Re: [linux-usb-devel] usb-storage initialization with ohci and ehci ...

2002-01-04 Thread Matthew Dharm
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