USB_EP_CLEAR_HALT

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

usb_ep_clear_halt - clears endpoint halt, and resets toggle  

SYNOPSIS

int usb_ep_clear_halt (struct usb_ep * ep);  

ARGUMENTS

ep
the bulk or interrupt endpoint being reset
 

DESCRIPTION

use this when responding to the standard usb ``set interface'' request, for endpoints that aren't reconfigured, after clearing any other state in the endpoint's i/o queue.

returns zero, or a negative error code. on success, this call clears the underlying hardware state reflecting endpoint halt and data toggle.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:30 GMT, August 13, 2003