Hi!
I would like to know how to control (switch Off/On) /PWRON1-7 signals on TUSB2077 USB HUB.
I use Windows XP.
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi!
I would like to know how to control (switch Off/On) /PWRON1-7 signals on TUSB2077 USB HUB.
I use Windows XP.
Thanks.
Hello Oleg,
the TUSB2077 will automatically de-assert the /PWRON# terminal when its corresponding /OVRCUR# terminal is asserted (when there is an over-current event).
However, the hub will not assert back the /PWRON# signal just because the /OVRCUR# terminal is no longer asserted, in order for the hub to asser back the /PWRON# terminal the Host needs to do a series of checks that ensure the over-current condition is no longer present.
The USB host uses the request SET_PORT_FEATURE() AND CLEAR_PORT_FEATURE to "switch on/off" a downstream port.
Regards.