New functional ! Consider, please, to add it ! #546
Closed
CpServiceSpb
started this conversation in
General
Replies: 1 comment
-
Unfortunately, this would require creating and maintaining custom port map for each USB hub in existence:
Long story short, sorry, but this is not going to happen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UHubCtl shows and manage compatible deices and its ports in/by non common human format, for example (RSHTech A13) , per device - means per each physical device:
I recommend to add the parameter, if it is specified, output will be in such way, but to make human well readable output, such for single physical device:
Here is port by order number and port by logical device mapping from above example:
Why is totally 16 ports for A13 hub - because of the interhub connections.
B the way these "ports" is able to exclude from the list.
And it will be well to manage of USB devices by port order number.
As such hubs doesn' t have feature to store all USB ports state after reboot host computer or power off/on itself, it would be better to add some soft saving ports state - may be add demonize part - during restart/shutdown/poweroff of a host OS, daemon get appropriate signal, read specified at it settings file hub or hubs and save to small DB (even txt) state of each port of each hub - for optimization it is enough to save only off ports state, bacause anyway after rebooting host computer/ power off/on hubs all port will be on by defaul.
And when OS starts, daemon part starts, read previously saved ports state of specified hub, where there are only off ports and move all these ports to off state.
Please take a think about it two features and it would better that you will implement it.
Beta Was this translation helpful? Give feedback.
All reactions