David Brownell wrote:
>
> > usb_submit_urb should really have well defined semantics for failures:
> >
> > 1. the completion handler is _not called_ and the result of
> > usb_submit_urb indicates _failure_ (the way uhci handles it now),
> > ...
> > 3. the completion handler is _called_ and the re
> usb_submit_urb should really have well defined semantics for failures:
>
> 1. the completion handler is _not called_ and the result of
> usb_submit_urb indicates _failure_ (the way uhci handles it now),
> ...
> 3. the completion handler is _called_ and the result of usb_submit_urb
> indicates