On Wednesday 18 April 2007 8:42 am, Alan Stern wrote:
> On Wed, 18 Apr 2007, Johannes Berg wrote:
> 

> The comparable routine in uhci-hcd includes this code:
> 
>       if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags) || uhci->dead)
>               goto done;
> 
> and likewise, ehci_hub_status_data() includes this:
> 
>       if (!HC_IS_RUNNING(hcd->state))
>               return 0;
> 
> Something similar needs to be added in ohci-hub.c. 

More like, **returned** to ohci-hub.c ... I'm quite certain there
used to be logic catching that case!


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to