USB_DEREGISTER
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
usb_deregister - unregister a USB driver
SYNOPSIS
void usb_deregister (struct usb_driver * driver);
ARGUMENTS
- driver
-
USB operations of the driver to unregister
CONTEXT
!in_interrupt (), must be called with BKL held
DESCRIPTION
Unlinks the specified driver from the internal USB driver list.
NOTE
If you called usb_register_dev, you still need to call
usb_deregister_dev to clean up your driver's allocated minor numbers,
this * call will no longer do it for you.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- CONTEXT
-
- DESCRIPTION
-
- NOTE
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:51:18 GMT, April 09, 2004