Skip to content

Pluggable USB does not check maximum endpoint number #3842

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

Closed
NicoHood opened this issue Sep 22, 2015 · 2 comments
Closed

Pluggable USB does not check maximum endpoint number #3842

NicoHood opened this issue Sep 22, 2015 · 2 comments
Assignees
Labels
Library: HID The HID Arduino library
Milestone

Comments

@NicoHood
Copy link
Contributor

https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/cores/arduino/USBCore.cpp#L321-L323

The u2 series only can add 1 (not 3) more additional endpoint (Serial + HID for example). It still works, but you could remove this stuff there.

Wasnt there a definition with maximum interfaces? We should make this definition more flexible.
but before patching this I suggest to first get an answer here:
#3840

@cmaglie cmaglie added the Library: HID The HID Arduino library label Sep 22, 2015
@NicoHood
Copy link
Contributor Author

NicoHood commented Oct 3, 2015

#3896 fixes this. Even tough its not finished yet, I want to mention it

@facchinm
Copy link
Member

Fixed by merging #3896

@ffissore ffissore modified the milestone: Release 1.6.6 Oct 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Library: HID The HID Arduino library
Projects
None yet
Development

No branches or pull requests

4 participants