-
Notifications
You must be signed in to change notification settings - Fork 21
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
[UVC] Get hub hardware port with device before UVC_OPEN (IEC-94) #19
Comments
This allows users to get detailed information about underlying USB device. Closes #19
@lijunru-hub Sorry for the late reply. Draft implementation is here a639a34 Compared to your proposal, it is a little different: It accepts a |
I think before uvc_open to get the hardware's info is better. Like use the |
This allows users to get detailed information about underlying USB device. Closes #19
Thank you for the feedback, I understand now. Implemented according to your suggestion in 83cf701 |
On the IDF branch hotfix/usb_hub_uninstall, a new field for the hardware port of the hub has been added. However, currently, this information can only be retrieved within UVC_OPEN. It is desired to add an API to retrieve device information before UVC_OPEN.
eg:
The text was updated successfully, but these errors were encountered: