Hi Greg These xhci fixes for usb-linus makes sure xhci can handles a couple corner case transfer situations correctly, both triggered in real life. One was the host asking for a lot of data and device returning very little. Second one about host failing to wake up device in time for a isoc tranfer. Also setting a quirk for Intel LynxPoint-LP based controllers preventing the computer from magically rebooting a few seconds after shutting down. v2: Fix incorrect OR comparison in ping response error handling spotted by Paul Zimmerman. Update code comment as well. Laura Abbott (1): Add spurious wakeup quirk for LynxPoint-LP controllers Mathias Nyman (2): xhci: don't finish a TD if we get a short transfer event mid TD xhci: handle no ping response error properly drivers/usb/host/xhci-pci.c | 1 + drivers/usb/host/xhci-ring.c | 30 +++++++++++++++++++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-) -- 1.9.1 -- 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