.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "USB_EP_AUTOCONFIG_RESET" "9" "09 October 2005" "" "" .SH NAME usb_ep_autoconfig_reset \- reset endpoint autoconfig state .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __init usb_ep_autoconfig_reset (struct usb_gadget * \fIgadget\fB); \fR .SH "ARGUMENTS" .TP \fB\fIgadget\fB\fR device for which autoconfig state will be reset .SH "DESCRIPTION" .PP Use this for devices where one configuration may need to assign endpoint resources very differently from the next one. It clears state such as ep->driver_data and the record of assigned endpoints used by \fBusb_ep_autoconfig\fR\&.