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 3418bf988d01..afe9d8e8901d 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -77,6 +77,7 @@ static struct usb_device_id ath3k_table[] = {
77 { USB_DEVICE(0x0CF3, 0x311D) }, 77 { USB_DEVICE(0x0CF3, 0x311D) },
78 { USB_DEVICE(0x13d3, 0x3375) }, 78 { USB_DEVICE(0x13d3, 0x3375) },
79 { USB_DEVICE(0x04CA, 0x3005) }, 79 { USB_DEVICE(0x04CA, 0x3005) },
80 { USB_DEVICE(0x04CA, 0x3006) },
80 { USB_DEVICE(0x13d3, 0x3362) }, 81 { USB_DEVICE(0x13d3, 0x3362) },
81 { USB_DEVICE(0x0CF3, 0xE004) }, 82 { USB_DEVICE(0x0CF3, 0xE004) },
82 { USB_DEVICE(0x0930, 0x0219) }, 83 { USB_DEVICE(0x0930, 0x0219) },
@@ -105,6 +106,7 @@ static struct usb_device_id ath3k_blist_tbl[] = {
105 { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 }, 106 { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 },
106 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, 107 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
107 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, 108 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
109 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
108 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, 110 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
109 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, 111 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
110 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, 112 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },