Cancel transfer requests en masse
void usb_kill_anchored_urbs(struct usb_anchor * anchor);
anchor
anchor the requests are bound to
this allows all outstanding URBs to be killed starting from the back of the queue
This routine should not be called by a driver after its disconnect method has returned.