1. NAME

usb_reset_endpoint - Reset an endpointAqs state.

2. SYNOPSIS

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

3. ARGUMENTS

dev
    the device whose endpoint is to be reset

epaddr
    the endpointAqs address. Endpoint number for output, endpoint number + USB_DIR_IN for input

4. DESCRIPTION

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

5. COPYRIGHT