Hi,
TUSB8044A is attached to a processor having USB 2.0 host and is running linux. The HUB is connected using SMBUS and SMBUSz,SS_SUSPEND is tied to the ground.
The TUSB8044A is powered as soon as the power to the board is connected and the processor takes some time to boot Linux.
I am using SMBUS to configure the register using
- Set 0x8F in the 7h register
- Set 0xF in the 8h register
- Set 0x10 in the 25h register
- Set 0xE in the 26h register
- Set 0x1 in the F8h register
when I run the lsusb command after the above configuration I do not get any hub (No Upstream, No Downstream)
Moreover, If I run the lsusb command without configuring should I get some device in the Linux console?
Thanks in advance