USB: fix regression in usbip by setting has_tt flag
commitcee6a262550f53a13acfefbc1e3e5ff35c96182c
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 2 May 2011 18:21:44 +0000 (2 14:21 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 00:07:50 +0000 (2 17:07 -0700)
treec8bf0aaebedf3f613bd39e35e88680d73c622751
parentd93da492d9a8840a0bdda88e74df8d0f593f1977
USB: fix regression in usbip by setting has_tt flag

This patch (as1460) fixes a regression in the usbip driver caused by
the new check for Transaction Translators in USB-2 hubs.  The root hub
registered by vhci_hcd needs to have the has_tt flag set, because it
can connect to low- and full-speed devices as well as high-speed
devices.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reported-and-tested-by: Nikola Ciprich <nikola.ciprich@linuxbox.cz>
CC: <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/vhci_hcd.c