Skip to content
New issue

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 assign_ep_address and usb_gadget_ep_match_desc #39

Open
xairy opened this issue May 6, 2023 · 2 comments
Open

Unify assign_ep_address and usb_gadget_ep_match_desc #39

xairy opened this issue May 6, 2023 · 2 comments
Labels
raw gadget Requires changes in Raw Gadget userspace Requires userspace changes

Comments

@xairy
Copy link
Owner

xairy commented May 6, 2023

Unify checks in assign_ep_address in examples with the ones in usb_gadget_ep_match_desc.

@xairy
Copy link
Owner Author

xairy commented Oct 28, 2023

Once this is done, we also need to teach USB Proxy about dynamic endpoint assignment.

xairy added a commit that referenced this issue Oct 28, 2023
@xairy
Copy link
Owner Author

xairy commented Oct 28, 2023

Right now the missing checks are:

  1. The ones that depend on gadget->max_speed. To implement these, we need to resolve Expose more hardware information via ioctls #41 first.

  2. Checks for isochronous endpoints. For these, we need to implement handling of isochronous endpoints in Raw Gadget first.

@xairy xairy added userspace Requires userspace changes raw gadget Requires changes in Raw Gadget labels Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
raw gadget Requires changes in Raw Gadget userspace Requires userspace changes
Projects
None yet
Development

No branches or pull requests

1 participant