summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-05-04 14:22:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-04 14:22:53 -0700
commit0ecb063a2976b62d5eaecbd5a70bb994fe4b5a8a (patch)
tree2b599cd66f1747d4e246d906b0e240ffd7ed0263 /drivers/staging
parentbd355f8ae6577aa6b444ab76bb1dfeb1a7002d9f (diff)
parent4f0871a6c7811a433513c3788a7cce27033bb8b8 (diff)
downloadlinux-stable-0ecb063a2976b62d5eaecbd5a70bb994fe4b5a8a.tar.gz
linux-stable-0ecb063a2976b62d5eaecbd5a70bb994fe4b5a8a.tar.bz2
linux-stable-0ecb063a2976b62d5eaecbd5a70bb994fe4b5a8a.zip
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: xHCI: Clear PLC in xhci_bus_resume() USB: fix regression in usbip by setting has_tt flag usb/isp1760: Report correct urb status after unlink omap:usb: add regulator support for EHCI mfd: Fix usbhs_enable error handling usb: musb: gadget: Fix out-of-sync runtime pm calls usb: musb: omap2430: Fix retention idle on musb peripheral only boards
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/usbip/vhci_hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
index 0f02a4b12ae4..5d0caa8648e2 100644
--- a/drivers/staging/usbip/vhci_hcd.c
+++ b/drivers/staging/usbip/vhci_hcd.c
@@ -1139,7 +1139,7 @@ static int vhci_hcd_probe(struct platform_device *pdev)
usbip_uerr("create hcd failed\n");
return -ENOMEM;
}
-
+ hcd->has_tt = 1;
/* this is private data for vhci_hcd */
the_controller = hcd_to_vhci(hcd);