USB_DISABLE_ENDPOINT

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

 

NAME

usb_disable_endpoint - - Disable an endpoint by address  

SYNOPSIS

"SYNOPSIS"

void usb_disable_endpoint (struct usb_device * dev, unsigned int epaddr);  

ARGUMENTS

dev
the device whose endpoint is being disabled
epaddr
the endpoint's address. Endpoint number for output, endpoint number + USB_DIR_IN for input
 

DESCRIPTION

Deallocates hcd/hardware state for this endpoint ... and nukes all pending urbs.

If the HCD hasn't registered a disable function, this marks the endpoint as halted and sets its maxpacket size to 0 to prevent further submissions.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:15 GMT, October 06, 2005