Other Parts Discussed in Thread: TUSB8044AEVM
Tool/software:
HI I'm William.
Our design is use SMBUS mode. (HOST is BMC , slave is TUSB8042A)
I use the command to disable USB port 3 from BMC.
Below is my command.
i2cset -f -y 19 0x44 0x07 0x8f.
i2cset -f -y 19 0x44 0x08 0x0b. (disable port 3 USB)
The port 3 is success to disable.
But port 1 & port2 only can recognize the USB 2.0 device cannot recognize the USB 3.0 device.
I understand that only port 3 should be unusable; the other USB ports, both 2.0 and 3.0, should be functioning properly.
Could you help to check this issue?
Thanks.
Below picture is plug USB 3.0 device but look like all USB ports cannot link USB 3.0 on OS USB tree tool.
Below picture is plug USB 2.0 device, look like all ports can link USB 2.0 device on OS USB tree tool.