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 25c874da5f2b..fce758896280 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -106,6 +106,7 @@ static const struct usb_device_id ath3k_table[] = {
106 { USB_DEVICE(0x13d3, 0x3375) }, 106 { USB_DEVICE(0x13d3, 0x3375) },
107 { USB_DEVICE(0x13d3, 0x3393) }, 107 { USB_DEVICE(0x13d3, 0x3393) },
108 { USB_DEVICE(0x13d3, 0x3402) }, 108 { USB_DEVICE(0x13d3, 0x3402) },
109 { USB_DEVICE(0x13d3, 0x3408) },
109 { USB_DEVICE(0x13d3, 0x3432) }, 110 { USB_DEVICE(0x13d3, 0x3432) },
110 111
111 /* Atheros AR5BBU12 with sflash firmware */ 112 /* Atheros AR5BBU12 with sflash firmware */
@@ -158,6 +159,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = {
158 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, 159 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
159 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, 160 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
160 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, 161 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
162 { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
161 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 }, 163 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
162 164
163 /* Atheros AR5BBU22 with sflash firmware */ 165 /* Atheros AR5BBU22 with sflash firmware */