1. NAME

usb_anchor_urb - anchors an URB while it is processed

2. SYNOPSIS

void usb_anchor_urb(struct urb *  urb , struct usb_anchor *  anchor );

3. ARGUMENTS

urb
    pointer to the urb to anchor

anchor
    pointer to the anchor

4. DESCRIPTION

This can be called to have access to URBs which are to be executed without bothering to track them

5. COPYRIGHT