summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/ath3k.c
diff options
context:
space:
mode:
authorYu-Chen Cho <acho@novell.com>2011-02-15 10:20:07 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-07 15:05:19 -0800
commit7b34f7c3f39111256fa8356ebd20ef3badefc0ef (patch)
treee478f8bf2927ab60c8d4d10ce412f1604b1639c7 /drivers/bluetooth/ath3k.c
parent395177fa518d897f4e2075b1950d9ed183efa550 (diff)
Bluetooth: Add Atheros BT AR5BBU12 fw supported
commit e9036e336a8e5640871e0006ea4a89982b25046f upstream. Add the btusb.c blacklist [0489:e02c] for Atheros AR5BBU12 BT and add to ath3k.c supported this device. Signed-off-by: Yu-Chen Cho <acho@novell.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r--drivers/bluetooth/ath3k.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index 5b494b8aa58a..a096f9fbf194 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -41,6 +41,9 @@ static struct usb_device_id ath3k_table[] = {
/* Atheros AR9285 Malbec with sflash firmware */
{ USB_DEVICE(0x03F0, 0x311D) },
+
+ /* Atheros AR5BBU12 with sflash firmware */
+ { USB_DEVICE(0x0489, 0xE02C) },
{ } /* Terminating entry */
};