aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/ath3k.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r--drivers/bluetooth/ath3k.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index afe9d8e8901d..47fc6b5c6488 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -83,6 +83,7 @@ static struct usb_device_id ath3k_table[] = {
83 { USB_DEVICE(0x0930, 0x0219) }, 83 { USB_DEVICE(0x0930, 0x0219) },
84 { USB_DEVICE(0x0489, 0xe057) }, 84 { USB_DEVICE(0x0489, 0xe057) },
85 { USB_DEVICE(0x13d3, 0x3393) }, 85 { USB_DEVICE(0x13d3, 0x3393) },
86 { USB_DEVICE(0x0489, 0xe04e) },
86 87
87 /* Atheros AR5BBU12 with sflash firmware */ 88 /* Atheros AR5BBU12 with sflash firmware */
88 { USB_DEVICE(0x0489, 0xE02C) }, 89 { USB_DEVICE(0x0489, 0xE02C) },
@@ -112,6 +113,7 @@ static struct usb_device_id ath3k_blist_tbl[] = {
112 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, 113 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
113 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, 114 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
114 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, 115 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
116 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
115 117
116 /* Atheros AR5BBU22 with sflash firmware */ 118 /* Atheros AR5BBU22 with sflash firmware */
117 { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 }, 119 { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },