usb_composite_unregister (9) Linux Manual Page
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 [at] users.sourceforge.net>
- Author.
