Re: [PATCH v4 13/23] usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilities

2015-06-17 Thread Roger Quadros
On Wed, 17 Jun 2015 13:43:45 +0800 Li Jun jun...@freescale.com wrote: Allocate and initialize usb otg descriptor according to gadget otg capabilities, add it for each usb configurations, free it while composite unbind. If otg capability is not defined, keep its otg there is no composite

[PATCH v4 13/23] usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilities

2015-06-16 Thread Li Jun
Allocate and initialize usb otg descriptor according to gadget otg capabilities, add it for each usb configurations, free it while composite unbind. If otg capability is not defined, keep its otg descriptor unchanged. Signed-off-by: Li Jun jun...@freescale.com ---