commit | ffb80fc672c3a7b6afd0cefcb1524fb99917b2f3 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jan 19 13:38:42 2017 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jan 24 11:04:16 2017 +0200 |
tree | 7567dacd57035d81ea5a2ac68739bec608f8f18f | |
parent | 538967983b883a6059292a9f4f096357302ce1e5 [diff] |
usb: dwc3: gadget: skip Set/Clear Halt when invalid 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. Cc: <stable@vger.kernel.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>