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

USB version in modified USB.cpp? #2

Open
amowry opened this issue Jan 3, 2019 · 2 comments
Open

USB version in modified USB.cpp? #2

amowry opened this issue Jan 3, 2019 · 2 comments

Comments

@amowry
Copy link

amowry commented Jan 3, 2019

I’m using your modified core files to make a class-compliant MIDI device using a 32u4. Thanks for your work on this! I noticed that in USBCore.cpp it looks like you set the USB version to 1.1 (line 270). Is that a requirement for removing the CDC, or was that something inrelated that you did for your own device? Thanks very much!

@gdsports
Copy link
Owner

gdsports commented Jan 4, 2019

My guess is (that was a long time ago) I was matching up the USB descriptors to a lsusb dump of an old generic keyboard. So it may not have been necessary just to remove CDC ACM.

@amowry
Copy link
Author

amowry commented Jan 5, 2019

Okay, thanks! It seems to be working well to make a MIDI device without CDC.

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

No branches or pull requests

2 participants