USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator
authorLennert Buytenhek <[email protected]>
Tue, 20 May 2008 17:08:53 +0000 (19:08 +0200)
committerGreg Kroah-Hartman <[email protected]>
Tue, 20 May 2008 21:14:15 +0000 (14:14 -0700)
Commit 7329e211b987a493cbcfca0e98c60eb108ab42df ("USB: root hubs don't
lie about their number of TTs") requires the various platform EHCI
glue modules to set ->has_tt if the root hub has a Transaction
Translator.

The Orion EHCI root hub does have a Transaction Translator, so set
->has_tt in ehci_orion_setup().  This fixes oopsing on plugging in a
low speed device.

Signed-off-by: Lennert Buytenhek <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Acked-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/ehci-orion.c

index d187d03137423dcc562377df7e18f1b20916f4ba..3adfda813a7b918e208677f40a5369693b4ecd1d 100644 (file)
@@ -115,6 +115,8 @@ static int ehci_orion_setup(struct usb_hcd *hcd)
        if (retval)
                return retval;
 
+       hcd->has_tt = 1;
+
        ehci_reset(ehci);
        ehci_port_power(ehci, 0);