From: Sebastian Andrzej Siewior Date: Thu, 3 Nov 2011 19:27:50 +0000 (+0100) Subject: usb: dwc3: gadget: initialize max_streams X-Git-Tag: v3.2-rc3~17^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d36c16bde3ee0643d705caa87723de536dbe49;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed