[android-kernel] HOWTO push kernel repo into android.git.kernel.org?

2009-07-13 Thread Xinyu Chen
Hi All I'm working for Freescale Semiconductor on the i.MX series linux BSP. Now we have android running well on i.MX515 platform, and hope to push android kernel repo into android.git.kernel.org. Then what's the process need us to follow? How reviews will be done? And what we should provide? Ca

[android-kernel] config for 2.6.29 kernel for HTC magic

2009-07-13 Thread liquidchen
Hi, does any one ever compile 2.6.29 kernel and boot succ on HTC magic?? Can you provide the config for kernel?? thanks a lot... --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~

[android-kernel] Re: Help on licensing - errno.h

2009-07-13 Thread Juan Lang
>  So it seems that errno.h is not copyrightable, thus I can just go on > the kernel sources and get whatever constants are there without > worrying about licensing. However, I don't expect to do this in an > automated way, I would just copy the constants and reorganize the code > my own way. I do

[android-kernel] Re: Help on licensing - errno.h

2009-07-13 Thread Greg KH
On Mon, Jul 13, 2009 at 6:34 AM, Henrique Almeida wrote: > >  (This message is partially offtopic. I need help with relicensing of > a certain file derived from the kernel source.) Then ask the lawyers and developers of the Linux kernel, not the Android team, as they do not hold the copyright/lic

[android-kernel] Re: Help to develope keyboard driver!!!

2009-07-13 Thread Dianne Hackborn
FreeBSD, Gnome, and X are completely unrelated to Android. On Mon, Jul 13, 2009 at 7:10 AM, basteon wrote: > > hi there, > I seems you must be use mongolian keymaps for your kdb, it's kind of > userland adjustment. like there... > http://www.mnbsd.org/article.php?story=20050930163834630 > On 13/

[android-kernel] Re: Help to develope keyboard driver!!!

2009-07-13 Thread basteon
hi there, I seems you must be use mongolian keymaps for your kdb, it's kind of userland adjustment. like there... http://www.mnbsd.org/article.php?story=20050930163834630 On 13/07/2009, Ulzii wrote: > > I am a Mongolian developer and I need to create a Mongolian crylic > letter keyboard driver fo

[android-kernel] Help on licensing - errno.h

2009-07-13 Thread Henrique Almeida
(This message is partially offtopic. I need help with relicensing of a certain file derived from the kernel source.) I'm currently writing a standard C library for Unix systems and I'll need many errno.h versions from different Unix vendors. The constants in there must match what the kernel use

[android-kernel] Re: Putting Gadgetfs support in Android

2009-07-13 Thread Mike Lockwood
Hi Ashutosh, I think the problem is that the gadget support is broken in our 2.6.27 kernel. However, I do know it is working in 2.6.29. I believe if you do the following: - backport the latest drivers/usb/gadget/android.c from 2.6.29 back to 2.6.27 - backport the following commit from 2.6.29

[android-kernel] Re: Putting Gadgetfs support in Android

2009-07-13 Thread Ashutosh
(especially to Mike Lockwood) If I want to have gadgetfs support at ADP1 and have adb working, how do I need to to configure kernel and compile? I have tried many things including using 'CONFIG_USB_ANDROID=y' and 'CONFIG_USB_FUNCTION is not set' but nothing worked. To compile this configuration