On Mon, Dec 05, 2022 at 02:37:56PM +0000, Daniel Scally wrote: > The f_uvc code defines an endpoint named "uvc_control_ep" but it > is configured with a non-zero endpoint address and has its > bmAttributes flagged as USB_ENDPOINT_XFER_INT - this cannot be the > VideoControl interface's control endpoint, as the default endpoint > 0 is used for that purpose. This is instead the optional interrupt > endpoint that can be contained by a VideoControl interface. > > Rename the variables to make that clear. Does userspace documentation also need to be updated to reflect this change? thanks, greg k-h