commit | 55c0150e312cfaba686b81ab9871910d9d61bc95 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Thu Dec 01 16:38:41 2011 -0800 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Fri Dec 02 11:14:11 2011 -0800 |
tree | 3715c9592a31262d31899a3d00f7dd2bfaf0f6d5 | |
parent | f4d061a3fa4e6e2a03e99c52e680b2fbf9b2ccc1 [diff] |
xhci: Add debugging for URB link failure. Occasionally after a cold boot and an unload and reload of the xHCI driver, when I plug in a UAS device and streams are allocated, I see that the first URB it submits continually gets an error code from usb_submit_urb(). I think I've tracked it down to usb_hcd_link_urb_to_ep(), but I need to know *why* that's failing. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>