1. NAME

usb_get_from_anchor - get an anchorAqs oldest urb

2. SYNOPSIS

struct urb * usb_get_from_anchor(struct usb_anchor *  anchor );

3. ARGUMENTS

anchor
    the anchor whose urb you want

4. DESCRIPTION

this will take the oldest urb from an anchor, unanchor and return it

5. COPYRIGHT