You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an application uses tuh_cdc_mounted() to check whether a CDC device is mounted, it will be reported "true" before the process config is completed.
The application could then disrupt the process config or the application would not yet be able to work with the CDC device. tuh_cdc_mount_cb() is correctly called in set_config_complete()after the process config has been completed.
the hid host may have the same issue...
How to reproduce ?
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
Screenshots
No response
I have checked existing issues, dicussion and documentation
I confirm I have checked existing issues, dicussion and documentation.
The text was updated successfully, but these errors were encountered:
Operating System
Others
Board
Firmware
What happened ?
If an application uses
tuh_cdc_mounted()
to check whether a CDC device is mounted, it will be reported "true" before the process config is completed.The application could then disrupt the process config or the application would not yet be able to work with the CDC device.
tuh_cdc_mount_cb()
is correctly called inset_config_complete()
after the process config has been completed.the hid host may have the same issue...
How to reproduce ?
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
Screenshots
No response
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: