Re: [android-kernel] Getting USB Bluetooth dongle to work

2012-02-06 Thread Danny
In linux source: \drivers\bluetooth\ath3k.c there is a function like: static int ath3k_probe(struct usb_interface *intf, const struct usb_device_id *id) because you error code is 5, which is EIO, I think something went wrong here: if (request_firmware(&firmware, "ath3k-1.fw", &udev->dev) < 0)

[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