On Fri, 1 Feb 2013, [big5] �x�R�� wrote:

> Hi, 
> 
> According to xHCI spec Rev1 page 125, Endpoint context state diagram.
> 
> When reset device, the endpoint state transit to disabled state.
> 
> Do I make some mistake? 
> 
> I'll try to figure out the endopint state transitions during the reset flow, 
> and update information later.
> 
> Thanks for the direction.

Ah, now I understand the problem.  The device reset automatically
disables the endpoints, so when usb_reset_and_verify_device calls
usb_hcd_alloc_bandwidth, and that routine tries to drop the endpoints,
it fails because the endpoints are already disabled.

Sarah is going to to have to figure out the right way to fix this.  
She's the maintainer for xhci-hcd.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to