diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-09-18 06:40:45 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-10-01 16:32:54 +0200 |
commit | b90203526f2c5bcc05b4a65241ea226b7b9f52d0 (patch) | |
tree | 47280929c00bdafb05974176f3154ecd7b7dd4c8 /drivers/core | |
parent | b5aa857b95194c15126245e99a384ec2fd9536e8 (diff) |
usb: hub: Clear port reset before usb_hub_port_connect_change()
During usb_hub_port_connect_change(), a port reset set feature
request is issued to the port, and later a port reset clear feature
is done to the same port before the function returns. However at
the end of usb_scan_port(), we attempt to clear port reset again
on a cached port status change variable, which should not be done.
Adjust the call to clear port reset to right before the call to
usb_hub_port_connect_change().
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/core')
0 files changed, 0 insertions, 0 deletions