commit | c5c69f3f0dcf9b569c8f3ad67f3af92cfcedac43 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jun 07 11:33:01 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 07 09:05:43 2011 -0700 |
tree | d6eb579b863518df3886bdfeb05a9ca17f7746a3 | |
parent | 21c13a4f7bc185552c4b402b792c3bbb9aa69df0 [diff] |
USB: dummy-hcd needs the has_tt flag 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>