USB_DEREGISTER

Section: (9)
Updated: 13 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

must be able to sleep  

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.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
CONTEXT
DESCRIPTION
NOTE
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:22:03 GMT, April 13, 2004