On Fri, 14 May 2004, David Brownell wrote:

>     - hub driver won't resubmit when it's suspended
>       (and re-deletes broken comment)
> 
> That last one isn't actually a build fix

This is okay for now, but I don't like it very much.  For one thing, it 
doesn't check for the -EHOSTUNREACH code in urb->status.  Anyway, the 
completion handler shouldn't have to worry about this stuff.

The proper thing to do is have the suspend() callback use usb_kill_urb(),
in mirror symmetry to the way the resume() callback uses usb_submit_urb().

I hope you won't mind if I change it when usb_kill_urb() is finished.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to