Alan and Rajaram, thanks for your help. I have not looked at Linux
kernel builds in this detail before. I have been trying to recompile
modules for the Linaro 3.5 kernel that we adopted last year. I can see
now there is no choice but to start building kernels and modules
together. I have
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 in some printks and do not get the output. My new printk strings
> are not in g_printer.ko, but other strings from composite.c and
> printer.c are t
Alan is right, the code I wanted is in gadget/omap_udc.c. How/where is
that code linked?
I put in some printks and do not get the output. My new printk strings
are not in g_printer.ko, but other strings from composite.c and
printer.c are there. Grep does not hit "omap-udc" in my kernel, s
On Sat, 26 Apr 2014, Larry Martin wrote:
> 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:
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