]> git.sur5r.net Git - u-boot/commit
usb: sandbox: Initialize root hub's device speed to high speed
authorBin Meng <bmeng.cn@gmail.com>
Sun, 1 Oct 2017 13:19:38 +0000 (06:19 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:50 +0000 (16:32 +0200)
commit813f74ea47d0f77f809d85619153923a99b07222
tree79d5c140a605323e3629abfe4e2f3825c2c377ef
parent8d36c6874173918612495b8e5925a7000ed8058e
usb: sandbox: Initialize root hub's device speed to high speed

At present 'usb tree' shows that the root hub on the Sandbox USB
controller is at full speed. But its device descriptor says it's
USB 2.0, so let's report it as a high speed device.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/usb-sandbox.c