We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dwc3 UDC driver handles setup requests with wLength == 0 in an unusual way, see the details here.
wLength == 0
We need to either fix dwc3 or make Raw Gadget support the way dwc3 works.
The text was updated successfully, but these errors were encountered:
Workaround: dfc4ee2.
Sorry, something went wrong.
Sent workaround upstream.
The workaround has been merged.
Filed #70 to track/document the USB_GADGET_DELAYED_STATUS inconsistency in the UDC drivers.
USB_GADGET_DELAYED_STATUS
No branches or pull requests
The dwc3 UDC driver handles setup requests with
wLength == 0
in an unusual way, see the details here.We need to either fix dwc3 or make Raw Gadget support the way dwc3 works.
The text was updated successfully, but these errors were encountered: