USB_UNANCHOR_URB
Section: USB Core APIs (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
usb_unanchor_urb - unanchors an URB
 
SYNOPSIS
- 
void usb_unanchor_urb(struct urb * urb);
ARGUMENTS
urb
- 
- pointer to the urb to anchor
DESCRIPTION
Call this to stop the system keeping track of this URB
 
COPYRIGHT