commit | 8277b50e3543108c50cb613fc32b474413859177 | [log] [tgz] |
---|---|---|
author | Vincent Palatin <vpalatin@chromium.org> | Mon Dec 05 14:52:22 2011 -0800 |
committer | Remy Bohmer <linux@bohmer.net> | Sun Dec 11 14:42:57 2011 +0100 |
tree | cca588fe85801f3edfefd897a8c67a5880c240bb | |
parent | ddb90d31a3634fffd7848122ea5352c5e4504c8f [diff] |
ehci: speed up initialization According to EHCI specification v1.0, the controller should stabilize the power on a port at most 20 ms after the port power bit transition. So, we put this setting in the virtual descriptor corresponding field, (bPwrOn2PwrGood = 10 => 10 x 2ms = 20ms), this saves about 500ms at each controller initialization/enumeration. Signed-off-by: Vincent Palatin <vpalatin@chromium.org>