commit | ac04e6ff3e32699920ae75b22e2bec7f7c631434 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Fri Mar 11 08:47:33 2011 -0800 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Sun Mar 13 18:07:10 2011 -0700 |
tree | 0b78396622fc9a17f933e2ca3541be4d5f2a4512 | |
parent | bdfca5025a159c8bb966e3b87b0c084dd1f831a9 [diff] |
xhci: Remove references to HC_STATE_HALT. The xHCI driver doesn't ever test hcd->state for HC_STATE_HALT. The USB core recently stopped using it internally, so there's no point in setting it in the driver. We still need to set HC_STATE_RUNNING in order to make it past the USB core's hcd->state check in register_roothub(). Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>