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

USBDRVCE only sends first 64 bytes of configuration descriptor #494

Open
TIny-Hacker opened this issue Aug 8, 2024 · 2 comments
Open

USBDRVCE only sends first 64 bytes of configuration descriptor #494

TIny-Hacker opened this issue Aug 8, 2024 · 2 comments

Comments

@TIny-Hacker
Copy link
Contributor

When attempting to use a configuration descriptor longer than 64 bytes (for a MIDI device), only the first 64 bytes go through causing the device to not be set up properly. This appears to be at the end of the first midi_out section (around L119 in main.c). I've attached both a capture recorded in wireshark and the main.c file with what I'm attempting to use.

midi-test.zip

@mateoconlechuga
Copy link
Member

Can you please include defines.h, or zip the entire project please

@TIny-Hacker
Copy link
Contributor Author

Here's a program that should be able to build.

midi-test.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants