Re: what code calls the gadget composite driver's setup method?

2014-04-28 Thread Larry Martin
to debug further, and the latest code may fix my problem once I take that step. Thanks again for your help. Larry On 4/28/2014 11:22 AM, Alan Stern wrote: On Sun, 27 Apr 2014, Larry Martin wrote: Alan is right, the code I wanted is in gadget/omap_udc.c. How/where is that code linked? I put i

Re: what code calls the gadget composite driver's setup method?

2014-04-27 Thread Larry Martin
a document would be great. Thanks, Larry You're not looking in the right place. Try drivers/usb/gadget/. With an OMAP processor, you're probably using omap_udc.c. Alan Stern On 4/26/2014 11:21 AM, Alan Stern wrote: On Sat, 26 Apr 2014, Larry Martin wrote: I am developing a USB

what code calls the gadget composite driver's setup method?

2014-04-26 Thread Larry Martin
I am developing a USB print capture device based on Gumstix Overo (TI OMAP) and the Gadget printer driver in Linaro 3.5.0 distribution. I got Linaro from: https://github.com/gumstix/linux/tree/omap-3.5 and this describes my build process: http://gumstix.8.x6.nabble.com/Linaro-linux-source-ha