On Thu, 18 Jul 2002, David Brownell wrote:
> The SA- root hub init code is supposed to initialize dev->speed
> for its root hub ... SPEED_UNKNOWN is an error. A one-line fix ... :)
>
Seems like that was a problem with the old usb-ohci driver. I'm now using
ohci-hcd as Christopher suggest
> > Looks like __init code calling __exit or __devexit code when
> > built into a module.
>
> 3. Here's the patch:
>
> --- linux-2.5.24-rmk1-ch2/drivers/usb/host/usb-ohci-sa.c.orig
> Wed Jul 17 18:29:21 2002
> +++ linux-2.5.24-rmk1-ch2/drivers/usb/host/usb-ohci-sa.c Thu Jul
> 18 10:16:09