About stopping VBUS supply of HUB downstreamport

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NoAr_1540581
Level 5
Level 5
Distributor - Macnica (Japan)
5 solutions authored 250 sign-ins 100 replies posted

Hello

Regarding the USB HUB specifications, I think that it is possible to stop VBUS supply of the downstream port individually . If correct, is it ok to think that I can use the following Host comand? And, is it okay to think that the follwoing command can stiop DS VBUS for both USB2.0(HX2VL) and USB3.0 HUB(USB3.0)?  Otherwise, please let us know, If there are some other method to stop VBUS supply of the DS individually

・ Clear Hub Feature (CLEAR_FEATURE)

Best Regards

Arai

0 Likes
1 Solution
HirotakaT_91
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Hi,

You can simply issue ClearPortFeature(PORT_POWER) from Host to Power OFF port power.

If the power switching of Hub is "individual mode", the command will work individually.

If the power switching of Hub is "ganged mode", the command will work all ports.

Best regards,

Hirotaka Takayama

View solution in original post

0 Likes
1 Reply
HirotakaT_91
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Hi,

You can simply issue ClearPortFeature(PORT_POWER) from Host to Power OFF port power.

If the power switching of Hub is "individual mode", the command will work individually.

If the power switching of Hub is "ganged mode", the command will work all ports.

Best regards,

Hirotaka Takayama

0 Likes