
Ludasz On 06/24/2013 06:24 AM, Lukasz Majewski wrote:
Hi Dan,
drivers/usb/dwc3/ep0.c | 1085 ++++++++++++++++ drivers/usb/dwc3/gadget.c | 2806 +++++++++++++++++++++++++++++++++++++++++ drivers/usb/dwc3/gadget.h | 196 +++
How does this code map to the one already available at ./drivers/usb/gadget ?
Which code specifically are you referring to in the the drivers/usb/gadget? The dwc3 gadget.c is the plumbing for the dwc to the gadget driver.
Is there a change to reuse that code?
Is your dwc3 gadget implementation working with composite layer?
Currently I have only back ported the code for compilation. I was RFCing to get comments on how the header files will need to be updated and moved in order to accommodate the DWC and host stack.