[android-kernel] "android-usb" platform_driver cleanup

2010-03-18 Thread Sudheesh J
In the android gadget code I see the following platform driver registration: In mass_storage_bind_config: > rc = platform_driver_register(&fsg_platform_driver); I don't see this getting cleaned up on module exit. Shouldn't this be unregistered on fsg_function_unbind or somwhere? Or am I missing s

[android-kernel] Re: help me:Compile the android kernel for the Emulator

2009-10-02 Thread Sudheesh J
I have not personally tried it, but please see if this is helpful: http://devtcg.blogspot.com/2009/03/building-running-and-debugging-android.html On Sep 28, 4:55 am, nature wrote: > "1> CROSS_COMPILE = /home/nature/Software/arm-2009q1/arm-none-linux- > gnueabi-" > is wrong.It should be "1> C