USB_COMPOSITE_UNREGI

Section: Kernel Mode Gadget API (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

usb_composite_unregister - unregister a composite driver  

SYNOPSIS

void usb_composite_unregister(struct usb_composite_driver * driver);
 

ARGUMENTS

driver

the driver to unregister
 

DESCRIPTION

This function is used to unregister drivers using the composite driver framework.  

AUTHOR

David Brownell <dbrownell@users.sourceforge.net>

Author.
 

COPYRIGHT