On Thu, Sep 24, 2009 at 4:16 AM, swapnil kamble <[email protected]>wrote:
> > Hello Everyone, > I am android's driver development. I have usb h/w > whose driver with its code is there on ubuntu, works fine there. So I want > the same driver to be available on android also. Do I need to compile it > along with android's entire source code ? Can anybody provide pointers in > this topic ? > > Android kernel is placed under ~/mydroid/kernel . You may have to port your driver to your custom platform and you can build the kernel independently . Look into following folders for porting your driver : 1. mydroid/kernel/arch/xyz/mach-abc/ 2. mydroid/drivers 3. mydroid/kernel/README Regards, Shankar --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
