Why most USB Hub doesn't support this feature? I can answer... #342
KeithChao
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Extraordinary claims require extraordinary evidence. I don't understand why you think it is incorrect. Also, I don't understand what uhubctl has to do with this, and if it could improve anything regarding power switching. Right now uhubctl works for quite a few USB hubs, from USB 1.1 all the way to USB 3.2. Granted, it would be nice if this list was larger, but so far I don't see any evidence of using wrong values for feature codes or selectors. Even if that value you are talking about is incorrect, it is not likely that uhubctl can fix anything. What would probably involve fixing kernels, and probably USB hubs - good luck with that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The value of bmRequestType of Table 11-15 Hub Class Request for Clear Port Feature is wrong with USB 2.0 to USB 3.2 specs.
ClearPortFeature should not be 00100011B. It has to change to 00100001B.
SetPortFeature is 00100011B.
Please send a mail to [email protected] to fix this.
Beta Was this translation helpful? Give feedback.
All reactions