USB_DEREGISTER

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

usb_deregister - unregister a USB driver  

SYNOPSIS

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


 

Index

NAME
SYNOPSIS
ARGUMENTS
CONTEXT
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 04:41:10 GMT, October 06, 2005