USB_DISABLE_ENDPOINT

Section: (9)
Updated: 09 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 sets the endpoint's maxpacket size to 0 to prevent further submissions.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:56 GMT, October 09, 2005