From: Sebastian Andrzej Siewior Date: Thu, 23 Jun 2011 12:26:15 +0000 (+0200) Subject: usb: gadget: udc-core: add "new-style" registration interface X-Git-Tag: v3.1-rc1~234^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352c2dc8b07491bbab77ddf86c20c16a97326ee7;p=pandora-kernel.git usb: gadget: udc-core: add "new-style" registration interface udc_start() should only trigger the internal state machine and make minimal house keeping. Before that call udc-core calls the bind() callback and after the callback the pullup(). udc_stop() is simillar, udc-core calls pullup(), unbind() and finally udc_stop(). Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed