]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator
authorLennert Buytenhek <buytenh@wantstofly.org>
Tue, 20 May 2008 17:08:53 +0000 (19:08 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 20 May 2008 21:14:15 +0000 (14:14 -0700)
commit129bd474a80726247e5b1c61fe66a413e63053bc
tree4d6b15f121e3f8ecfdbd610d19b07f7aba9b7055
parent82078234d4023c61b9d88e8be5e795423d17538e
USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator

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 <buytenh@marvell.com>
Acked-by: Nicolas Pitre <nico@marvell.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-orion.c