From: Andrzej Pietrasiewicz Date: Wed, 18 Jun 2014 12:24:49 +0000 (+0200) Subject: usb: gadget: OS descriptors: provide interface directory names X-Git-Tag: omap-for-v3.16/fixes-rc4~20^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14574b546d87a282cc9ea0f43935cee6bfc97bf8;p=pandora-kernel.git usb: gadget: OS descriptors: provide interface directory names Function's interface directories need to be created when the function directory is created, but interface numbers are not known until the gadget is ready and bound to udc, so we cannot use numbers as part of interface directory names. Let the client decide what names to use. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed