Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB: gadget: Fix bug in endpoint feature request processing in ci13xx…
…x_udc The OUT endpoints are stored in 0 - hw_ep_max/2 and IN endpoints are stored from hw_ep_max/2 - hw_ep_max in ci13xxx_ep array. Retrieve the IN endpoint correctly while processing endpoint feature requests. Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information