SKEL_DISCONNECT

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

 

NAME

skel_disconnect -  

SYNOPSIS

"SYNOPSIS"

void skel_disconnect (struct usb_interface * interface);  

ARGUMENTS

interface
-- undescribed --
 

DESCRIPTION

Called by the usb core when the device is removed from the system.

This routine guarantees that the driver will not submit any more urbs by clearing dev->udev. It is also supposed to terminate any currently active urbs. Unfortunately, usb_bulk_msg, used in skel_read, does not provide any way to do this. But at least we can cancel an active write.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:56 GMT, October 06, 2005