On Fri, 25 Jan 2008, Pandita, Vikram wrote: > usb_kill_urb() ensures that URB is unlinked and callback is called. > > My question is, what happens to the URB that is already scheduled by > underlying HCD and getting processed, and usb_kill_urb() is called?
It's the same as when usb_unlink_urb() is called: The URB is cancelled. > What will be returned by completion handler for such an URB if it was > bulk IN and bulk OUT URB? Completion handlers always return void. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html