]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: dummy-hcd needs the has_tt flag
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 7 Jun 2011 15:33:01 +0000 (11:33 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Aug 2011 17:35:54 +0000 (10:35 -0700)
commit732be7639ad65300c5d6036c4cdb9d335f413ee0
treeeb26cbfbdaf60de873c3cbd74f34ed7118fc3d6b
parent5aa8a93b5d44724f1f63357b300eca208fb069d0
USB: dummy-hcd needs the has_tt flag

commit c5c69f3f0dcf9b569c8f3ad67f3af92cfcedac43 upstream.

Like with other host controllers capable of operating at both high
speed and full speed, we need to indicate that the emulated controller
presented by dummy-hcd has this ability.  Otherwise usbcore will not
accept full-speed gadgets under dummy-hcd.  This patch (as1469) sets
the appropriate has_tt flag.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/dummy_hcd.c