commit | 8ebcac023dad947a5229dce39e5864bbceeb18f3 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Mar 09 19:58:23 2010 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Mar 09 19:58:23 2010 -0500 |
tree | 3107052860fb815111a9237ebfa9908ce64f6dbe | |
parent | e9086652b3901df4ff29bdd5eb095d0e3b8c349a [diff] |
Further parallelize USB init by launching a thread per usb port. Run a thread per usb port in addition to the existing thread per usb controller. This can reduce total boot time by allowing multiple USB devices on the same controller to initialize in parallel. It also makes startup time for critical devices (eg, the keyboard) less dependent on which port they are plugged into.