]> git.hungrycats.org Git - linux/commit
usb: dwc3: gadget: skip Set/Clear Halt when invalid
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 19 Jan 2017 11:38:42 +0000 (13:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 05:44:16 +0000 (06:44 +0100)
commit8fd8890d42fc10c77e56a41ff3b274b647c477b9
treeb0e141fc7f40f0ec981f6dea0f9e781c803bb0ea
parentfed46b52662820fa3951cd6d3301e6661c9457eb
usb: dwc3: gadget: skip Set/Clear Halt when invalid

commit ffb80fc672c3a7b6afd0cefcb1524fb99917b2f3 upstream.

At least macOS seems to be sending
ClearFeature(ENDPOINT_HALT) to endpoints which
aren't Halted. This makes DWC3's CLEARSTALL command
time out which causes several issues for the driver.

Instead, let's just return 0 and bail out early.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/gadget.c