Improve USB EHCI timing.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 21 Mar 2010 03:25:11 +0000 (23:25 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 21 Mar 2010 03:25:11 +0000 (23:25 -0400)
Add a small delay even in non-power-switching mode to ensure device
detect completes.

Start companion controllers as soon as all port detects are complete -
don't wait for ehci device config to complete.  This ensure critical
high/low speed devices (eg, usb keyboards) are initialized quickly.

Also, be sure to disable port on a failed reset.


No differences found