On Wed, Feb 06, 2013 at 10:45:13AM -0500, Alan Stern wrote:
> On Wed, 6 Feb 2013, Felipe Balbi wrote:
>
> > This is useful on gadgets that depend on userland
> > daemons to function properly. We can delay connection
> > to the host until userland is ready.
>
> > --- a/drivers/usb/gadget/udc-core.
On Wed, 6 Feb 2013, Felipe Balbi wrote:
> This is useful on gadgets that depend on userland
> daemons to function properly. We can delay connection
> to the host until userland is ready.
> --- a/drivers/usb/gadget/udc-core.c
> +++ b/drivers/usb/gadget/udc-core.c
> @@ -235,7 +235,18 @@ static void
This is useful on gadgets that depend on userland
daemons to function properly. We can delay connection
to the host until userland is ready.
Signed-off-by: Felipe Balbi
---
drivers/usb/gadget/composite.c | 3 ++-
drivers/usb/gadget/udc-core.c | 26 --
include/linux/usb/