From 3aa113c729579cbd6398626720180ba525e9db9c Mon Sep 17 00:00:00 2001 From: Sarah Sharp Date: Fri, 2 Sep 2011 11:05:54 -0700 Subject: [PATCH] --- yaml --- r: 264932 b: refs/heads/master c: 86cc558ea52b123d7657e609557d60dc121eedd6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/xhci-pci.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5d2534ed0b1a..6efd0835f1c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c29eea621900f18287d50519f72cb9113746d75a +refs/heads/master: 86cc558ea52b123d7657e609557d60dc121eedd6 diff --git a/trunk/drivers/usb/host/xhci-pci.c b/trunk/drivers/usb/host/xhci-pci.c index cb16de213f64..50d3fcf593ff 100644 --- a/trunk/drivers/usb/host/xhci-pci.c +++ b/trunk/drivers/usb/host/xhci-pci.c @@ -136,6 +136,7 @@ static int xhci_pci_setup(struct usb_hcd *hcd) xhci->quirks |= XHCI_SPURIOUS_SUCCESS; xhci->quirks |= XHCI_EP_LIMIT_QUIRK; xhci->limit_active_eps = 64; + xhci->quirks |= XHCI_SW_BW_CHECKING; } if (pdev->vendor == PCI_VENDOR_ID_ETRON && pdev->device == PCI_DEVICE_ID_ASROCK_P67) {