USB_DRIVER_RELEASE_INTERFACE

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

 

NAME

usb_driver_release_interface - unbind a driver from an interface  

SYNOPSIS

"SYNOPSIS"

void usb_driver_release_interface (struct usb_driver * driver, struct usb_interface * iface);  

ARGUMENTS

driver
the driver to be unbound
iface
the interface from which it will be unbound
 

DESCRIPTION

This should be used by drivers to release their claimed interfaces. It is normally called in their disconnect methods, and only for drivers that bound to more than one interface in their probe.

When the USB subsystem disconnects a driver from some interface, it automatically invokes this method for that interface. That means that even drivers that used usb_driver_claim_interface usually won't need to call this.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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