Skip to content
Snippets Groups Projects
Commit 5f4b4f2f authored by Vincent Palatin's avatar Vincent Palatin Committed by Remy Bohmer
Browse files

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: default avatarVincent Palatin <vpalatin@chromium.org>
parent 1af9f963
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment