Re: [android-kernel] gadget composite - chicken and egg problem

2011-05-06 Thread J Freyensee
I'm not that familiar with g_android, but maybe compile g_ether in statically and compile out g_android statically? Otherwise, I would have thought modprobe would be taking care of the ordering for you. On Fri, May 6, 2011 at 2:11 PM, Allen Curtis wrote: > Hello, > > My testing indicates that i

[android-kernel] gadget composite - chicken and egg problem

2011-05-06 Thread Allen Curtis
Hello, My testing indicates that in order for gadget ethernet to work, the gadget device needs to load g_ether.ko. When this is loaded the host detects that device and loads its own CDC USB driver for communication. Reading Documentation/usb/gadget_multi.txt seems to indicate that the host con