From: Phil Endecott Date: Mon, 15 Jan 2007 19:35:01 +0000 (-0800) Subject: usb: gadgetfs remove delayed init mode X-Git-Tag: v2.6.21-rc1~92^2~29^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511779fd9eb7ed67116e4a1cad802363d2d58b20;p=pandora-kernel.git usb: gadgetfs remove delayed init mode Gadgetfs had a mode in which endpoint descriptors were written by the user program before connection. This mode had some bugs, and hasn't seen much (if any) use. This patch removes that mode, leaving the mode of operation where the user program waits for endpoint 0 to report a SET_CONFIGURATION, and only then configures the endpoints. From: "Phil Endecott" Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed