Hi Greg, Here's seven xHCI bug fixes for 3.1. Andiry fixed a couple bugs with remote wakeup under xHCI. There's also several fixes to deal with bugs in the error paths of isochronous transfer submission, and a patch to make the xHCI host controller support zero-length isochronous transfers to avoid an oops that Matěj discovered. Sarah Sharp The following changes since commit e468561739fffb972d486b98f66c723936335136: USB: Serial: Added device ID for Qualcomm Modem in Sagemcom's HiLo3G (2011-08-08 14:28:05 -0700) are available in the git repository at: git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git for-usb-linus Andiry Xu (2): xHCI: fix port U3 status check condition xHCI: report USB2 port in resuming as suspend Sarah Sharp (5): xhci: Fix memory leak during failed enqueue. xhci: Fix failed enqueue in the middle of isoch TD. xhci: Remove TDs from TD lists when URBs are canceled. USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth. xhci: Handle zero-length isochronous packets. drivers/usb/core/hcd.c | 2 + drivers/usb/host/xhci-hub.c | 17 ++++++-- drivers/usb/host/xhci-ring.c | 90 +++++++++++++++++++++++++++++------------ drivers/usb/host/xhci.c | 28 +++++++++++-- 4 files changed, 102 insertions(+), 35 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