]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: musb: core: set has_tt flag
authorFelipe Balbi <balbi@ti.com>
Thu, 24 Feb 2011 08:36:53 +0000 (10:36 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 May 2011 22:55:41 +0000 (15:55 -0700)
commit49abf47d18ef1e3c67f3a29cd9eda03f48818652
treed3cb00d6439008e0b6de6cff2b5e59a88e841ff5
parent162231ba4bb635759c3edcb1dc81a02b192c5e05
usb: musb: core: set has_tt flag

commit ec95d35a6bd0047f05fe8a21e6c52f8bb418da55 upstream.

MUSB is a non-standard host implementation which
can handle all speeds with the same core. We need
to set has_tt flag after commit
d199c96d41d80a567493e12b8e96ea056a1350c1 (USB: prevent
buggy hubs from crashing the USB stack) in order for
MUSB HCD to continue working.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Michael Jones <michael.jones@matrix-vision.de>
Tested-by: Alexander Holler <holler@ahsoftware.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c