Wait for an anchor to be unused
int usb_wait_anchor_empty_timeout(struct usb_anchor * anchor, unsigned int timeout);
anchor
the anchor you want to become unused
timeout
how long you are willing to wait in milliseconds
Call this is you want to be sure all an anchor's URBs have finished
Non-zero if the anchor became unused. Zero on timeout.