]> git.sur5r.net Git - u-boot/commit
usb: hub: Clear BH reset status change for a 3.0 hub
authorBin Meng <bmeng.cn@gmail.com>
Mon, 18 Sep 2017 13:40:46 +0000 (06:40 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:54 +0000 (16:32 +0200)
commit061895fbe57d29f50bb3c6c8609d56a668d1387d
treec7b5c71ac0ce06d0c8f309bd4091d25a83b13d01
parentb90203526f2c5bcc05b4a65241ea226b7b9f52d0
usb: hub: Clear BH reset status change for a 3.0 hub

USB 3.0 hubs report bit[5] in the port status change response as BH
reset. The hub shall set the C_BH_PORT_RESET field for this port.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
common/usb_hub.c