]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:37 +0000 (22:39 +0200)
commitd6b8cf62b09ecb0d1c00fba08654e1c39d1518b1
treeb0c65844a58ef1f31b378b0cc6c5f4edcfb93550
parent7a7cdf4bd7dac0778b42c71095c8a10fd2c8acd5
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