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

Populate USB control index with interface number for CDC implementation. #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

satur9nine
Copy link

This is necessary for dual UART devices like the Prolific PL2523.

For details see wIndex at https://www.beyondlogic.org/usbnutshell/usb6.shtml#SetupPacket and compare to the Linux cdc-acm.c function acm_ctrl_msg.

Tested on PL2523 and STLink V3 board. Hopefully does not break others. If so might consider ability for developer to programmatically set the index to be used.

This is necessary for dual UART devices like the Prolific PL2523.

For details see wIndex at https://www.beyondlogic.org/usbnutshell/usb6.shtml#SetupPacket
and compare to the Linux cdc-acm.c function acm_ctrl_msg.
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

Successfully merging this pull request may close these issues.

1 participant