Re: [linux-usb-devel] [patch] uhci.c 2.4.19-pre3 erroneous completioncallback

2002-03-19 Thread Stephan Feder
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

Re: [linux-usb-devel] [patch] uhci.c 2.4.19-pre3 erroneous completioncallback

2002-03-17 Thread David Brownell
> 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