The following changes since commit b9e44fe5ecda4158c22bc1ea4bffa378a4f83f65: USB: option: cleanup zte 3g-dongle's pid in option.c (2012-02-14 15:08:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git for-usb-linus-2012-02-21 for you to fetch changes up to 340a3504fd39dad753ba908fb6f894ee81fc3ae2: xhci: Fix encoding for HS bulk/control NAK rate. (2012-02-21 15:48:46 -0800) ---------------------------------------------------------------- Hi Greg, Here's three bug fixes that should be queued for 3.3. The first fixes an issue we saw with an Intel Panther Point xHCI host, where a certain OSV's custom BIOS would disable the PCI device during boot. It changes the generic PCI quirks handler for all USB host controllers, but in a way both Jesse Barnes and Oliver Neukum have agreed is safe. The second patch is Elric Fu's first kernel patch! Congrats! It fixes a bug in the USB 3.0 hub reset handling. The last patch fixes a bug in the xHCI driver that feeds invalid input to the xHC host. Only the VIA host controller seems to have issues with it. Thanks to Felipe Contreras for testing this patch on his VIA host, and Andiry Xu for suggesting the fix. All three patches are marked for stable. Sarah Sharp ---------------------------------------------------------------- Elric Fu (1): USB: Set hub depth after USB3 hub reset Sarah Sharp (2): USB: Fix handoff when BIOS disables host PCI device. xhci: Fix encoding for HS bulk/control NAK rate. drivers/usb/core/hub.c | 30 +++++++++++++++++------------- drivers/usb/host/pci-quirks.c | 11 +++++++++++ drivers/usb/host/xhci-mem.c | 32 ++++++++++++++++++++++++-------- 3 files changed, 52 insertions(+), 21 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