Get an anchors oldest urb
struct urb * usb_get_from_anchor(struct usb_anchor * anchor);
anchor
the anchor whose urb you want
This will take the oldest urb from an anchor, unanchor and return it
The oldest urb from anchor, or NULL if anchor has no urbs associated with it.