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
Unify checks in assign_ep_address in examples with the ones in usb_gadget_ep_match_desc.
assign_ep_address
The text was updated successfully, but these errors were encountered:
Once this is done, we also need to teach USB Proxy about dynamic endpoint assignment.
Sorry, something went wrong.
examples: check maxpacket_limit in assign_ep_address
9ba5fb2
Updates #39.
Right now the missing checks are:
The ones that depend on gadget->max_speed. To implement these, we need to resolve Expose more hardware information via ioctls #41 first.
gadget->max_speed
Checks for isochronous endpoints. For these, we need to implement handling of isochronous endpoints in Raw Gadget first.
No branches or pull requests
Unify checks in
assign_ep_address
in examples with the ones in usb_gadget_ep_match_desc.The text was updated successfully, but these errors were encountered: