USB reemulation
#1904
Replies: 1 comment 3 replies
-
hub device is too difficult and will be impossible for most MCUs since hub mostly work in physical layer. I don't see why we should spend that much of effort to implement this. Most (95%) of people won't use it, forcing an re-enumerate is much better/faster. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below are the original github issue. Please ignore.
Related area
Class Driver
Hardware specification
Any
Is your feature request related to a problem?
No problem, just ideas.
Since all interface is determined upon connection, dynamic configuration is not possible (I think?). However, if the device can emulate a hub and can then maybe we can connect more devices to this hub to do dynamic configuration on the fly.
Not entirely sure how practical this but just throwing an idea for a potential feature,
Describe the solution you'd like
hub class for device class
I have checked existing issues, dicussion and documentation
Beta Was this translation helpful? Give feedback.
All reactions