usb_reset_endpoint

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

usb_reset_endpoint - Reset an endpoint's state.

SYNOPSIS

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

ARGUMENTS

dev

the device whose endpoint is to be reset

epaddr

the endpoint's address. Endpoint number for output, endpoint number + USB_DIR_IN for input

DESCRIPTION

Resets any host-side endpoint state such as the toggle bit, sequence number or current window.