[android-kernel] Re: How do I check to see if a bug has already been reported/fixed?

2012-05-25 Thread symbolic
Sorry about this partial post - not sure just how it happened... Please ignore it in favor of the complete post immediately following it On Friday, 25 May 2012 11:19:45 UTC-4, symbolic wrote: > > I recently spent days tracking down a bug that I eventually tracked down > to a piece of

[android-kernel] How do I tell if a bug is reported and/or fixed?

2012-05-25 Thread symbolic
Background: I recently had a distressing bug in an Adnroid implementation I am working on. I searched everywhere I could think of for this bug and its solution, but never found it. I eventually found and fixed the bug myself. I will detail the bug and the fix here. The big question is:

[android-kernel] How do I check to see if a bug has already been reported/fixed?

2012-05-25 Thread symbolic
I recently spent days tracking down a bug that I eventually tracked down to a piece of code deep within Android itself. (2.3.5_r1) The relevant bug/code was: a. Symptom: Bluetooth activation crashes the system (Jump to location 0 crash) b. Code fix: -- unsubscribe: android-kernel+unsubscr...@

[android-kernel] Getting USB Bluetooth dongle to work

2012-01-26 Thread symbolic
If this has already been covered, my apologies - I was not able to find the information anywhere. I am attempting to get a Atheros Bluetooth dongle to work as the Bluetooth device under Android. (This is connected to a USB hub which is connected to a USB Host port on the platform) I am using Andro