On 08/21/2013 09:56 PM, Vishal Bhoj wrote:I suspect its probably a good idea.
> Hi John,
>
> Should we update our existing Android config fragment to what google
> recommends ? Atleast the base config as per google's documentation:
> http://source.android.com/devices/tech/kernel.html
Thanks for the heads up. I think I've reproduced it:
> I see that one of the Landing team kernel which is derived from
> linux-linaro builds with our android config fragment but fails to compile
> with the one mentioned in above link.
>
drivers/usb/gadget/android.c: In function ‘rndis_function_bind_config’:
drivers/usb/gadget/android.c:599:2: error: too few arguments to function
‘gether_setup_name’
In file included from drivers/usb/gadget/android.c:41:0:
drivers/usb/gadget/u_ether.c:758:17: note: declared here
right?
I noticed right before I went on vacation that there seems to also be
boot issues with the Android Gadget Driver when its enabled (slightly
different config, as that one compiled), but didn't have a chance to
chase it down. So it seems like that driver didn't get fwd ported properly.
I'll take a closer look at it tomorrow.
thanks again!
-john