commit | 12d36c16bde3ee0643d705caa87723de536dbe49 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Nov 03 20:27:50 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 14 11:51:31 2011 -0800 |
tree | 660e6fe1bfa6c80a00b0eb14ea9bb6e804f913e0 | |
parent | d7a00ec1a8debf74317c5110ded9918bad8de772 [diff] |
usb: dwc3: gadget: initialize max_streams Without this the gadget will never be able to allocate a stream capable endpoint. The manual says that the stream id is a 16bit id. It does not talk about an upper limit in any other way. So I think 15 is a reasonable limit :) Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>