Hi Greg, Here's three bug fixes that should be queued for 2.6.35. Fajun Chen has been exercising several error paths with a broken USB 3.0 SATA bridge. The first patch is only useful for 2.6.35, but the second two are needed for stable. The third patch should be easy to backport. The second patch (the port speed downgrade fix) is tricky because Alan's Stern's commit 288ead4 removed the USB_PORT_FEAT_SUPER_SPEED symbol in 2.6.35. I'll send you a separate patch for the port speed downgrade fix that should apply to 2.6.34 and earlier. Sarah Sharp (3): xHCI: Fix another bug in link TRB activation change. USB: Fix USB3.0 Port Speed Downgrade after port reset xhci: Set EP0 dequeue ptr after reset of configured device. drivers/usb/core/hub.c | 2 ++ drivers/usb/host/xhci-mem.c | 21 +++++++++++++++++++++ drivers/usb/host/xhci-ring.c | 11 +++++++---- drivers/usb/host/xhci.c | 2 ++ drivers/usb/host/xhci.h | 2 ++ 5 files changed, 34 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html