USB: fix regression in usbip by setting has_tt flag
commita41ee1d9242adc1cd4eaad4fcae727f778c394a9
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 2 May 2011 18:21:44 +0000 (2 14:21 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 May 2011 22:06:41 +0000 (9 15:06 -0700)
tree518ac5e9d8788a5a4bc6f08bc6ae4b378039a58e
parentc8873543070f8593ff52422d55802423ad64be31
USB: fix regression in usbip by setting has_tt flag

commit cee6a262550f53a13acfefbc1e3e5ff35c96182c upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/vhci_hcd.c