Re: [android-kernel] Regarding BT UART

2011-09-29 Thread Pavan Savoy
On Thu, Sep 29, 2011 at 8:27 PM, parth shah wrote: > Hello Pavan, > > We don't have the file board-sholes.c > > We have mx51_bbg.c which is completely different from board-sholes.c. Ok, If this is the file where in you intend to add platform devices, Then yes this seems alright. > I provided you

Re: [android-kernel] Regarding BT UART

2011-09-29 Thread parth shah
Hello Pavan, We don't have the file board-sholes.c We have mx51_bbg.c which is completely different from board-sholes.c. I provided you git for imx515 kernel. According to that which file do i have to modified? Regards, Parth On Wed, Sep 28, 2011 at 8:20 PM, Pavan Savoy wrote: > On Wed, Sep

[android-kernel] Internet permission checks

2011-09-29 Thread Gil
I've read Android forces internet permissions at the kernel level, via gids. Can someone explain a little on this? In particular, where is the patch which adds the code for this checking? I've read here and there there is such a patch, but I cannot find it. Many thanks Gil -- unsubscribe: androi

[android-kernel] Xoom kernel

2011-09-29 Thread andria
Hi everybody, I know kerel.org is still down and there is no official workaround but I'm looiking for the kernel of Motorola Xoom if anybody knows where I could get a source code even not the latest or a fork. I'm looking for the config file too. Thanks -- unsubscribe: android-kernel+unsubscr.

Re: [android-kernel] Regarding BT UART

2011-09-29 Thread parth shah
Hi Pavan, Here is the git from where you can get kernel_imx. There is /driver/misc under kernel_imx. git clone git :// git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35-y.git kernel_imx $cd kernel_imx $git checkout v2.6.35.3 Regards, Parth On Wed, Sep 28, 2011 at 8:20 PM, Pavan Savoy