[android-kernel] Re: [android-porting] Re: unable to un-load the Bluetooth module

2010-04-07 Thread guru
Hi Pavan, One more thing, I tried to TURN OFF/ON the bluetooth many times system is not hanging... but if i do other operations like Device name change / Discoverable features of bluetooth and try to TURN OFF the bluetooth then it will hang after some time. So is there any problem with this? Whe

Re: [android-kernel] Re: [android-porting] Re: unable to un-load the Bluetooth module

2010-04-07 Thread Pavan Savoy
Well it's kind of a debate ... look at ... http://lwn.net/Articles/68149/ Not sure how you would debug, I mean we can keep checking by doing a lsmod, not sure how you would find out the dependent modules... On Tue, Apr 6, 2010 at 10:39 PM, Gururaj BO wrote: > Hi Pavan savoy, > > How to debug th

Re: [android-kernel] Re: [android-porting] Re: unable to un-load the Bluetooth module

2010-04-07 Thread Gururaj BO
Hi Pavan savoy, How to debug this issue? Where I have to looking to the kernel code about this reference count! Regards Gururaja B O On Wed, Apr 7, 2010 at 3:43 AM, Pavan Savoy wrote: > http://www.mail-archive.com/android-kernel@googlegroups.com/msg00825.html > it does seem a real problem, in

[android-kernel] Can't get android common kernel branch through http

2010-04-07 Thread jcostanzi
Hi all, I’m trying to clone the android common kernel with: git clone http://android.git.kernel.org/kernel/common.git but this command fails with: [..] walk 132305ed227e69bd7498c8a30d40a338a23a4afe Getting pack list for http://android.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

[android-kernel] Can't get android common kernel tree

2010-04-07 Thread Costanzi, Josselin
Hi all, I'm trying to clone the android common kernel with: git clone http://android.git.kernel.org/kernel/common.git but this command fails with: [..] walk 132305ed227e69bd7498c8a30d40a338a23a4afe Getting pack list for http://android.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gi

[android-kernel] Re: unable to un-load the Bluetooth module

2010-04-07 Thread guru
Hi is there any way to watch that reference count behaviour... In which section of the code i have to debug it! is there any problem with synchronization with of other bluetooth applications! I tried to turn off and on for around 50 times behavior was normal but when i try this along with Discove