commit | 214f76f7d9198ddd090bd927a4bcd49391bfcd36 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Oct 26 11:22:02 2010 -0700 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Sun Mar 13 18:07:13 2011 -0700 |
tree | 23caeedac25f87f12662850e861dc994b21420c9 | |
parent | aa1b13efb7cfa9f7bf4942c1e858463e335c9500 [diff] |
xhci: Always use usb_hcd in URB instead of converting xhci_hcd. Make sure to call into the USB core's link, unlink, and giveback URB functions with the usb_hcd pointer found by using urb->dev->bus. This will avoid confusion later, when the xHCI driver will deal with URBs from two separate buses (the USB 3.0 roothub and the faked USB 2.0 roothub). Assume xhci_urb_dequeue() will be called with the proper usb_hcd. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>