]> git.sur5r.net Git - u-boot/commit
usb: Fix handover of full-speed devices from ehci to companion
authorHans de Goede <hdegoede@redhat.com>
Sun, 10 May 2015 12:10:13 +0000 (14:10 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 15 May 2015 00:49:30 +0000 (18:49 -0600)
commit71b945267d3e412efe4540a9ee61886f5e1e1e4a
treebf60b16ecc4f79de94cb0cb1b3f91146d413b690
parent4588d61a284aa2306d4b83954a650c066f1f569c
usb: Fix handover of full-speed devices from ehci to companion

When after a reset the port status connection bit is still set and the enable
bit is not then we're dealing with a full-speed device and should hand it over
to the companion controller.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/usb/host/ehci-hcd.c