raw-gadget
raw-gadget copied to clipboard
Unify assign_ep_address and usb_gadget_ep_match_desc
Once this is done, we also need to teach USB Proxy about dynamic endpoint assignment.
Right now the missing checks are:
-
The ones that depend on
gadget->max_speed. To implement these, we need to resolve #41 first. -
Checks for isochronous endpoints. For these, we need to implement handling of isochronous endpoints in Raw Gadget first.