1. NAME

usb_unanchor_urb - unanchors an URB

2. SYNOPSIS

void usb_unanchor_urb(struct urb *  urb );

3. ARGUMENTS

urb
    pointer to the urb to anchor

4. DESCRIPTION

Call this to stop the system keeping track of this URB

5. COPYRIGHT