diff options
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 288547a3c566..8c81af6dbe06 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -88,6 +88,7 @@ static const struct usb_device_id ath3k_table[] = { | |||
88 | { USB_DEVICE(0x04CA, 0x3007) }, | 88 | { USB_DEVICE(0x04CA, 0x3007) }, |
89 | { USB_DEVICE(0x04CA, 0x3008) }, | 89 | { USB_DEVICE(0x04CA, 0x3008) }, |
90 | { USB_DEVICE(0x04CA, 0x300b) }, | 90 | { USB_DEVICE(0x04CA, 0x300b) }, |
91 | { USB_DEVICE(0x04CA, 0x300f) }, | ||
91 | { USB_DEVICE(0x04CA, 0x3010) }, | 92 | { USB_DEVICE(0x04CA, 0x3010) }, |
92 | { USB_DEVICE(0x0930, 0x0219) }, | 93 | { USB_DEVICE(0x0930, 0x0219) }, |
93 | { USB_DEVICE(0x0930, 0x0220) }, | 94 | { USB_DEVICE(0x0930, 0x0220) }, |
@@ -104,6 +105,7 @@ static const struct usb_device_id ath3k_table[] = { | |||
104 | { USB_DEVICE(0x0cf3, 0xe003) }, | 105 | { USB_DEVICE(0x0cf3, 0xe003) }, |
105 | { USB_DEVICE(0x0CF3, 0xE004) }, | 106 | { USB_DEVICE(0x0CF3, 0xE004) }, |
106 | { USB_DEVICE(0x0CF3, 0xE005) }, | 107 | { USB_DEVICE(0x0CF3, 0xE005) }, |
108 | { USB_DEVICE(0x0CF3, 0xE006) }, | ||
107 | { USB_DEVICE(0x13d3, 0x3362) }, | 109 | { USB_DEVICE(0x13d3, 0x3362) }, |
108 | { USB_DEVICE(0x13d3, 0x3375) }, | 110 | { USB_DEVICE(0x13d3, 0x3375) }, |
109 | { USB_DEVICE(0x13d3, 0x3393) }, | 111 | { USB_DEVICE(0x13d3, 0x3393) }, |
@@ -143,6 +145,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = { | |||
143 | { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 }, | 145 | { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 }, |
144 | { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, | 146 | { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, |
145 | { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, | 147 | { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, |
148 | { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 }, | ||
146 | { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 }, | 149 | { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 }, |
147 | { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, | 150 | { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, |
148 | { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, | 151 | { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, |
@@ -158,6 +161,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = { | |||
158 | { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 }, | 161 | { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 }, |
159 | { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, | 162 | { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, |
160 | { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, | 163 | { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, |
164 | { USB_DEVICE(0x0cf3, 0xe006), .driver_info = BTUSB_ATH3012 }, | ||
161 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, | 165 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, |
162 | { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, | 166 | { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, |
163 | { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, | 167 | { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, |