From: Felipe Balbi Date: Thu, 9 Oct 2014 15:12:24 +0000 (-0500) Subject: usb: gadget: udc-core: call ->disconnect() when soft disconnecting X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0abd0696982534a5cf75e8129989fa3d4b734797;p=pandora-kernel.git usb: gadget: udc-core: call ->disconnect() when soft disconnecting when disconnecting from host using our soft_connect sysfs interface, also let the gadget driver know about it by calling the gadget driver's ->disconnect() method. No problems have been found while not calling ->disconnect() so far, it's just good convention. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed