1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Generic Bluetooth USB driver
6 * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
10 #include <linux/module.h>
11 #include <linux/usb.h>
12 #include <linux/usb/quirks.h>
13 #include <linux/firmware.h>
14 #include <linux/iopoll.h>
15 #include <linux/of_device.h>
16 #include <linux/of_irq.h>
17 #include <linux/suspend.h>
18 #include <linux/gpio/consumer.h>
19 #include <asm/unaligned.h>
21 #include <net/bluetooth/bluetooth.h>
22 #include <net/bluetooth/hci_core.h>
30 static bool disable_scofix
;
31 static bool force_scofix
;
32 static bool enable_autosuspend
= IS_ENABLED(CONFIG_BT_HCIBTUSB_AUTOSUSPEND
);
34 static bool reset
= true;
36 static struct usb_driver btusb_driver
;
38 #define BTUSB_IGNORE 0x01
39 #define BTUSB_DIGIANSWER 0x02
40 #define BTUSB_CSR 0x04
41 #define BTUSB_SNIFFER 0x08
42 #define BTUSB_BCM92035 0x10
43 #define BTUSB_BROKEN_ISOC 0x20
44 #define BTUSB_WRONG_SCO_MTU 0x40
45 #define BTUSB_ATH3012 0x80
46 #define BTUSB_INTEL 0x100
47 #define BTUSB_INTEL_BOOT 0x200
48 #define BTUSB_BCM_PATCHRAM 0x400
49 #define BTUSB_MARVELL 0x800
50 #define BTUSB_SWAVE 0x1000
51 #define BTUSB_INTEL_NEW 0x2000
52 #define BTUSB_AMP 0x4000
53 #define BTUSB_QCA_ROME 0x8000
54 #define BTUSB_BCM_APPLE 0x10000
55 #define BTUSB_REALTEK 0x20000
56 #define BTUSB_BCM2045 0x40000
57 #define BTUSB_IFNUM_2 0x80000
58 #define BTUSB_CW6622 0x100000
59 #define BTUSB_MEDIATEK 0x200000
60 #define BTUSB_WIDEBAND_SPEECH 0x400000
61 #define BTUSB_VALID_LE_STATES 0x800000
62 #define BTUSB_QCA_WCN6855 0x1000000
63 #define BTUSB_INTEL_NEWGEN 0x2000000
65 static const struct usb_device_id btusb_table
[] = {
66 /* Generic Bluetooth USB device */
67 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
69 /* Generic Bluetooth AMP device */
70 { USB_DEVICE_INFO(0xe0, 0x01, 0x04), .driver_info
= BTUSB_AMP
},
72 /* Generic Bluetooth USB interface */
73 { USB_INTERFACE_INFO(0xe0, 0x01, 0x01) },
75 /* Apple-specific (Broadcom) devices */
76 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01),
77 .driver_info
= BTUSB_BCM_APPLE
| BTUSB_IFNUM_2
},
79 /* MediaTek MT76x0E */
80 { USB_DEVICE(0x0e8d, 0x763f) },
82 /* Broadcom SoftSailing reporting vendor specific */
83 { USB_DEVICE(0x0a5c, 0x21e1) },
85 /* Apple MacBookPro 7,1 */
86 { USB_DEVICE(0x05ac, 0x8213) },
89 { USB_DEVICE(0x05ac, 0x8215) },
91 /* Apple MacBookPro6,2 */
92 { USB_DEVICE(0x05ac, 0x8218) },
94 /* Apple MacBookAir3,1, MacBookAir3,2 */
95 { USB_DEVICE(0x05ac, 0x821b) },
97 /* Apple MacBookAir4,1 */
98 { USB_DEVICE(0x05ac, 0x821f) },
100 /* Apple MacBookPro8,2 */
101 { USB_DEVICE(0x05ac, 0x821a) },
103 /* Apple MacMini5,1 */
104 { USB_DEVICE(0x05ac, 0x8281) },
106 /* AVM BlueFRITZ! USB v2.0 */
107 { USB_DEVICE(0x057c, 0x3800), .driver_info
= BTUSB_SWAVE
},
109 /* Bluetooth Ultraport Module from IBM */
110 { USB_DEVICE(0x04bf, 0x030a) },
112 /* ALPS Modules with non-standard id */
113 { USB_DEVICE(0x044e, 0x3001) },
114 { USB_DEVICE(0x044e, 0x3002) },
116 /* Ericsson with non-standard id */
117 { USB_DEVICE(0x0bdb, 0x1002) },
119 /* Canyon CN-BTU1 with HID interfaces */
120 { USB_DEVICE(0x0c10, 0x0000) },
122 /* Broadcom BCM20702A0 */
123 { USB_DEVICE(0x413c, 0x8197) },
125 /* Broadcom BCM20702B0 (Dynex/Insignia) */
126 { USB_DEVICE(0x19ff, 0x0239), .driver_info
= BTUSB_BCM_PATCHRAM
},
128 /* Broadcom BCM43142A0 (Foxconn/Lenovo) */
129 { USB_VENDOR_AND_INTERFACE_INFO(0x105b, 0xff, 0x01, 0x01),
130 .driver_info
= BTUSB_BCM_PATCHRAM
},
132 /* Broadcom BCM920703 (HTC Vive) */
133 { USB_VENDOR_AND_INTERFACE_INFO(0x0bb4, 0xff, 0x01, 0x01),
134 .driver_info
= BTUSB_BCM_PATCHRAM
},
136 /* Foxconn - Hon Hai */
137 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01),
138 .driver_info
= BTUSB_BCM_PATCHRAM
},
140 /* Lite-On Technology - Broadcom based */
141 { USB_VENDOR_AND_INTERFACE_INFO(0x04ca, 0xff, 0x01, 0x01),
142 .driver_info
= BTUSB_BCM_PATCHRAM
},
144 /* Broadcom devices with vendor specific id */
145 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
146 .driver_info
= BTUSB_BCM_PATCHRAM
},
148 /* ASUSTek Computer - Broadcom based */
149 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01),
150 .driver_info
= BTUSB_BCM_PATCHRAM
},
152 /* Belkin F8065bf - Broadcom based */
153 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01),
154 .driver_info
= BTUSB_BCM_PATCHRAM
},
156 /* IMC Networks - Broadcom based */
157 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01),
158 .driver_info
= BTUSB_BCM_PATCHRAM
},
160 /* Dell Computer - Broadcom based */
161 { USB_VENDOR_AND_INTERFACE_INFO(0x413c, 0xff, 0x01, 0x01),
162 .driver_info
= BTUSB_BCM_PATCHRAM
},
164 /* Toshiba Corp - Broadcom based */
165 { USB_VENDOR_AND_INTERFACE_INFO(0x0930, 0xff, 0x01, 0x01),
166 .driver_info
= BTUSB_BCM_PATCHRAM
},
168 /* Intel Bluetooth USB Bootloader (RAM module) */
169 { USB_DEVICE(0x8087, 0x0a5a),
170 .driver_info
= BTUSB_INTEL_BOOT
| BTUSB_BROKEN_ISOC
},
172 { } /* Terminating entry */
175 MODULE_DEVICE_TABLE(usb
, btusb_table
);
177 static const struct usb_device_id blacklist_table
[] = {
178 /* CSR BlueCore devices */
179 { USB_DEVICE(0x0a12, 0x0001), .driver_info
= BTUSB_CSR
},
181 /* Broadcom BCM2033 without firmware */
182 { USB_DEVICE(0x0a5c, 0x2033), .driver_info
= BTUSB_IGNORE
},
184 /* Broadcom BCM2045 devices */
185 { USB_DEVICE(0x0a5c, 0x2045), .driver_info
= BTUSB_BCM2045
},
187 /* Atheros 3011 with sflash firmware */
188 { USB_DEVICE(0x0489, 0xe027), .driver_info
= BTUSB_IGNORE
},
189 { USB_DEVICE(0x0489, 0xe03d), .driver_info
= BTUSB_IGNORE
},
190 { USB_DEVICE(0x04f2, 0xaff1), .driver_info
= BTUSB_IGNORE
},
191 { USB_DEVICE(0x0930, 0x0215), .driver_info
= BTUSB_IGNORE
},
192 { USB_DEVICE(0x0cf3, 0x3002), .driver_info
= BTUSB_IGNORE
},
193 { USB_DEVICE(0x0cf3, 0xe019), .driver_info
= BTUSB_IGNORE
},
194 { USB_DEVICE(0x13d3, 0x3304), .driver_info
= BTUSB_IGNORE
},
196 /* Atheros AR9285 Malbec with sflash firmware */
197 { USB_DEVICE(0x03f0, 0x311d), .driver_info
= BTUSB_IGNORE
},
199 /* Atheros 3012 with sflash firmware */
200 { USB_DEVICE(0x0489, 0xe04d), .driver_info
= BTUSB_ATH3012
},
201 { USB_DEVICE(0x0489, 0xe04e), .driver_info
= BTUSB_ATH3012
},
202 { USB_DEVICE(0x0489, 0xe056), .driver_info
= BTUSB_ATH3012
},
203 { USB_DEVICE(0x0489, 0xe057), .driver_info
= BTUSB_ATH3012
},
204 { USB_DEVICE(0x0489, 0xe05f), .driver_info
= BTUSB_ATH3012
},
205 { USB_DEVICE(0x0489, 0xe076), .driver_info
= BTUSB_ATH3012
},
206 { USB_DEVICE(0x0489, 0xe078), .driver_info
= BTUSB_ATH3012
},
207 { USB_DEVICE(0x0489, 0xe095), .driver_info
= BTUSB_ATH3012
},
208 { USB_DEVICE(0x04c5, 0x1330), .driver_info
= BTUSB_ATH3012
},
209 { USB_DEVICE(0x04ca, 0x3004), .driver_info
= BTUSB_ATH3012
},
210 { USB_DEVICE(0x04ca, 0x3005), .driver_info
= BTUSB_ATH3012
},
211 { USB_DEVICE(0x04ca, 0x3006), .driver_info
= BTUSB_ATH3012
},
212 { USB_DEVICE(0x04ca, 0x3007), .driver_info
= BTUSB_ATH3012
},
213 { USB_DEVICE(0x04ca, 0x3008), .driver_info
= BTUSB_ATH3012
},
214 { USB_DEVICE(0x04ca, 0x300b), .driver_info
= BTUSB_ATH3012
},
215 { USB_DEVICE(0x04ca, 0x300d), .driver_info
= BTUSB_ATH3012
},
216 { USB_DEVICE(0x04ca, 0x300f), .driver_info
= BTUSB_ATH3012
},
217 { USB_DEVICE(0x04ca, 0x3010), .driver_info
= BTUSB_ATH3012
},
218 { USB_DEVICE(0x04ca, 0x3014), .driver_info
= BTUSB_ATH3012
},
219 { USB_DEVICE(0x04ca, 0x3018), .driver_info
= BTUSB_ATH3012
},
220 { USB_DEVICE(0x0930, 0x0219), .driver_info
= BTUSB_ATH3012
},
221 { USB_DEVICE(0x0930, 0x021c), .driver_info
= BTUSB_ATH3012
},
222 { USB_DEVICE(0x0930, 0x0220), .driver_info
= BTUSB_ATH3012
},
223 { USB_DEVICE(0x0930, 0x0227), .driver_info
= BTUSB_ATH3012
},
224 { USB_DEVICE(0x0b05, 0x17d0), .driver_info
= BTUSB_ATH3012
},
225 { USB_DEVICE(0x0cf3, 0x0036), .driver_info
= BTUSB_ATH3012
},
226 { USB_DEVICE(0x0cf3, 0x3004), .driver_info
= BTUSB_ATH3012
},
227 { USB_DEVICE(0x0cf3, 0x3008), .driver_info
= BTUSB_ATH3012
},
228 { USB_DEVICE(0x0cf3, 0x311d), .driver_info
= BTUSB_ATH3012
},
229 { USB_DEVICE(0x0cf3, 0x311e), .driver_info
= BTUSB_ATH3012
},
230 { USB_DEVICE(0x0cf3, 0x311f), .driver_info
= BTUSB_ATH3012
},
231 { USB_DEVICE(0x0cf3, 0x3121), .driver_info
= BTUSB_ATH3012
},
232 { USB_DEVICE(0x0cf3, 0x817a), .driver_info
= BTUSB_ATH3012
},
233 { USB_DEVICE(0x0cf3, 0x817b), .driver_info
= BTUSB_ATH3012
},
234 { USB_DEVICE(0x0cf3, 0xe003), .driver_info
= BTUSB_ATH3012
},
235 { USB_DEVICE(0x0cf3, 0xe004), .driver_info
= BTUSB_ATH3012
},
236 { USB_DEVICE(0x0cf3, 0xe005), .driver_info
= BTUSB_ATH3012
},
237 { USB_DEVICE(0x0cf3, 0xe006), .driver_info
= BTUSB_ATH3012
},
238 { USB_DEVICE(0x13d3, 0x3362), .driver_info
= BTUSB_ATH3012
},
239 { USB_DEVICE(0x13d3, 0x3375), .driver_info
= BTUSB_ATH3012
},
240 { USB_DEVICE(0x13d3, 0x3393), .driver_info
= BTUSB_ATH3012
},
241 { USB_DEVICE(0x13d3, 0x3395), .driver_info
= BTUSB_ATH3012
},
242 { USB_DEVICE(0x13d3, 0x3402), .driver_info
= BTUSB_ATH3012
},
243 { USB_DEVICE(0x13d3, 0x3408), .driver_info
= BTUSB_ATH3012
},
244 { USB_DEVICE(0x13d3, 0x3423), .driver_info
= BTUSB_ATH3012
},
245 { USB_DEVICE(0x13d3, 0x3432), .driver_info
= BTUSB_ATH3012
},
246 { USB_DEVICE(0x13d3, 0x3472), .driver_info
= BTUSB_ATH3012
},
247 { USB_DEVICE(0x13d3, 0x3474), .driver_info
= BTUSB_ATH3012
},
248 { USB_DEVICE(0x13d3, 0x3487), .driver_info
= BTUSB_ATH3012
},
249 { USB_DEVICE(0x13d3, 0x3490), .driver_info
= BTUSB_ATH3012
},
251 /* Atheros AR5BBU12 with sflash firmware */
252 { USB_DEVICE(0x0489, 0xe02c), .driver_info
= BTUSB_IGNORE
},
254 /* Atheros AR5BBU12 with sflash firmware */
255 { USB_DEVICE(0x0489, 0xe036), .driver_info
= BTUSB_ATH3012
},
256 { USB_DEVICE(0x0489, 0xe03c), .driver_info
= BTUSB_ATH3012
},
258 /* QCA ROME chipset */
259 { USB_DEVICE(0x0cf3, 0x535b), .driver_info
= BTUSB_QCA_ROME
|
260 BTUSB_WIDEBAND_SPEECH
},
261 { USB_DEVICE(0x0cf3, 0xe007), .driver_info
= BTUSB_QCA_ROME
|
262 BTUSB_WIDEBAND_SPEECH
},
263 { USB_DEVICE(0x0cf3, 0xe009), .driver_info
= BTUSB_QCA_ROME
|
264 BTUSB_WIDEBAND_SPEECH
},
265 { USB_DEVICE(0x0cf3, 0xe010), .driver_info
= BTUSB_QCA_ROME
|
266 BTUSB_WIDEBAND_SPEECH
},
267 { USB_DEVICE(0x0cf3, 0xe300), .driver_info
= BTUSB_QCA_ROME
|
268 BTUSB_WIDEBAND_SPEECH
},
269 { USB_DEVICE(0x0cf3, 0xe301), .driver_info
= BTUSB_QCA_ROME
|
270 BTUSB_WIDEBAND_SPEECH
},
271 { USB_DEVICE(0x0cf3, 0xe360), .driver_info
= BTUSB_QCA_ROME
|
272 BTUSB_WIDEBAND_SPEECH
},
273 { USB_DEVICE(0x0489, 0xe092), .driver_info
= BTUSB_QCA_ROME
|
274 BTUSB_WIDEBAND_SPEECH
},
275 { USB_DEVICE(0x0489, 0xe09f), .driver_info
= BTUSB_QCA_ROME
|
276 BTUSB_WIDEBAND_SPEECH
},
277 { USB_DEVICE(0x0489, 0xe0a2), .driver_info
= BTUSB_QCA_ROME
|
278 BTUSB_WIDEBAND_SPEECH
},
279 { USB_DEVICE(0x04ca, 0x3011), .driver_info
= BTUSB_QCA_ROME
|
280 BTUSB_WIDEBAND_SPEECH
},
281 { USB_DEVICE(0x04ca, 0x3015), .driver_info
= BTUSB_QCA_ROME
|
282 BTUSB_WIDEBAND_SPEECH
},
283 { USB_DEVICE(0x04ca, 0x3016), .driver_info
= BTUSB_QCA_ROME
|
284 BTUSB_WIDEBAND_SPEECH
},
285 { USB_DEVICE(0x04ca, 0x301a), .driver_info
= BTUSB_QCA_ROME
|
286 BTUSB_WIDEBAND_SPEECH
},
287 { USB_DEVICE(0x04ca, 0x3021), .driver_info
= BTUSB_QCA_ROME
|
288 BTUSB_WIDEBAND_SPEECH
},
289 { USB_DEVICE(0x13d3, 0x3491), .driver_info
= BTUSB_QCA_ROME
|
290 BTUSB_WIDEBAND_SPEECH
},
291 { USB_DEVICE(0x13d3, 0x3496), .driver_info
= BTUSB_QCA_ROME
|
292 BTUSB_WIDEBAND_SPEECH
},
293 { USB_DEVICE(0x13d3, 0x3501), .driver_info
= BTUSB_QCA_ROME
|
294 BTUSB_WIDEBAND_SPEECH
},
296 /* QCA WCN6855 chipset */
297 { USB_DEVICE(0x0cf3, 0xe600), .driver_info
= BTUSB_QCA_WCN6855
|
298 BTUSB_WIDEBAND_SPEECH
},
300 /* Broadcom BCM2035 */
301 { USB_DEVICE(0x0a5c, 0x2009), .driver_info
= BTUSB_BCM92035
},
302 { USB_DEVICE(0x0a5c, 0x200a), .driver_info
= BTUSB_WRONG_SCO_MTU
},
303 { USB_DEVICE(0x0a5c, 0x2035), .driver_info
= BTUSB_WRONG_SCO_MTU
},
305 /* Broadcom BCM2045 */
306 { USB_DEVICE(0x0a5c, 0x2039), .driver_info
= BTUSB_WRONG_SCO_MTU
},
307 { USB_DEVICE(0x0a5c, 0x2101), .driver_info
= BTUSB_WRONG_SCO_MTU
},
309 /* IBM/Lenovo ThinkPad with Broadcom chip */
310 { USB_DEVICE(0x0a5c, 0x201e), .driver_info
= BTUSB_WRONG_SCO_MTU
},
311 { USB_DEVICE(0x0a5c, 0x2110), .driver_info
= BTUSB_WRONG_SCO_MTU
},
313 /* HP laptop with Broadcom chip */
314 { USB_DEVICE(0x03f0, 0x171d), .driver_info
= BTUSB_WRONG_SCO_MTU
},
316 /* Dell laptop with Broadcom chip */
317 { USB_DEVICE(0x413c, 0x8126), .driver_info
= BTUSB_WRONG_SCO_MTU
},
319 /* Dell Wireless 370 and 410 devices */
320 { USB_DEVICE(0x413c, 0x8152), .driver_info
= BTUSB_WRONG_SCO_MTU
},
321 { USB_DEVICE(0x413c, 0x8156), .driver_info
= BTUSB_WRONG_SCO_MTU
},
323 /* Belkin F8T012 and F8T013 devices */
324 { USB_DEVICE(0x050d, 0x0012), .driver_info
= BTUSB_WRONG_SCO_MTU
},
325 { USB_DEVICE(0x050d, 0x0013), .driver_info
= BTUSB_WRONG_SCO_MTU
},
327 /* Asus WL-BTD202 device */
328 { USB_DEVICE(0x0b05, 0x1715), .driver_info
= BTUSB_WRONG_SCO_MTU
},
330 /* Kensington Bluetooth USB adapter */
331 { USB_DEVICE(0x047d, 0x105e), .driver_info
= BTUSB_WRONG_SCO_MTU
},
333 /* RTX Telecom based adapters with buggy SCO support */
334 { USB_DEVICE(0x0400, 0x0807), .driver_info
= BTUSB_BROKEN_ISOC
},
335 { USB_DEVICE(0x0400, 0x080a), .driver_info
= BTUSB_BROKEN_ISOC
},
337 /* CONWISE Technology based adapters with buggy SCO support */
338 { USB_DEVICE(0x0e5e, 0x6622),
339 .driver_info
= BTUSB_BROKEN_ISOC
| BTUSB_CW6622
},
341 /* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
342 { USB_DEVICE(0x1310, 0x0001), .driver_info
= BTUSB_SWAVE
},
344 /* Digianswer devices */
345 { USB_DEVICE(0x08fd, 0x0001), .driver_info
= BTUSB_DIGIANSWER
},
346 { USB_DEVICE(0x08fd, 0x0002), .driver_info
= BTUSB_IGNORE
},
348 /* CSR BlueCore Bluetooth Sniffer */
349 { USB_DEVICE(0x0a12, 0x0002),
350 .driver_info
= BTUSB_SNIFFER
| BTUSB_BROKEN_ISOC
},
352 /* Frontline ComProbe Bluetooth Sniffer */
353 { USB_DEVICE(0x16d3, 0x0002),
354 .driver_info
= BTUSB_SNIFFER
| BTUSB_BROKEN_ISOC
},
356 /* Marvell Bluetooth devices */
357 { USB_DEVICE(0x1286, 0x2044), .driver_info
= BTUSB_MARVELL
},
358 { USB_DEVICE(0x1286, 0x2046), .driver_info
= BTUSB_MARVELL
},
359 { USB_DEVICE(0x1286, 0x204e), .driver_info
= BTUSB_MARVELL
},
361 /* Intel Bluetooth devices */
362 { USB_DEVICE(0x8087, 0x0025), .driver_info
= BTUSB_INTEL_NEW
|
363 BTUSB_WIDEBAND_SPEECH
|
364 BTUSB_VALID_LE_STATES
},
365 { USB_DEVICE(0x8087, 0x0026), .driver_info
= BTUSB_INTEL_NEW
|
366 BTUSB_WIDEBAND_SPEECH
},
367 { USB_DEVICE(0x8087, 0x0029), .driver_info
= BTUSB_INTEL_NEW
|
368 BTUSB_WIDEBAND_SPEECH
},
369 { USB_DEVICE(0x8087, 0x0032), .driver_info
= BTUSB_INTEL_NEWGEN
|
370 BTUSB_WIDEBAND_SPEECH
},
371 { USB_DEVICE(0x8087, 0x07da), .driver_info
= BTUSB_CSR
},
372 { USB_DEVICE(0x8087, 0x07dc), .driver_info
= BTUSB_INTEL
},
373 { USB_DEVICE(0x8087, 0x0a2a), .driver_info
= BTUSB_INTEL
},
374 { USB_DEVICE(0x8087, 0x0a2b), .driver_info
= BTUSB_INTEL_NEW
|
375 BTUSB_WIDEBAND_SPEECH
},
376 { USB_DEVICE(0x8087, 0x0aa7), .driver_info
= BTUSB_INTEL
|
377 BTUSB_WIDEBAND_SPEECH
},
378 { USB_DEVICE(0x8087, 0x0aaa), .driver_info
= BTUSB_INTEL_NEW
|
379 BTUSB_WIDEBAND_SPEECH
|
380 BTUSB_VALID_LE_STATES
},
382 /* Other Intel Bluetooth devices */
383 { USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
384 .driver_info
= BTUSB_IGNORE
},
386 /* Realtek 8822CE Bluetooth devices */
387 { USB_DEVICE(0x0bda, 0xb00c), .driver_info
= BTUSB_REALTEK
|
388 BTUSB_WIDEBAND_SPEECH
},
390 /* Realtek 8852AE Bluetooth devices */
391 { USB_DEVICE(0x0bda, 0xc852), .driver_info
= BTUSB_REALTEK
|
392 BTUSB_WIDEBAND_SPEECH
},
394 /* Realtek Bluetooth devices */
395 { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
396 .driver_info
= BTUSB_REALTEK
},
398 /* MediaTek Bluetooth devices */
399 { USB_VENDOR_AND_INTERFACE_INFO(0x0e8d, 0xe0, 0x01, 0x01),
400 .driver_info
= BTUSB_MEDIATEK
},
402 /* Additional MediaTek MT7615E Bluetooth devices */
403 { USB_DEVICE(0x13d3, 0x3560), .driver_info
= BTUSB_MEDIATEK
},
405 /* Additional Realtek 8723AE Bluetooth devices */
406 { USB_DEVICE(0x0930, 0x021d), .driver_info
= BTUSB_REALTEK
},
407 { USB_DEVICE(0x13d3, 0x3394), .driver_info
= BTUSB_REALTEK
},
409 /* Additional Realtek 8723BE Bluetooth devices */
410 { USB_DEVICE(0x0489, 0xe085), .driver_info
= BTUSB_REALTEK
},
411 { USB_DEVICE(0x0489, 0xe08b), .driver_info
= BTUSB_REALTEK
},
412 { USB_DEVICE(0x13d3, 0x3410), .driver_info
= BTUSB_REALTEK
},
413 { USB_DEVICE(0x13d3, 0x3416), .driver_info
= BTUSB_REALTEK
},
414 { USB_DEVICE(0x13d3, 0x3459), .driver_info
= BTUSB_REALTEK
},
415 { USB_DEVICE(0x13d3, 0x3494), .driver_info
= BTUSB_REALTEK
},
417 /* Additional Realtek 8723BU Bluetooth devices */
418 { USB_DEVICE(0x7392, 0xa611), .driver_info
= BTUSB_REALTEK
},
420 /* Additional Realtek 8723DE Bluetooth devices */
421 { USB_DEVICE(0x0bda, 0xb009), .driver_info
= BTUSB_REALTEK
},
422 { USB_DEVICE(0x2ff8, 0xb011), .driver_info
= BTUSB_REALTEK
},
424 /* Additional Realtek 8821AE Bluetooth devices */
425 { USB_DEVICE(0x0b05, 0x17dc), .driver_info
= BTUSB_REALTEK
},
426 { USB_DEVICE(0x13d3, 0x3414), .driver_info
= BTUSB_REALTEK
},
427 { USB_DEVICE(0x13d3, 0x3458), .driver_info
= BTUSB_REALTEK
},
428 { USB_DEVICE(0x13d3, 0x3461), .driver_info
= BTUSB_REALTEK
},
429 { USB_DEVICE(0x13d3, 0x3462), .driver_info
= BTUSB_REALTEK
},
431 /* Additional Realtek 8822BE Bluetooth devices */
432 { USB_DEVICE(0x13d3, 0x3526), .driver_info
= BTUSB_REALTEK
},
433 { USB_DEVICE(0x0b05, 0x185c), .driver_info
= BTUSB_REALTEK
},
435 /* Additional Realtek 8822CE Bluetooth devices */
436 { USB_DEVICE(0x04ca, 0x4005), .driver_info
= BTUSB_REALTEK
|
437 BTUSB_WIDEBAND_SPEECH
},
438 { USB_DEVICE(0x04c5, 0x161f), .driver_info
= BTUSB_REALTEK
|
439 BTUSB_WIDEBAND_SPEECH
},
440 { USB_DEVICE(0x0b05, 0x18ef), .driver_info
= BTUSB_REALTEK
|
441 BTUSB_WIDEBAND_SPEECH
},
442 { USB_DEVICE(0x13d3, 0x3548), .driver_info
= BTUSB_REALTEK
|
443 BTUSB_WIDEBAND_SPEECH
},
444 { USB_DEVICE(0x13d3, 0x3549), .driver_info
= BTUSB_REALTEK
|
445 BTUSB_WIDEBAND_SPEECH
},
446 { USB_DEVICE(0x13d3, 0x3553), .driver_info
= BTUSB_REALTEK
|
447 BTUSB_WIDEBAND_SPEECH
},
448 { USB_DEVICE(0x13d3, 0x3555), .driver_info
= BTUSB_REALTEK
|
449 BTUSB_WIDEBAND_SPEECH
},
450 { USB_DEVICE(0x2ff8, 0x3051), .driver_info
= BTUSB_REALTEK
|
451 BTUSB_WIDEBAND_SPEECH
},
452 { USB_DEVICE(0x1358, 0xc123), .driver_info
= BTUSB_REALTEK
|
453 BTUSB_WIDEBAND_SPEECH
},
454 { USB_DEVICE(0x0bda, 0xc123), .driver_info
= BTUSB_REALTEK
|
455 BTUSB_WIDEBAND_SPEECH
},
457 /* Silicon Wave based devices */
458 { USB_DEVICE(0x0c10, 0x0000), .driver_info
= BTUSB_SWAVE
},
460 { } /* Terminating entry */
463 /* The Bluetooth USB module build into some devices needs to be reset on resume,
464 * this is a problem with the platform (likely shutting off all power) not with
465 * the module itself. So we use a DMI list to match known broken platforms.
467 static const struct dmi_system_id btusb_needs_reset_resume_table
[] = {
469 /* Dell OptiPlex 3060 (QCA ROME device 0cf3:e007) */
471 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
472 DMI_MATCH(DMI_PRODUCT_NAME
, "OptiPlex 3060"),
476 /* Dell XPS 9360 (QCA ROME device 0cf3:e300) */
478 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
479 DMI_MATCH(DMI_PRODUCT_NAME
, "XPS 13 9360"),
483 /* Dell Inspiron 5565 (QCA ROME device 0cf3:e009) */
485 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
486 DMI_MATCH(DMI_PRODUCT_NAME
, "Inspiron 5565"),
492 #define BTUSB_MAX_ISOC_FRAMES 10
494 #define BTUSB_INTR_RUNNING 0
495 #define BTUSB_BULK_RUNNING 1
496 #define BTUSB_ISOC_RUNNING 2
497 #define BTUSB_SUSPENDING 3
498 #define BTUSB_DID_ISO_RESUME 4
499 #define BTUSB_BOOTLOADER 5
500 #define BTUSB_DOWNLOADING 6
501 #define BTUSB_FIRMWARE_LOADED 7
502 #define BTUSB_FIRMWARE_FAILED 8
503 #define BTUSB_BOOTING 9
504 #define BTUSB_DIAG_RUNNING 10
505 #define BTUSB_OOB_WAKE_ENABLED 11
506 #define BTUSB_HW_RESET_ACTIVE 12
507 #define BTUSB_TX_WAIT_VND_EVT 13
508 #define BTUSB_WAKEUP_DISABLE 14
509 #define BTUSB_USE_ALT1_FOR_WBS 15
512 struct hci_dev
*hdev
;
513 struct usb_device
*udev
;
514 struct usb_interface
*intf
;
515 struct usb_interface
*isoc
;
516 struct usb_interface
*diag
;
521 struct work_struct work
;
522 struct work_struct waker
;
524 struct usb_anchor deferred
;
525 struct usb_anchor tx_anchor
;
529 struct usb_anchor intr_anchor
;
530 struct usb_anchor bulk_anchor
;
531 struct usb_anchor isoc_anchor
;
532 struct usb_anchor diag_anchor
;
533 struct usb_anchor ctrl_anchor
;
536 struct sk_buff
*evt_skb
;
537 struct sk_buff
*acl_skb
;
538 struct sk_buff
*sco_skb
;
540 struct usb_endpoint_descriptor
*intr_ep
;
541 struct usb_endpoint_descriptor
*bulk_tx_ep
;
542 struct usb_endpoint_descriptor
*bulk_rx_ep
;
543 struct usb_endpoint_descriptor
*isoc_tx_ep
;
544 struct usb_endpoint_descriptor
*isoc_rx_ep
;
545 struct usb_endpoint_descriptor
*diag_tx_ep
;
546 struct usb_endpoint_descriptor
*diag_rx_ep
;
548 struct gpio_desc
*reset_gpio
;
553 unsigned int sco_num
;
554 unsigned int air_mode
;
555 bool usb_alt6_packet_flow
;
559 int (*recv_event
)(struct hci_dev
*hdev
, struct sk_buff
*skb
);
560 int (*recv_bulk
)(struct btusb_data
*data
, void *buffer
, int count
);
562 int (*setup_on_usb
)(struct hci_dev
*hdev
);
564 int oob_wake_irq
; /* irq for out-of-band wake-on-bt */
565 unsigned cmd_timeout_cnt
;
568 static void btusb_intel_cmd_timeout(struct hci_dev
*hdev
)
570 struct btusb_data
*data
= hci_get_drvdata(hdev
);
571 struct gpio_desc
*reset_gpio
= data
->reset_gpio
;
573 if (++data
->cmd_timeout_cnt
< 5)
577 bt_dev_err(hdev
, "No way to reset. Ignoring and continuing");
582 * Toggle the hard reset line if the platform provides one. The reset
583 * is going to yank the device off the USB and then replug. So doing
584 * once is enough. The cleanup is handled correctly on the way out
585 * (standard USB disconnect), and the new device is detected cleanly
586 * and bound to the driver again like it should be.
588 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE
, &data
->flags
)) {
589 bt_dev_err(hdev
, "last reset failed? Not resetting again");
593 bt_dev_err(hdev
, "Initiating HW reset via gpio");
594 gpiod_set_value_cansleep(reset_gpio
, 1);
596 gpiod_set_value_cansleep(reset_gpio
, 0);
599 static void btusb_rtl_cmd_timeout(struct hci_dev
*hdev
)
601 struct btusb_data
*data
= hci_get_drvdata(hdev
);
602 struct gpio_desc
*reset_gpio
= data
->reset_gpio
;
604 if (++data
->cmd_timeout_cnt
< 5)
608 bt_dev_err(hdev
, "No gpio to reset Realtek device, ignoring");
612 /* Toggle the hard reset line. The Realtek device is going to
613 * yank itself off the USB and then replug. The cleanup is handled
614 * correctly on the way out (standard USB disconnect), and the new
615 * device is detected cleanly and bound to the driver again like
618 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE
, &data
->flags
)) {
619 bt_dev_err(hdev
, "last reset failed? Not resetting again");
623 bt_dev_err(hdev
, "Reset Realtek device via gpio");
624 gpiod_set_value_cansleep(reset_gpio
, 1);
626 gpiod_set_value_cansleep(reset_gpio
, 0);
629 static void btusb_qca_cmd_timeout(struct hci_dev
*hdev
)
631 struct btusb_data
*data
= hci_get_drvdata(hdev
);
634 if (++data
->cmd_timeout_cnt
< 5)
637 bt_dev_err(hdev
, "Multiple cmd timeouts seen. Resetting usb device.");
638 /* This is not an unbalanced PM reference since the device will reset */
639 err
= usb_autopm_get_interface(data
->intf
);
641 usb_queue_reset_device(data
->intf
);
643 bt_dev_err(hdev
, "Failed usb_autopm_get_interface with %d", err
);
646 static inline void btusb_free_frags(struct btusb_data
*data
)
650 spin_lock_irqsave(&data
->rxlock
, flags
);
652 kfree_skb(data
->evt_skb
);
653 data
->evt_skb
= NULL
;
655 kfree_skb(data
->acl_skb
);
656 data
->acl_skb
= NULL
;
658 kfree_skb(data
->sco_skb
);
659 data
->sco_skb
= NULL
;
661 spin_unlock_irqrestore(&data
->rxlock
, flags
);
664 static int btusb_recv_intr(struct btusb_data
*data
, void *buffer
, int count
)
670 spin_lock_irqsave(&data
->rxlock
, flags
);
677 skb
= bt_skb_alloc(HCI_MAX_EVENT_SIZE
, GFP_ATOMIC
);
683 hci_skb_pkt_type(skb
) = HCI_EVENT_PKT
;
684 hci_skb_expect(skb
) = HCI_EVENT_HDR_SIZE
;
687 len
= min_t(uint
, hci_skb_expect(skb
), count
);
688 skb_put_data(skb
, buffer
, len
);
692 hci_skb_expect(skb
) -= len
;
694 if (skb
->len
== HCI_EVENT_HDR_SIZE
) {
695 /* Complete event header */
696 hci_skb_expect(skb
) = hci_event_hdr(skb
)->plen
;
698 if (skb_tailroom(skb
) < hci_skb_expect(skb
)) {
707 if (!hci_skb_expect(skb
)) {
709 data
->recv_event(data
->hdev
, skb
);
715 spin_unlock_irqrestore(&data
->rxlock
, flags
);
720 static int btusb_recv_bulk(struct btusb_data
*data
, void *buffer
, int count
)
726 spin_lock_irqsave(&data
->rxlock
, flags
);
733 skb
= bt_skb_alloc(HCI_MAX_FRAME_SIZE
, GFP_ATOMIC
);
739 hci_skb_pkt_type(skb
) = HCI_ACLDATA_PKT
;
740 hci_skb_expect(skb
) = HCI_ACL_HDR_SIZE
;
743 len
= min_t(uint
, hci_skb_expect(skb
), count
);
744 skb_put_data(skb
, buffer
, len
);
748 hci_skb_expect(skb
) -= len
;
750 if (skb
->len
== HCI_ACL_HDR_SIZE
) {
751 __le16 dlen
= hci_acl_hdr(skb
)->dlen
;
753 /* Complete ACL header */
754 hci_skb_expect(skb
) = __le16_to_cpu(dlen
);
756 if (skb_tailroom(skb
) < hci_skb_expect(skb
)) {
765 if (!hci_skb_expect(skb
)) {
767 hci_recv_frame(data
->hdev
, skb
);
773 spin_unlock_irqrestore(&data
->rxlock
, flags
);
778 static int btusb_recv_isoc(struct btusb_data
*data
, void *buffer
, int count
)
784 spin_lock_irqsave(&data
->rxlock
, flags
);
791 skb
= bt_skb_alloc(HCI_MAX_SCO_SIZE
, GFP_ATOMIC
);
797 hci_skb_pkt_type(skb
) = HCI_SCODATA_PKT
;
798 hci_skb_expect(skb
) = HCI_SCO_HDR_SIZE
;
801 len
= min_t(uint
, hci_skb_expect(skb
), count
);
802 skb_put_data(skb
, buffer
, len
);
806 hci_skb_expect(skb
) -= len
;
808 if (skb
->len
== HCI_SCO_HDR_SIZE
) {
809 /* Complete SCO header */
810 hci_skb_expect(skb
) = hci_sco_hdr(skb
)->dlen
;
812 if (skb_tailroom(skb
) < hci_skb_expect(skb
)) {
821 if (!hci_skb_expect(skb
)) {
823 hci_recv_frame(data
->hdev
, skb
);
829 spin_unlock_irqrestore(&data
->rxlock
, flags
);
834 static void btusb_intr_complete(struct urb
*urb
)
836 struct hci_dev
*hdev
= urb
->context
;
837 struct btusb_data
*data
= hci_get_drvdata(hdev
);
840 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
843 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
846 if (urb
->status
== 0) {
847 hdev
->stat
.byte_rx
+= urb
->actual_length
;
849 if (btusb_recv_intr(data
, urb
->transfer_buffer
,
850 urb
->actual_length
) < 0) {
851 bt_dev_err(hdev
, "corrupted event packet");
854 } else if (urb
->status
== -ENOENT
) {
855 /* Avoid suspend failed when usb_kill_urb */
859 if (!test_bit(BTUSB_INTR_RUNNING
, &data
->flags
))
862 usb_mark_last_busy(data
->udev
);
863 usb_anchor_urb(urb
, &data
->intr_anchor
);
865 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
867 /* -EPERM: urb is being killed;
868 * -ENODEV: device got disconnected
870 if (err
!= -EPERM
&& err
!= -ENODEV
)
871 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
873 usb_unanchor_urb(urb
);
877 static int btusb_submit_intr_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
879 struct btusb_data
*data
= hci_get_drvdata(hdev
);
885 BT_DBG("%s", hdev
->name
);
890 urb
= usb_alloc_urb(0, mem_flags
);
894 size
= le16_to_cpu(data
->intr_ep
->wMaxPacketSize
);
896 buf
= kmalloc(size
, mem_flags
);
902 pipe
= usb_rcvintpipe(data
->udev
, data
->intr_ep
->bEndpointAddress
);
904 usb_fill_int_urb(urb
, data
->udev
, pipe
, buf
, size
,
905 btusb_intr_complete
, hdev
, data
->intr_ep
->bInterval
);
907 urb
->transfer_flags
|= URB_FREE_BUFFER
;
909 usb_anchor_urb(urb
, &data
->intr_anchor
);
911 err
= usb_submit_urb(urb
, mem_flags
);
913 if (err
!= -EPERM
&& err
!= -ENODEV
)
914 bt_dev_err(hdev
, "urb %p submission failed (%d)",
916 usb_unanchor_urb(urb
);
924 static void btusb_bulk_complete(struct urb
*urb
)
926 struct hci_dev
*hdev
= urb
->context
;
927 struct btusb_data
*data
= hci_get_drvdata(hdev
);
930 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
933 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
936 if (urb
->status
== 0) {
937 hdev
->stat
.byte_rx
+= urb
->actual_length
;
939 if (data
->recv_bulk(data
, urb
->transfer_buffer
,
940 urb
->actual_length
) < 0) {
941 bt_dev_err(hdev
, "corrupted ACL packet");
944 } else if (urb
->status
== -ENOENT
) {
945 /* Avoid suspend failed when usb_kill_urb */
949 if (!test_bit(BTUSB_BULK_RUNNING
, &data
->flags
))
952 usb_anchor_urb(urb
, &data
->bulk_anchor
);
953 usb_mark_last_busy(data
->udev
);
955 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
957 /* -EPERM: urb is being killed;
958 * -ENODEV: device got disconnected
960 if (err
!= -EPERM
&& err
!= -ENODEV
)
961 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
963 usb_unanchor_urb(urb
);
967 static int btusb_submit_bulk_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
969 struct btusb_data
*data
= hci_get_drvdata(hdev
);
973 int err
, size
= HCI_MAX_FRAME_SIZE
;
975 BT_DBG("%s", hdev
->name
);
977 if (!data
->bulk_rx_ep
)
980 urb
= usb_alloc_urb(0, mem_flags
);
984 buf
= kmalloc(size
, mem_flags
);
990 pipe
= usb_rcvbulkpipe(data
->udev
, data
->bulk_rx_ep
->bEndpointAddress
);
992 usb_fill_bulk_urb(urb
, data
->udev
, pipe
, buf
, size
,
993 btusb_bulk_complete
, hdev
);
995 urb
->transfer_flags
|= URB_FREE_BUFFER
;
997 usb_mark_last_busy(data
->udev
);
998 usb_anchor_urb(urb
, &data
->bulk_anchor
);
1000 err
= usb_submit_urb(urb
, mem_flags
);
1002 if (err
!= -EPERM
&& err
!= -ENODEV
)
1003 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1005 usb_unanchor_urb(urb
);
1013 static void btusb_isoc_complete(struct urb
*urb
)
1015 struct hci_dev
*hdev
= urb
->context
;
1016 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1019 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1020 urb
->actual_length
);
1022 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
1025 if (urb
->status
== 0) {
1026 for (i
= 0; i
< urb
->number_of_packets
; i
++) {
1027 unsigned int offset
= urb
->iso_frame_desc
[i
].offset
;
1028 unsigned int length
= urb
->iso_frame_desc
[i
].actual_length
;
1030 if (urb
->iso_frame_desc
[i
].status
)
1033 hdev
->stat
.byte_rx
+= length
;
1035 if (btusb_recv_isoc(data
, urb
->transfer_buffer
+ offset
,
1037 bt_dev_err(hdev
, "corrupted SCO packet");
1038 hdev
->stat
.err_rx
++;
1041 } else if (urb
->status
== -ENOENT
) {
1042 /* Avoid suspend failed when usb_kill_urb */
1046 if (!test_bit(BTUSB_ISOC_RUNNING
, &data
->flags
))
1049 usb_anchor_urb(urb
, &data
->isoc_anchor
);
1051 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
1053 /* -EPERM: urb is being killed;
1054 * -ENODEV: device got disconnected
1056 if (err
!= -EPERM
&& err
!= -ENODEV
)
1057 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
1059 usb_unanchor_urb(urb
);
1063 static inline void __fill_isoc_descriptor_msbc(struct urb
*urb
, int len
,
1064 int mtu
, struct btusb_data
*data
)
1067 unsigned int interval
;
1069 BT_DBG("len %d mtu %d", len
, mtu
);
1071 /* For mSBC ALT 6 setting the host will send the packet at continuous
1072 * flow. As per core spec 5, vol 4, part B, table 2.1. For ALT setting
1073 * 6 the HCI PACKET INTERVAL should be 7.5ms for every usb packets.
1074 * To maintain the rate we send 63bytes of usb packets alternatively for
1075 * 7ms and 8ms to maintain the rate as 7.5ms.
1077 if (data
->usb_alt6_packet_flow
) {
1079 data
->usb_alt6_packet_flow
= false;
1082 data
->usb_alt6_packet_flow
= true;
1085 for (i
= 0; i
< interval
; i
++) {
1086 urb
->iso_frame_desc
[i
].offset
= offset
;
1087 urb
->iso_frame_desc
[i
].length
= offset
;
1090 if (len
&& i
< BTUSB_MAX_ISOC_FRAMES
) {
1091 urb
->iso_frame_desc
[i
].offset
= offset
;
1092 urb
->iso_frame_desc
[i
].length
= len
;
1096 urb
->number_of_packets
= i
;
1099 static inline void __fill_isoc_descriptor(struct urb
*urb
, int len
, int mtu
)
1103 BT_DBG("len %d mtu %d", len
, mtu
);
1105 for (i
= 0; i
< BTUSB_MAX_ISOC_FRAMES
&& len
>= mtu
;
1106 i
++, offset
+= mtu
, len
-= mtu
) {
1107 urb
->iso_frame_desc
[i
].offset
= offset
;
1108 urb
->iso_frame_desc
[i
].length
= mtu
;
1111 if (len
&& i
< BTUSB_MAX_ISOC_FRAMES
) {
1112 urb
->iso_frame_desc
[i
].offset
= offset
;
1113 urb
->iso_frame_desc
[i
].length
= len
;
1117 urb
->number_of_packets
= i
;
1120 static int btusb_submit_isoc_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
1122 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1128 BT_DBG("%s", hdev
->name
);
1130 if (!data
->isoc_rx_ep
)
1133 urb
= usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES
, mem_flags
);
1137 size
= le16_to_cpu(data
->isoc_rx_ep
->wMaxPacketSize
) *
1138 BTUSB_MAX_ISOC_FRAMES
;
1140 buf
= kmalloc(size
, mem_flags
);
1146 pipe
= usb_rcvisocpipe(data
->udev
, data
->isoc_rx_ep
->bEndpointAddress
);
1148 usb_fill_int_urb(urb
, data
->udev
, pipe
, buf
, size
, btusb_isoc_complete
,
1149 hdev
, data
->isoc_rx_ep
->bInterval
);
1151 urb
->transfer_flags
= URB_FREE_BUFFER
| URB_ISO_ASAP
;
1153 __fill_isoc_descriptor(urb
, size
,
1154 le16_to_cpu(data
->isoc_rx_ep
->wMaxPacketSize
));
1156 usb_anchor_urb(urb
, &data
->isoc_anchor
);
1158 err
= usb_submit_urb(urb
, mem_flags
);
1160 if (err
!= -EPERM
&& err
!= -ENODEV
)
1161 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1163 usb_unanchor_urb(urb
);
1171 static void btusb_diag_complete(struct urb
*urb
)
1173 struct hci_dev
*hdev
= urb
->context
;
1174 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1177 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1178 urb
->actual_length
);
1180 if (urb
->status
== 0) {
1181 struct sk_buff
*skb
;
1183 skb
= bt_skb_alloc(urb
->actual_length
, GFP_ATOMIC
);
1185 skb_put_data(skb
, urb
->transfer_buffer
,
1186 urb
->actual_length
);
1187 hci_recv_diag(hdev
, skb
);
1189 } else if (urb
->status
== -ENOENT
) {
1190 /* Avoid suspend failed when usb_kill_urb */
1194 if (!test_bit(BTUSB_DIAG_RUNNING
, &data
->flags
))
1197 usb_anchor_urb(urb
, &data
->diag_anchor
);
1198 usb_mark_last_busy(data
->udev
);
1200 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
1202 /* -EPERM: urb is being killed;
1203 * -ENODEV: device got disconnected
1205 if (err
!= -EPERM
&& err
!= -ENODEV
)
1206 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
1208 usb_unanchor_urb(urb
);
1212 static int btusb_submit_diag_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
1214 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1218 int err
, size
= HCI_MAX_FRAME_SIZE
;
1220 BT_DBG("%s", hdev
->name
);
1222 if (!data
->diag_rx_ep
)
1225 urb
= usb_alloc_urb(0, mem_flags
);
1229 buf
= kmalloc(size
, mem_flags
);
1235 pipe
= usb_rcvbulkpipe(data
->udev
, data
->diag_rx_ep
->bEndpointAddress
);
1237 usb_fill_bulk_urb(urb
, data
->udev
, pipe
, buf
, size
,
1238 btusb_diag_complete
, hdev
);
1240 urb
->transfer_flags
|= URB_FREE_BUFFER
;
1242 usb_mark_last_busy(data
->udev
);
1243 usb_anchor_urb(urb
, &data
->diag_anchor
);
1245 err
= usb_submit_urb(urb
, mem_flags
);
1247 if (err
!= -EPERM
&& err
!= -ENODEV
)
1248 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1250 usb_unanchor_urb(urb
);
1258 static void btusb_tx_complete(struct urb
*urb
)
1260 struct sk_buff
*skb
= urb
->context
;
1261 struct hci_dev
*hdev
= (struct hci_dev
*)skb
->dev
;
1262 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1263 unsigned long flags
;
1265 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1266 urb
->actual_length
);
1268 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
1272 hdev
->stat
.byte_tx
+= urb
->transfer_buffer_length
;
1274 hdev
->stat
.err_tx
++;
1277 spin_lock_irqsave(&data
->txlock
, flags
);
1278 data
->tx_in_flight
--;
1279 spin_unlock_irqrestore(&data
->txlock
, flags
);
1281 kfree(urb
->setup_packet
);
1286 static void btusb_isoc_tx_complete(struct urb
*urb
)
1288 struct sk_buff
*skb
= urb
->context
;
1289 struct hci_dev
*hdev
= (struct hci_dev
*)skb
->dev
;
1291 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1292 urb
->actual_length
);
1294 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
1298 hdev
->stat
.byte_tx
+= urb
->transfer_buffer_length
;
1300 hdev
->stat
.err_tx
++;
1303 kfree(urb
->setup_packet
);
1308 static int btusb_open(struct hci_dev
*hdev
)
1310 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1313 BT_DBG("%s", hdev
->name
);
1315 err
= usb_autopm_get_interface(data
->intf
);
1319 /* Patching USB firmware files prior to starting any URBs of HCI path
1320 * It is more safe to use USB bulk channel for downloading USB patch
1322 if (data
->setup_on_usb
) {
1323 err
= data
->setup_on_usb(hdev
);
1328 data
->intf
->needs_remote_wakeup
= 1;
1330 /* Disable device remote wakeup when host is suspended
1331 * For Realtek chips, global suspend without
1332 * SET_FEATURE (DEVICE_REMOTE_WAKEUP) can save more power in device.
1334 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
))
1335 device_wakeup_disable(&data
->udev
->dev
);
1337 if (test_and_set_bit(BTUSB_INTR_RUNNING
, &data
->flags
))
1340 err
= btusb_submit_intr_urb(hdev
, GFP_KERNEL
);
1344 err
= btusb_submit_bulk_urb(hdev
, GFP_KERNEL
);
1346 usb_kill_anchored_urbs(&data
->intr_anchor
);
1350 set_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
1351 btusb_submit_bulk_urb(hdev
, GFP_KERNEL
);
1354 if (!btusb_submit_diag_urb(hdev
, GFP_KERNEL
))
1355 set_bit(BTUSB_DIAG_RUNNING
, &data
->flags
);
1359 usb_autopm_put_interface(data
->intf
);
1363 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
1365 usb_autopm_put_interface(data
->intf
);
1369 static void btusb_stop_traffic(struct btusb_data
*data
)
1371 usb_kill_anchored_urbs(&data
->intr_anchor
);
1372 usb_kill_anchored_urbs(&data
->bulk_anchor
);
1373 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1374 usb_kill_anchored_urbs(&data
->diag_anchor
);
1375 usb_kill_anchored_urbs(&data
->ctrl_anchor
);
1378 static int btusb_close(struct hci_dev
*hdev
)
1380 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1383 BT_DBG("%s", hdev
->name
);
1385 cancel_work_sync(&data
->work
);
1386 cancel_work_sync(&data
->waker
);
1388 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1389 clear_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
1390 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
1391 clear_bit(BTUSB_DIAG_RUNNING
, &data
->flags
);
1393 btusb_stop_traffic(data
);
1394 btusb_free_frags(data
);
1396 err
= usb_autopm_get_interface(data
->intf
);
1400 data
->intf
->needs_remote_wakeup
= 0;
1402 /* Enable remote wake up for auto-suspend */
1403 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
))
1404 data
->intf
->needs_remote_wakeup
= 1;
1406 usb_autopm_put_interface(data
->intf
);
1409 usb_scuttle_anchored_urbs(&data
->deferred
);
1413 static int btusb_flush(struct hci_dev
*hdev
)
1415 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1417 BT_DBG("%s", hdev
->name
);
1419 usb_kill_anchored_urbs(&data
->tx_anchor
);
1420 btusb_free_frags(data
);
1425 static struct urb
*alloc_ctrl_urb(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1427 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1428 struct usb_ctrlrequest
*dr
;
1432 urb
= usb_alloc_urb(0, GFP_KERNEL
);
1434 return ERR_PTR(-ENOMEM
);
1436 dr
= kmalloc(sizeof(*dr
), GFP_KERNEL
);
1439 return ERR_PTR(-ENOMEM
);
1442 dr
->bRequestType
= data
->cmdreq_type
;
1443 dr
->bRequest
= data
->cmdreq
;
1446 dr
->wLength
= __cpu_to_le16(skb
->len
);
1448 pipe
= usb_sndctrlpipe(data
->udev
, 0x00);
1450 usb_fill_control_urb(urb
, data
->udev
, pipe
, (void *)dr
,
1451 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
1453 skb
->dev
= (void *)hdev
;
1458 static struct urb
*alloc_bulk_urb(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1460 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1464 if (!data
->bulk_tx_ep
)
1465 return ERR_PTR(-ENODEV
);
1467 urb
= usb_alloc_urb(0, GFP_KERNEL
);
1469 return ERR_PTR(-ENOMEM
);
1471 pipe
= usb_sndbulkpipe(data
->udev
, data
->bulk_tx_ep
->bEndpointAddress
);
1473 usb_fill_bulk_urb(urb
, data
->udev
, pipe
,
1474 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
1476 skb
->dev
= (void *)hdev
;
1481 static struct urb
*alloc_isoc_urb(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1483 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1487 if (!data
->isoc_tx_ep
)
1488 return ERR_PTR(-ENODEV
);
1490 urb
= usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES
, GFP_KERNEL
);
1492 return ERR_PTR(-ENOMEM
);
1494 pipe
= usb_sndisocpipe(data
->udev
, data
->isoc_tx_ep
->bEndpointAddress
);
1496 usb_fill_int_urb(urb
, data
->udev
, pipe
,
1497 skb
->data
, skb
->len
, btusb_isoc_tx_complete
,
1498 skb
, data
->isoc_tx_ep
->bInterval
);
1500 urb
->transfer_flags
= URB_ISO_ASAP
;
1502 if (data
->isoc_altsetting
== 6)
1503 __fill_isoc_descriptor_msbc(urb
, skb
->len
,
1504 le16_to_cpu(data
->isoc_tx_ep
->wMaxPacketSize
),
1507 __fill_isoc_descriptor(urb
, skb
->len
,
1508 le16_to_cpu(data
->isoc_tx_ep
->wMaxPacketSize
));
1509 skb
->dev
= (void *)hdev
;
1514 static int submit_tx_urb(struct hci_dev
*hdev
, struct urb
*urb
)
1516 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1519 usb_anchor_urb(urb
, &data
->tx_anchor
);
1521 err
= usb_submit_urb(urb
, GFP_KERNEL
);
1523 if (err
!= -EPERM
&& err
!= -ENODEV
)
1524 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1526 kfree(urb
->setup_packet
);
1527 usb_unanchor_urb(urb
);
1529 usb_mark_last_busy(data
->udev
);
1536 static int submit_or_queue_tx_urb(struct hci_dev
*hdev
, struct urb
*urb
)
1538 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1539 unsigned long flags
;
1542 spin_lock_irqsave(&data
->txlock
, flags
);
1543 suspending
= test_bit(BTUSB_SUSPENDING
, &data
->flags
);
1545 data
->tx_in_flight
++;
1546 spin_unlock_irqrestore(&data
->txlock
, flags
);
1549 return submit_tx_urb(hdev
, urb
);
1551 usb_anchor_urb(urb
, &data
->deferred
);
1552 schedule_work(&data
->waker
);
1558 static int btusb_send_frame(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1562 BT_DBG("%s", hdev
->name
);
1564 switch (hci_skb_pkt_type(skb
)) {
1565 case HCI_COMMAND_PKT
:
1566 urb
= alloc_ctrl_urb(hdev
, skb
);
1568 return PTR_ERR(urb
);
1570 hdev
->stat
.cmd_tx
++;
1571 return submit_or_queue_tx_urb(hdev
, urb
);
1573 case HCI_ACLDATA_PKT
:
1574 urb
= alloc_bulk_urb(hdev
, skb
);
1576 return PTR_ERR(urb
);
1578 hdev
->stat
.acl_tx
++;
1579 return submit_or_queue_tx_urb(hdev
, urb
);
1581 case HCI_SCODATA_PKT
:
1582 if (hci_conn_num(hdev
, SCO_LINK
) < 1)
1585 urb
= alloc_isoc_urb(hdev
, skb
);
1587 return PTR_ERR(urb
);
1589 hdev
->stat
.sco_tx
++;
1590 return submit_tx_urb(hdev
, urb
);
1596 static void btusb_notify(struct hci_dev
*hdev
, unsigned int evt
)
1598 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1600 BT_DBG("%s evt %d", hdev
->name
, evt
);
1602 if (hci_conn_num(hdev
, SCO_LINK
) != data
->sco_num
) {
1603 data
->sco_num
= hci_conn_num(hdev
, SCO_LINK
);
1604 data
->air_mode
= evt
;
1605 schedule_work(&data
->work
);
1609 static inline int __set_isoc_interface(struct hci_dev
*hdev
, int altsetting
)
1611 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1612 struct usb_interface
*intf
= data
->isoc
;
1613 struct usb_endpoint_descriptor
*ep_desc
;
1619 err
= usb_set_interface(data
->udev
, data
->isoc_ifnum
, altsetting
);
1621 bt_dev_err(hdev
, "setting interface failed (%d)", -err
);
1625 data
->isoc_altsetting
= altsetting
;
1627 data
->isoc_tx_ep
= NULL
;
1628 data
->isoc_rx_ep
= NULL
;
1630 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
1631 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
1633 if (!data
->isoc_tx_ep
&& usb_endpoint_is_isoc_out(ep_desc
)) {
1634 data
->isoc_tx_ep
= ep_desc
;
1638 if (!data
->isoc_rx_ep
&& usb_endpoint_is_isoc_in(ep_desc
)) {
1639 data
->isoc_rx_ep
= ep_desc
;
1644 if (!data
->isoc_tx_ep
|| !data
->isoc_rx_ep
) {
1645 bt_dev_err(hdev
, "invalid SCO descriptors");
1652 static int btusb_switch_alt_setting(struct hci_dev
*hdev
, int new_alts
)
1654 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1657 if (data
->isoc_altsetting
!= new_alts
) {
1658 unsigned long flags
;
1660 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1661 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1663 /* When isochronous alternate setting needs to be
1664 * changed, because SCO connection has been added
1665 * or removed, a packet fragment may be left in the
1666 * reassembling state. This could lead to wrongly
1667 * assembled fragments.
1669 * Clear outstanding fragment when selecting a new
1670 * alternate setting.
1672 spin_lock_irqsave(&data
->rxlock
, flags
);
1673 kfree_skb(data
->sco_skb
);
1674 data
->sco_skb
= NULL
;
1675 spin_unlock_irqrestore(&data
->rxlock
, flags
);
1677 err
= __set_isoc_interface(hdev
, new_alts
);
1682 if (!test_and_set_bit(BTUSB_ISOC_RUNNING
, &data
->flags
)) {
1683 if (btusb_submit_isoc_urb(hdev
, GFP_KERNEL
) < 0)
1684 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1686 btusb_submit_isoc_urb(hdev
, GFP_KERNEL
);
1692 static struct usb_host_interface
*btusb_find_altsetting(struct btusb_data
*data
,
1695 struct usb_interface
*intf
= data
->isoc
;
1698 BT_DBG("Looking for Alt no :%d", alt
);
1703 for (i
= 0; i
< intf
->num_altsetting
; i
++) {
1704 if (intf
->altsetting
[i
].desc
.bAlternateSetting
== alt
)
1705 return &intf
->altsetting
[i
];
1711 static void btusb_work(struct work_struct
*work
)
1713 struct btusb_data
*data
= container_of(work
, struct btusb_data
, work
);
1714 struct hci_dev
*hdev
= data
->hdev
;
1718 if (data
->sco_num
> 0) {
1719 if (!test_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
)) {
1720 err
= usb_autopm_get_interface(data
->isoc
? data
->isoc
: data
->intf
);
1722 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1723 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1727 set_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
);
1730 if (data
->air_mode
== HCI_NOTIFY_ENABLE_SCO_CVSD
) {
1731 if (hdev
->voice_setting
& 0x0020) {
1732 static const int alts
[3] = { 2, 4, 5 };
1734 new_alts
= alts
[data
->sco_num
- 1];
1736 new_alts
= data
->sco_num
;
1738 } else if (data
->air_mode
== HCI_NOTIFY_ENABLE_SCO_TRANSP
) {
1739 /* Check if Alt 6 is supported for Transparent audio */
1740 if (btusb_find_altsetting(data
, 6)) {
1741 data
->usb_alt6_packet_flow
= true;
1743 } else if (test_bit(BTUSB_USE_ALT1_FOR_WBS
, &data
->flags
)) {
1746 bt_dev_err(hdev
, "Device does not support ALT setting 6");
1750 if (btusb_switch_alt_setting(hdev
, new_alts
) < 0)
1751 bt_dev_err(hdev
, "set USB alt:(%d) failed!", new_alts
);
1753 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1754 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1756 __set_isoc_interface(hdev
, 0);
1757 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
))
1758 usb_autopm_put_interface(data
->isoc
? data
->isoc
: data
->intf
);
1762 static void btusb_waker(struct work_struct
*work
)
1764 struct btusb_data
*data
= container_of(work
, struct btusb_data
, waker
);
1767 err
= usb_autopm_get_interface(data
->intf
);
1771 usb_autopm_put_interface(data
->intf
);
1774 static int btusb_setup_bcm92035(struct hci_dev
*hdev
)
1776 struct sk_buff
*skb
;
1779 BT_DBG("%s", hdev
->name
);
1781 skb
= __hci_cmd_sync(hdev
, 0xfc3b, 1, &val
, HCI_INIT_TIMEOUT
);
1783 bt_dev_err(hdev
, "BCM92035 command failed (%ld)", PTR_ERR(skb
));
1790 static int btusb_setup_csr(struct hci_dev
*hdev
)
1792 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1793 u16 bcdDevice
= le16_to_cpu(data
->udev
->descriptor
.bcdDevice
);
1794 struct hci_rp_read_local_version
*rp
;
1795 struct sk_buff
*skb
;
1796 bool is_fake
= false;
1799 BT_DBG("%s", hdev
->name
);
1801 skb
= __hci_cmd_sync(hdev
, HCI_OP_READ_LOCAL_VERSION
, 0, NULL
,
1804 int err
= PTR_ERR(skb
);
1805 bt_dev_err(hdev
, "CSR: Local version failed (%d)", err
);
1809 if (skb
->len
!= sizeof(struct hci_rp_read_local_version
)) {
1810 bt_dev_err(hdev
, "CSR: Local version length mismatch");
1815 rp
= (struct hci_rp_read_local_version
*)skb
->data
;
1817 /* Detect a wide host of Chinese controllers that aren't CSR.
1819 * Known fake bcdDevices: 0x0100, 0x0134, 0x1915, 0x2520, 0x7558, 0x8891
1821 * The main thing they have in common is that these are really popular low-cost
1822 * options that support newer Bluetooth versions but rely on heavy VID/PID
1823 * squatting of this poor old Bluetooth 1.1 device. Even sold as such.
1825 * We detect actual CSR devices by checking that the HCI manufacturer code
1826 * is Cambridge Silicon Radio (10) and ensuring that LMP sub-version and
1827 * HCI rev values always match. As they both store the firmware number.
1829 if (le16_to_cpu(rp
->manufacturer
) != 10 ||
1830 le16_to_cpu(rp
->hci_rev
) != le16_to_cpu(rp
->lmp_subver
))
1833 /* Known legit CSR firmware build numbers and their supported BT versions:
1834 * - 1.1 (0x1) -> 0x0073, 0x020d, 0x033c, 0x034e
1835 * - 1.2 (0x2) -> 0x04d9, 0x0529
1836 * - 2.0 (0x3) -> 0x07a6, 0x07ad, 0x0c5c
1837 * - 2.1 (0x4) -> 0x149c, 0x1735, 0x1899 (0x1899 is a BlueCore4-External)
1838 * - 4.0 (0x6) -> 0x1d86, 0x2031, 0x22bb
1840 * e.g. Real CSR dongles with LMP subversion 0x73 are old enough that
1841 * support BT 1.1 only; so it's a dead giveaway when some
1842 * third-party BT 4.0 dongle reuses it.
1844 else if (le16_to_cpu(rp
->lmp_subver
) <= 0x034e &&
1845 le16_to_cpu(rp
->hci_ver
) > BLUETOOTH_VER_1_1
)
1848 else if (le16_to_cpu(rp
->lmp_subver
) <= 0x0529 &&
1849 le16_to_cpu(rp
->hci_ver
) > BLUETOOTH_VER_1_2
)
1852 else if (le16_to_cpu(rp
->lmp_subver
) <= 0x0c5c &&
1853 le16_to_cpu(rp
->hci_ver
) > BLUETOOTH_VER_2_0
)
1856 else if (le16_to_cpu(rp
->lmp_subver
) <= 0x1899 &&
1857 le16_to_cpu(rp
->hci_ver
) > BLUETOOTH_VER_2_1
)
1860 else if (le16_to_cpu(rp
->lmp_subver
) <= 0x22bb &&
1861 le16_to_cpu(rp
->hci_ver
) > BLUETOOTH_VER_4_0
)
1864 /* Other clones which beat all the above checks */
1865 else if (bcdDevice
== 0x0134 &&
1866 le16_to_cpu(rp
->lmp_subver
) == 0x0c5c &&
1867 le16_to_cpu(rp
->hci_ver
) == BLUETOOTH_VER_2_0
)
1871 bt_dev_warn(hdev
, "CSR: Unbranded CSR clone detected; adding workarounds...");
1873 /* Generally these clones have big discrepancies between
1874 * advertised features and what's actually supported.
1875 * Probably will need to be expanded in the future;
1876 * without these the controller will lock up.
1878 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY
, &hdev
->quirks
);
1879 set_bit(HCI_QUIRK_BROKEN_ERR_DATA_REPORTING
, &hdev
->quirks
);
1881 /* Clear the reset quirk since this is not an actual
1882 * early Bluetooth 1.1 device from CSR.
1884 clear_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
1885 clear_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
1888 * Special workaround for clones with a Barrot 8041a02 chip,
1889 * these clones are really messed-up:
1890 * 1. Their bulk rx endpoint will never report any data unless
1891 * the device was suspended at least once (yes really).
1892 * 2. They will not wakeup when autosuspended and receiving data
1893 * on their bulk rx endpoint from e.g. a keyboard or mouse
1894 * (IOW remote-wakeup support is broken for the bulk endpoint).
1896 * To fix 1. enable runtime-suspend, force-suspend the
1897 * hci and then wake-it up by disabling runtime-suspend.
1899 * To fix 2. clear the hci's can_wake flag, this way the hci
1900 * will still be autosuspended when it is not open.
1902 if (bcdDevice
== 0x8891 &&
1903 le16_to_cpu(rp
->lmp_subver
) == 0x1012 &&
1904 le16_to_cpu(rp
->hci_rev
) == 0x0810 &&
1905 le16_to_cpu(rp
->hci_ver
) == BLUETOOTH_VER_4_0
) {
1906 bt_dev_warn(hdev
, "CSR: detected a fake CSR dongle using a Barrot 8041a02 chip, this chip is very buggy and may have issues\n");
1908 pm_runtime_allow(&data
->udev
->dev
);
1910 ret
= pm_runtime_suspend(&data
->udev
->dev
);
1914 bt_dev_err(hdev
, "Failed to suspend the device for Barrot 8041a02 receive-issue workaround\n");
1916 pm_runtime_forbid(&data
->udev
->dev
);
1918 device_set_wakeup_capable(&data
->udev
->dev
, false);
1919 /* Re-enable autosuspend if this was requested */
1920 if (enable_autosuspend
)
1921 usb_enable_autosuspend(data
->udev
);
1930 static const struct firmware
*btusb_setup_intel_get_fw(struct hci_dev
*hdev
,
1931 struct intel_version
*ver
)
1933 const struct firmware
*fw
;
1937 snprintf(fwname
, sizeof(fwname
),
1938 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1939 ver
->hw_platform
, ver
->hw_variant
, ver
->hw_revision
,
1940 ver
->fw_variant
, ver
->fw_revision
, ver
->fw_build_num
,
1941 ver
->fw_build_ww
, ver
->fw_build_yy
);
1943 ret
= request_firmware(&fw
, fwname
, &hdev
->dev
);
1945 if (ret
== -EINVAL
) {
1946 bt_dev_err(hdev
, "Intel firmware file request failed (%d)",
1951 bt_dev_err(hdev
, "failed to open Intel firmware file: %s (%d)",
1954 /* If the correct firmware patch file is not found, use the
1955 * default firmware patch file instead
1957 snprintf(fwname
, sizeof(fwname
), "intel/ibt-hw-%x.%x.bseq",
1958 ver
->hw_platform
, ver
->hw_variant
);
1959 if (request_firmware(&fw
, fwname
, &hdev
->dev
) < 0) {
1960 bt_dev_err(hdev
, "failed to open default fw file: %s",
1966 bt_dev_info(hdev
, "Intel Bluetooth firmware file: %s", fwname
);
1971 static int btusb_setup_intel_patching(struct hci_dev
*hdev
,
1972 const struct firmware
*fw
,
1973 const u8
**fw_ptr
, int *disable_patch
)
1975 struct sk_buff
*skb
;
1976 struct hci_command_hdr
*cmd
;
1977 const u8
*cmd_param
;
1978 struct hci_event_hdr
*evt
= NULL
;
1979 const u8
*evt_param
= NULL
;
1980 int remain
= fw
->size
- (*fw_ptr
- fw
->data
);
1982 /* The first byte indicates the types of the patch command or event.
1983 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1984 * in the current firmware buffer doesn't start with 0x01 or
1985 * the size of remain buffer is smaller than HCI command header,
1986 * the firmware file is corrupted and it should stop the patching
1989 if (remain
> HCI_COMMAND_HDR_SIZE
&& *fw_ptr
[0] != 0x01) {
1990 bt_dev_err(hdev
, "Intel fw corrupted: invalid cmd read");
1996 cmd
= (struct hci_command_hdr
*)(*fw_ptr
);
1997 *fw_ptr
+= sizeof(*cmd
);
1998 remain
-= sizeof(*cmd
);
2000 /* Ensure that the remain firmware data is long enough than the length
2001 * of command parameter. If not, the firmware file is corrupted.
2003 if (remain
< cmd
->plen
) {
2004 bt_dev_err(hdev
, "Intel fw corrupted: invalid cmd len");
2008 /* If there is a command that loads a patch in the firmware
2009 * file, then enable the patch upon success, otherwise just
2010 * disable the manufacturer mode, for example patch activation
2011 * is not required when the default firmware patch file is used
2012 * because there are no patch data to load.
2014 if (*disable_patch
&& le16_to_cpu(cmd
->opcode
) == 0xfc8e)
2017 cmd_param
= *fw_ptr
;
2018 *fw_ptr
+= cmd
->plen
;
2019 remain
-= cmd
->plen
;
2021 /* This reads the expected events when the above command is sent to the
2022 * device. Some vendor commands expects more than one events, for
2023 * example command status event followed by vendor specific event.
2024 * For this case, it only keeps the last expected event. so the command
2025 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
2026 * last expected event.
2028 while (remain
> HCI_EVENT_HDR_SIZE
&& *fw_ptr
[0] == 0x02) {
2032 evt
= (struct hci_event_hdr
*)(*fw_ptr
);
2033 *fw_ptr
+= sizeof(*evt
);
2034 remain
-= sizeof(*evt
);
2036 if (remain
< evt
->plen
) {
2037 bt_dev_err(hdev
, "Intel fw corrupted: invalid evt len");
2041 evt_param
= *fw_ptr
;
2042 *fw_ptr
+= evt
->plen
;
2043 remain
-= evt
->plen
;
2046 /* Every HCI commands in the firmware file has its correspond event.
2047 * If event is not found or remain is smaller than zero, the firmware
2048 * file is corrupted.
2050 if (!evt
|| !evt_param
|| remain
< 0) {
2051 bt_dev_err(hdev
, "Intel fw corrupted: invalid evt read");
2055 skb
= __hci_cmd_sync_ev(hdev
, le16_to_cpu(cmd
->opcode
), cmd
->plen
,
2056 cmd_param
, evt
->evt
, HCI_INIT_TIMEOUT
);
2058 bt_dev_err(hdev
, "sending Intel patch command (0x%4.4x) failed (%ld)",
2059 cmd
->opcode
, PTR_ERR(skb
));
2060 return PTR_ERR(skb
);
2063 /* It ensures that the returned event matches the event data read from
2064 * the firmware file. At fist, it checks the length and then
2065 * the contents of the event.
2067 if (skb
->len
!= evt
->plen
) {
2068 bt_dev_err(hdev
, "mismatch event length (opcode 0x%4.4x)",
2069 le16_to_cpu(cmd
->opcode
));
2074 if (memcmp(skb
->data
, evt_param
, evt
->plen
)) {
2075 bt_dev_err(hdev
, "mismatch event parameter (opcode 0x%4.4x)",
2076 le16_to_cpu(cmd
->opcode
));
2085 static int btusb_setup_intel(struct hci_dev
*hdev
)
2087 struct sk_buff
*skb
;
2088 const struct firmware
*fw
;
2090 int disable_patch
, err
;
2091 struct intel_version ver
;
2093 BT_DBG("%s", hdev
->name
);
2095 /* The controller has a bug with the first HCI command sent to it
2096 * returning number of completed commands as zero. This would stall the
2097 * command processing in the Bluetooth core.
2099 * As a workaround, send HCI Reset command first which will reset the
2100 * number of completed commands and allow normal command processing
2103 skb
= __hci_cmd_sync(hdev
, HCI_OP_RESET
, 0, NULL
, HCI_INIT_TIMEOUT
);
2105 bt_dev_err(hdev
, "sending initial HCI reset command failed (%ld)",
2107 return PTR_ERR(skb
);
2111 /* Read Intel specific controller version first to allow selection of
2112 * which firmware file to load.
2114 * The returned information are hardware variant and revision plus
2115 * firmware variant, revision and build number.
2117 err
= btintel_read_version(hdev
, &ver
);
2121 bt_dev_info(hdev
, "read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
2122 ver
.hw_platform
, ver
.hw_variant
, ver
.hw_revision
,
2123 ver
.fw_variant
, ver
.fw_revision
, ver
.fw_build_num
,
2124 ver
.fw_build_ww
, ver
.fw_build_yy
, ver
.fw_patch_num
);
2126 /* fw_patch_num indicates the version of patch the device currently
2127 * have. If there is no patch data in the device, it is always 0x00.
2128 * So, if it is other than 0x00, no need to patch the device again.
2130 if (ver
.fw_patch_num
) {
2131 bt_dev_info(hdev
, "Intel device is already patched. "
2132 "patch num: %02x", ver
.fw_patch_num
);
2136 /* Opens the firmware patch file based on the firmware version read
2137 * from the controller. If it fails to open the matching firmware
2138 * patch file, it tries to open the default firmware patch file.
2139 * If no patch file is found, allow the device to operate without
2142 fw
= btusb_setup_intel_get_fw(hdev
, &ver
);
2147 /* Enable the manufacturer mode of the controller.
2148 * Only while this mode is enabled, the driver can download the
2149 * firmware patch data and configuration parameters.
2151 err
= btintel_enter_mfg(hdev
);
2153 release_firmware(fw
);
2159 /* The firmware data file consists of list of Intel specific HCI
2160 * commands and its expected events. The first byte indicates the
2161 * type of the message, either HCI command or HCI event.
2163 * It reads the command and its expected event from the firmware file,
2164 * and send to the controller. Once __hci_cmd_sync_ev() returns,
2165 * the returned event is compared with the event read from the firmware
2166 * file and it will continue until all the messages are downloaded to
2169 * Once the firmware patching is completed successfully,
2170 * the manufacturer mode is disabled with reset and activating the
2173 * If the firmware patching fails, the manufacturer mode is
2174 * disabled with reset and deactivating the patch.
2176 * If the default patch file is used, no reset is done when disabling
2179 while (fw
->size
> fw_ptr
- fw
->data
) {
2182 ret
= btusb_setup_intel_patching(hdev
, fw
, &fw_ptr
,
2185 goto exit_mfg_deactivate
;
2188 release_firmware(fw
);
2191 goto exit_mfg_disable
;
2193 /* Patching completed successfully and disable the manufacturer mode
2194 * with reset and activate the downloaded firmware patches.
2196 err
= btintel_exit_mfg(hdev
, true, true);
2200 /* Need build number for downloaded fw patches in
2201 * every power-on boot
2203 err
= btintel_read_version(hdev
, &ver
);
2206 bt_dev_info(hdev
, "Intel BT fw patch 0x%02x completed & activated",
2212 /* Disable the manufacturer mode without reset */
2213 err
= btintel_exit_mfg(hdev
, false, false);
2217 bt_dev_info(hdev
, "Intel firmware patch completed");
2221 exit_mfg_deactivate
:
2222 release_firmware(fw
);
2224 /* Patching failed. Disable the manufacturer mode with reset and
2225 * deactivate the downloaded firmware patches.
2227 err
= btintel_exit_mfg(hdev
, true, false);
2231 bt_dev_info(hdev
, "Intel firmware patch completed and deactivated");
2234 /* Set the event mask for Intel specific vendor events. This enables
2235 * a few extra events that are useful during general operation.
2237 btintel_set_event_mask_mfg(hdev
, false);
2239 btintel_check_bdaddr(hdev
);
2243 static int inject_cmd_complete(struct hci_dev
*hdev
, __u16 opcode
)
2245 struct sk_buff
*skb
;
2246 struct hci_event_hdr
*hdr
;
2247 struct hci_ev_cmd_complete
*evt
;
2249 skb
= bt_skb_alloc(sizeof(*hdr
) + sizeof(*evt
) + 1, GFP_KERNEL
);
2253 hdr
= skb_put(skb
, sizeof(*hdr
));
2254 hdr
->evt
= HCI_EV_CMD_COMPLETE
;
2255 hdr
->plen
= sizeof(*evt
) + 1;
2257 evt
= skb_put(skb
, sizeof(*evt
));
2259 evt
->opcode
= cpu_to_le16(opcode
);
2261 skb_put_u8(skb
, 0x00);
2263 hci_skb_pkt_type(skb
) = HCI_EVENT_PKT
;
2265 return hci_recv_frame(hdev
, skb
);
2268 static int btusb_recv_bulk_intel(struct btusb_data
*data
, void *buffer
,
2271 /* When the device is in bootloader mode, then it can send
2272 * events via the bulk endpoint. These events are treated the
2273 * same way as the ones received from the interrupt endpoint.
2275 if (test_bit(BTUSB_BOOTLOADER
, &data
->flags
))
2276 return btusb_recv_intr(data
, buffer
, count
);
2278 return btusb_recv_bulk(data
, buffer
, count
);
2281 static void btusb_intel_bootup(struct btusb_data
*data
, const void *ptr
,
2284 const struct intel_bootup
*evt
= ptr
;
2286 if (len
!= sizeof(*evt
))
2289 if (test_and_clear_bit(BTUSB_BOOTING
, &data
->flags
))
2290 wake_up_bit(&data
->flags
, BTUSB_BOOTING
);
2293 static void btusb_intel_secure_send_result(struct btusb_data
*data
,
2294 const void *ptr
, unsigned int len
)
2296 const struct intel_secure_send_result
*evt
= ptr
;
2298 if (len
!= sizeof(*evt
))
2302 set_bit(BTUSB_FIRMWARE_FAILED
, &data
->flags
);
2304 if (test_and_clear_bit(BTUSB_DOWNLOADING
, &data
->flags
) &&
2305 test_bit(BTUSB_FIRMWARE_LOADED
, &data
->flags
))
2306 wake_up_bit(&data
->flags
, BTUSB_DOWNLOADING
);
2309 static int btusb_recv_event_intel(struct hci_dev
*hdev
, struct sk_buff
*skb
)
2311 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2313 if (test_bit(BTUSB_BOOTLOADER
, &data
->flags
)) {
2314 struct hci_event_hdr
*hdr
= (void *)skb
->data
;
2316 if (skb
->len
> HCI_EVENT_HDR_SIZE
&& hdr
->evt
== 0xff &&
2318 const void *ptr
= skb
->data
+ HCI_EVENT_HDR_SIZE
+ 1;
2319 unsigned int len
= skb
->len
- HCI_EVENT_HDR_SIZE
- 1;
2321 switch (skb
->data
[2]) {
2323 /* When switching to the operational firmware
2324 * the device sends a vendor specific event
2325 * indicating that the bootup completed.
2327 btusb_intel_bootup(data
, ptr
, len
);
2330 /* When the firmware loading completes the
2331 * device sends out a vendor specific event
2332 * indicating the result of the firmware
2335 btusb_intel_secure_send_result(data
, ptr
, len
);
2341 return hci_recv_frame(hdev
, skb
);
2344 static int btusb_send_frame_intel(struct hci_dev
*hdev
, struct sk_buff
*skb
)
2346 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2349 BT_DBG("%s", hdev
->name
);
2351 switch (hci_skb_pkt_type(skb
)) {
2352 case HCI_COMMAND_PKT
:
2353 if (test_bit(BTUSB_BOOTLOADER
, &data
->flags
)) {
2354 struct hci_command_hdr
*cmd
= (void *)skb
->data
;
2355 __u16 opcode
= le16_to_cpu(cmd
->opcode
);
2357 /* When in bootloader mode and the command 0xfc09
2358 * is received, it needs to be send down the
2359 * bulk endpoint. So allocate a bulk URB instead.
2361 if (opcode
== 0xfc09)
2362 urb
= alloc_bulk_urb(hdev
, skb
);
2364 urb
= alloc_ctrl_urb(hdev
, skb
);
2366 /* When the 0xfc01 command is issued to boot into
2367 * the operational firmware, it will actually not
2368 * send a command complete event. To keep the flow
2369 * control working inject that event here.
2371 if (opcode
== 0xfc01)
2372 inject_cmd_complete(hdev
, opcode
);
2374 urb
= alloc_ctrl_urb(hdev
, skb
);
2377 return PTR_ERR(urb
);
2379 hdev
->stat
.cmd_tx
++;
2380 return submit_or_queue_tx_urb(hdev
, urb
);
2382 case HCI_ACLDATA_PKT
:
2383 urb
= alloc_bulk_urb(hdev
, skb
);
2385 return PTR_ERR(urb
);
2387 hdev
->stat
.acl_tx
++;
2388 return submit_or_queue_tx_urb(hdev
, urb
);
2390 case HCI_SCODATA_PKT
:
2391 if (hci_conn_num(hdev
, SCO_LINK
) < 1)
2394 urb
= alloc_isoc_urb(hdev
, skb
);
2396 return PTR_ERR(urb
);
2398 hdev
->stat
.sco_tx
++;
2399 return submit_tx_urb(hdev
, urb
);
2405 static bool btusb_setup_intel_new_get_fw_name(struct intel_version
*ver
,
2406 struct intel_boot_params
*params
,
2407 char *fw_name
, size_t len
,
2410 switch (ver
->hw_variant
) {
2411 case 0x0b: /* SfP */
2412 case 0x0c: /* WsP */
2413 snprintf(fw_name
, len
, "intel/ibt-%u-%u.%s",
2414 le16_to_cpu(ver
->hw_variant
),
2415 le16_to_cpu(params
->dev_revid
),
2418 case 0x11: /* JfP */
2419 case 0x12: /* ThP */
2420 case 0x13: /* HrP */
2421 case 0x14: /* CcP */
2422 snprintf(fw_name
, len
, "intel/ibt-%u-%u-%u.%s",
2423 le16_to_cpu(ver
->hw_variant
),
2424 le16_to_cpu(ver
->hw_revision
),
2425 le16_to_cpu(ver
->fw_revision
),
2434 static void btusb_setup_intel_newgen_get_fw_name(const struct intel_version_tlv
*ver_tlv
,
2435 char *fw_name
, size_t len
,
2438 /* The firmware file name for new generation controllers will be
2439 * ibt-<cnvi_top type+cnvi_top step>-<cnvr_top type+cnvr_top step>
2441 snprintf(fw_name
, len
, "intel/ibt-%04x-%04x.%s",
2442 INTEL_CNVX_TOP_PACK_SWAB(INTEL_CNVX_TOP_TYPE(ver_tlv
->cnvi_top
),
2443 INTEL_CNVX_TOP_STEP(ver_tlv
->cnvi_top
)),
2444 INTEL_CNVX_TOP_PACK_SWAB(INTEL_CNVX_TOP_TYPE(ver_tlv
->cnvr_top
),
2445 INTEL_CNVX_TOP_STEP(ver_tlv
->cnvr_top
)),
2449 static int btusb_intel_download_firmware_newgen(struct hci_dev
*hdev
,
2450 struct intel_version_tlv
*ver
,
2453 const struct firmware
*fw
;
2456 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2458 if (!ver
|| !boot_param
)
2461 /* The hardware platform number has a fixed value of 0x37 and
2462 * for now only accept this single value.
2464 if (INTEL_HW_PLATFORM(ver
->cnvi_bt
) != 0x37) {
2465 bt_dev_err(hdev
, "Unsupported Intel hardware platform (0x%2x)",
2466 INTEL_HW_PLATFORM(ver
->cnvi_bt
));
2470 /* The firmware variant determines if the device is in bootloader
2471 * mode or is running operational firmware. The value 0x03 identifies
2472 * the bootloader and the value 0x23 identifies the operational
2475 * When the operational firmware is already present, then only
2476 * the check for valid Bluetooth device address is needed. This
2477 * determines if the device will be added as configured or
2478 * unconfigured controller.
2480 * It is not possible to use the Secure Boot Parameters in this
2481 * case since that command is only available in bootloader mode.
2483 if (ver
->img_type
== 0x03) {
2484 clear_bit(BTUSB_BOOTLOADER
, &data
->flags
);
2485 btintel_check_bdaddr(hdev
);
2489 /* Check for supported iBT hardware variants of this firmware
2492 * This check has been put in place to ensure correct forward
2493 * compatibility options when newer hardware variants come along.
2495 switch (INTEL_HW_VARIANT(ver
->cnvi_bt
)) {
2496 case 0x17: /* TyP */
2497 case 0x18: /* Slr */
2498 case 0x19: /* Slr-F */
2501 bt_dev_err(hdev
, "Unsupported Intel hardware variant (0x%x)",
2502 INTEL_HW_VARIANT(ver
->cnvi_bt
));
2506 /* If the device is not in bootloader mode, then the only possible
2507 * choice is to return an error and abort the device initialization.
2509 if (ver
->img_type
!= 0x01) {
2510 bt_dev_err(hdev
, "Unsupported Intel firmware variant (0x%x)",
2515 /* It is required that every single firmware fragment is acknowledged
2516 * with a command complete event. If the boot parameters indicate
2517 * that this bootloader does not send them, then abort the setup.
2519 if (ver
->limited_cce
!= 0x00) {
2520 bt_dev_err(hdev
, "Unsupported Intel firmware loading method (0x%x)",
2525 /* Secure boot engine type should be either 1 (ECDSA) or 0 (RSA) */
2526 if (ver
->sbe_type
> 0x01) {
2527 bt_dev_err(hdev
, "Unsupported Intel secure boot engine type (0x%x)",
2532 /* If the OTP has no valid Bluetooth device address, then there will
2533 * also be no valid address for the operational firmware.
2535 if (!bacmp(&ver
->otp_bd_addr
, BDADDR_ANY
)) {
2536 bt_dev_info(hdev
, "No device address configured");
2537 set_bit(HCI_QUIRK_INVALID_BDADDR
, &hdev
->quirks
);
2540 btusb_setup_intel_newgen_get_fw_name(ver
, fwname
, sizeof(fwname
), "sfi");
2541 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
2543 bt_dev_err(hdev
, "Failed to load Intel firmware file (%d)", err
);
2547 bt_dev_info(hdev
, "Found device firmware: %s", fwname
);
2549 if (fw
->size
< 644) {
2550 bt_dev_err(hdev
, "Invalid size of firmware file (%zu)",
2556 set_bit(BTUSB_DOWNLOADING
, &data
->flags
);
2558 /* Start firmware downloading and get boot parameter */
2559 err
= btintel_download_firmware_newgen(hdev
, fw
, boot_param
,
2560 INTEL_HW_VARIANT(ver
->cnvi_bt
),
2563 /* When FW download fails, send Intel Reset to retry
2566 btintel_reset_to_bootloader(hdev
);
2569 set_bit(BTUSB_FIRMWARE_LOADED
, &data
->flags
);
2571 bt_dev_info(hdev
, "Waiting for firmware download to complete");
2573 /* Before switching the device into operational mode and with that
2574 * booting the loaded firmware, wait for the bootloader notification
2575 * that all fragments have been successfully received.
2577 * When the event processing receives the notification, then the
2578 * BTUSB_DOWNLOADING flag will be cleared.
2580 * The firmware loading should not take longer than 5 seconds
2581 * and thus just timeout if that happens and fail the setup
2584 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_DOWNLOADING
,
2586 msecs_to_jiffies(5000));
2587 if (err
== -EINTR
) {
2588 bt_dev_err(hdev
, "Firmware loading interrupted");
2593 bt_dev_err(hdev
, "Firmware loading timeout");
2595 btintel_reset_to_bootloader(hdev
);
2599 if (test_bit(BTUSB_FIRMWARE_FAILED
, &data
->flags
)) {
2600 bt_dev_err(hdev
, "Firmware loading failed");
2606 release_firmware(fw
);
2610 static int btusb_intel_download_firmware(struct hci_dev
*hdev
,
2611 struct intel_version
*ver
,
2612 struct intel_boot_params
*params
,
2615 const struct firmware
*fw
;
2618 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2620 if (!ver
|| !params
)
2623 /* The hardware platform number has a fixed value of 0x37 and
2624 * for now only accept this single value.
2626 if (ver
->hw_platform
!= 0x37) {
2627 bt_dev_err(hdev
, "Unsupported Intel hardware platform (%u)",
2632 /* Check for supported iBT hardware variants of this firmware
2635 * This check has been put in place to ensure correct forward
2636 * compatibility options when newer hardware variants come along.
2638 switch (ver
->hw_variant
) {
2639 case 0x0b: /* SfP */
2640 case 0x0c: /* WsP */
2641 case 0x11: /* JfP */
2642 case 0x12: /* ThP */
2643 case 0x13: /* HrP */
2644 case 0x14: /* CcP */
2647 bt_dev_err(hdev
, "Unsupported Intel hardware variant (%u)",
2652 btintel_version_info(hdev
, ver
);
2654 /* The firmware variant determines if the device is in bootloader
2655 * mode or is running operational firmware. The value 0x06 identifies
2656 * the bootloader and the value 0x23 identifies the operational
2659 * When the operational firmware is already present, then only
2660 * the check for valid Bluetooth device address is needed. This
2661 * determines if the device will be added as configured or
2662 * unconfigured controller.
2664 * It is not possible to use the Secure Boot Parameters in this
2665 * case since that command is only available in bootloader mode.
2667 if (ver
->fw_variant
== 0x23) {
2668 clear_bit(BTUSB_BOOTLOADER
, &data
->flags
);
2669 btintel_check_bdaddr(hdev
);
2673 /* If the device is not in bootloader mode, then the only possible
2674 * choice is to return an error and abort the device initialization.
2676 if (ver
->fw_variant
!= 0x06) {
2677 bt_dev_err(hdev
, "Unsupported Intel firmware variant (%u)",
2682 /* Read the secure boot parameters to identify the operating
2683 * details of the bootloader.
2685 err
= btintel_read_boot_params(hdev
, params
);
2689 /* It is required that every single firmware fragment is acknowledged
2690 * with a command complete event. If the boot parameters indicate
2691 * that this bootloader does not send them, then abort the setup.
2693 if (params
->limited_cce
!= 0x00) {
2694 bt_dev_err(hdev
, "Unsupported Intel firmware loading method (%u)",
2695 params
->limited_cce
);
2699 /* If the OTP has no valid Bluetooth device address, then there will
2700 * also be no valid address for the operational firmware.
2702 if (!bacmp(¶ms
->otp_bdaddr
, BDADDR_ANY
)) {
2703 bt_dev_info(hdev
, "No device address configured");
2704 set_bit(HCI_QUIRK_INVALID_BDADDR
, &hdev
->quirks
);
2707 /* With this Intel bootloader only the hardware variant and device
2708 * revision information are used to select the right firmware for SfP
2711 * The firmware filename is ibt-<hw_variant>-<dev_revid>.sfi.
2713 * Currently the supported hardware variants are:
2714 * 11 (0x0b) for iBT3.0 (LnP/SfP)
2715 * 12 (0x0c) for iBT3.5 (WsP)
2717 * For ThP/JfP and for future SKU's, the FW name varies based on HW
2718 * variant, HW revision and FW revision, as these are dependent on CNVi
2719 * and RF Combination.
2721 * 17 (0x11) for iBT3.5 (JfP)
2722 * 18 (0x12) for iBT3.5 (ThP)
2724 * The firmware file name for these will be
2725 * ibt-<hw_variant>-<hw_revision>-<fw_revision>.sfi.
2728 err
= btusb_setup_intel_new_get_fw_name(ver
, params
, fwname
,
2729 sizeof(fwname
), "sfi");
2731 bt_dev_err(hdev
, "Unsupported Intel firmware naming");
2735 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
2737 bt_dev_err(hdev
, "Failed to load Intel firmware file (%d)", err
);
2741 bt_dev_info(hdev
, "Found device firmware: %s", fwname
);
2743 if (fw
->size
< 644) {
2744 bt_dev_err(hdev
, "Invalid size of firmware file (%zu)",
2750 set_bit(BTUSB_DOWNLOADING
, &data
->flags
);
2752 /* Start firmware downloading and get boot parameter */
2753 err
= btintel_download_firmware(hdev
, fw
, boot_param
);
2755 /* When FW download fails, send Intel Reset to retry
2758 btintel_reset_to_bootloader(hdev
);
2761 set_bit(BTUSB_FIRMWARE_LOADED
, &data
->flags
);
2763 bt_dev_info(hdev
, "Waiting for firmware download to complete");
2765 /* Before switching the device into operational mode and with that
2766 * booting the loaded firmware, wait for the bootloader notification
2767 * that all fragments have been successfully received.
2769 * When the event processing receives the notification, then the
2770 * BTUSB_DOWNLOADING flag will be cleared.
2772 * The firmware loading should not take longer than 5 seconds
2773 * and thus just timeout if that happens and fail the setup
2776 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_DOWNLOADING
,
2778 msecs_to_jiffies(5000));
2779 if (err
== -EINTR
) {
2780 bt_dev_err(hdev
, "Firmware loading interrupted");
2785 bt_dev_err(hdev
, "Firmware loading timeout");
2787 btintel_reset_to_bootloader(hdev
);
2791 if (test_bit(BTUSB_FIRMWARE_FAILED
, &data
->flags
)) {
2792 bt_dev_err(hdev
, "Firmware loading failed");
2798 release_firmware(fw
);
2802 static int btusb_setup_intel_new(struct hci_dev
*hdev
)
2804 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2805 struct intel_version ver
;
2806 struct intel_boot_params params
;
2809 ktime_t calltime
, delta
, rettime
;
2810 unsigned long long duration
;
2812 struct intel_debug_features features
;
2814 BT_DBG("%s", hdev
->name
);
2816 /* Set the default boot parameter to 0x0 and it is updated to
2817 * SKU specific boot parameter after reading Intel_Write_Boot_Params
2818 * command while downloading the firmware.
2820 boot_param
= 0x00000000;
2822 calltime
= ktime_get();
2824 /* Read the Intel version information to determine if the device
2825 * is in bootloader mode or if it already has operational firmware
2828 err
= btintel_read_version(hdev
, &ver
);
2830 bt_dev_err(hdev
, "Intel Read version failed (%d)", err
);
2831 btintel_reset_to_bootloader(hdev
);
2835 err
= btusb_intel_download_firmware(hdev
, &ver
, ¶ms
, &boot_param
);
2839 /* controller is already having an operational firmware */
2840 if (ver
.fw_variant
== 0x23)
2843 rettime
= ktime_get();
2844 delta
= ktime_sub(rettime
, calltime
);
2845 duration
= (unsigned long long) ktime_to_ns(delta
) >> 10;
2847 bt_dev_info(hdev
, "Firmware loaded in %llu usecs", duration
);
2849 calltime
= ktime_get();
2851 set_bit(BTUSB_BOOTING
, &data
->flags
);
2853 err
= btintel_send_intel_reset(hdev
, boot_param
);
2855 bt_dev_err(hdev
, "Intel Soft Reset failed (%d)", err
);
2856 btintel_reset_to_bootloader(hdev
);
2860 /* The bootloader will not indicate when the device is ready. This
2861 * is done by the operational firmware sending bootup notification.
2863 * Booting into operational firmware should not take longer than
2864 * 1 second. However if that happens, then just fail the setup
2865 * since something went wrong.
2867 bt_dev_info(hdev
, "Waiting for device to boot");
2869 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_BOOTING
,
2871 msecs_to_jiffies(1000));
2873 if (err
== -EINTR
) {
2874 bt_dev_err(hdev
, "Device boot interrupted");
2879 bt_dev_err(hdev
, "Device boot timeout");
2880 btintel_reset_to_bootloader(hdev
);
2884 rettime
= ktime_get();
2885 delta
= ktime_sub(rettime
, calltime
);
2886 duration
= (unsigned long long) ktime_to_ns(delta
) >> 10;
2888 bt_dev_info(hdev
, "Device booted in %llu usecs", duration
);
2890 clear_bit(BTUSB_BOOTLOADER
, &data
->flags
);
2892 err
= btusb_setup_intel_new_get_fw_name(&ver
, ¶ms
, ddcname
,
2893 sizeof(ddcname
), "ddc");
2896 bt_dev_err(hdev
, "Unsupported Intel firmware naming");
2898 /* Once the device is running in operational mode, it needs to
2899 * apply the device configuration (DDC) parameters.
2901 * The device can work without DDC parameters, so even if it
2902 * fails to load the file, no need to fail the setup.
2904 btintel_load_ddc_config(hdev
, ddcname
);
2907 /* Read the Intel supported features and if new exception formats
2908 * supported, need to load the additional DDC config to enable.
2910 btintel_read_debug_features(hdev
, &features
);
2912 /* Set DDC mask for available debug features */
2913 btintel_set_debug_features(hdev
, &features
);
2915 /* Read the Intel version information after loading the FW */
2916 err
= btintel_read_version(hdev
, &ver
);
2920 btintel_version_info(hdev
, &ver
);
2923 /* All Intel controllers that support the Microsoft vendor
2924 * extension are using 0xFC1E for VsMsftOpCode.
2926 switch (ver
.hw_variant
) {
2927 case 0x12: /* ThP */
2928 hci_set_msft_opcode(hdev
, 0xFC1E);
2932 /* Set the event mask for Intel specific vendor events. This enables
2933 * a few extra events that are useful during general operation. It
2934 * does not enable any debugging related events.
2936 * The device will function correctly without these events enabled
2937 * and thus no need to fail the setup.
2939 btintel_set_event_mask(hdev
, false);
2944 static int btusb_setup_intel_newgen(struct hci_dev
*hdev
)
2946 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2949 ktime_t calltime
, delta
, rettime
;
2950 unsigned long long duration
;
2952 struct intel_debug_features features
;
2953 struct intel_version_tlv version
;
2955 bt_dev_dbg(hdev
, "");
2957 /* Set the default boot parameter to 0x0 and it is updated to
2958 * SKU specific boot parameter after reading Intel_Write_Boot_Params
2959 * command while downloading the firmware.
2961 boot_param
= 0x00000000;
2963 calltime
= ktime_get();
2965 /* Read the Intel version information to determine if the device
2966 * is in bootloader mode or if it already has operational firmware
2969 err
= btintel_read_version_tlv(hdev
, &version
);
2971 bt_dev_err(hdev
, "Intel Read version failed (%d)", err
);
2972 btintel_reset_to_bootloader(hdev
);
2976 btintel_version_info_tlv(hdev
, &version
);
2978 err
= btusb_intel_download_firmware_newgen(hdev
, &version
, &boot_param
);
2982 /* check if controller is already having an operational firmware */
2983 if (version
.img_type
== 0x03)
2986 rettime
= ktime_get();
2987 delta
= ktime_sub(rettime
, calltime
);
2988 duration
= (unsigned long long)ktime_to_ns(delta
) >> 10;
2990 bt_dev_info(hdev
, "Firmware loaded in %llu usecs", duration
);
2992 calltime
= ktime_get();
2994 set_bit(BTUSB_BOOTING
, &data
->flags
);
2996 err
= btintel_send_intel_reset(hdev
, boot_param
);
2998 bt_dev_err(hdev
, "Intel Soft Reset failed (%d)", err
);
2999 btintel_reset_to_bootloader(hdev
);
3003 /* The bootloader will not indicate when the device is ready. This
3004 * is done by the operational firmware sending bootup notification.
3006 * Booting into operational firmware should not take longer than
3007 * 1 second. However if that happens, then just fail the setup
3008 * since something went wrong.
3010 bt_dev_info(hdev
, "Waiting for device to boot");
3012 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_BOOTING
,
3014 msecs_to_jiffies(1000));
3016 if (err
== -EINTR
) {
3017 bt_dev_err(hdev
, "Device boot interrupted");
3022 bt_dev_err(hdev
, "Device boot timeout");
3023 btintel_reset_to_bootloader(hdev
);
3027 rettime
= ktime_get();
3028 delta
= ktime_sub(rettime
, calltime
);
3029 duration
= (unsigned long long)ktime_to_ns(delta
) >> 10;
3031 bt_dev_info(hdev
, "Device booted in %llu usecs", duration
);
3033 clear_bit(BTUSB_BOOTLOADER
, &data
->flags
);
3035 btusb_setup_intel_newgen_get_fw_name(&version
, ddcname
, sizeof(ddcname
),
3037 /* Once the device is running in operational mode, it needs to
3038 * apply the device configuration (DDC) parameters.
3040 * The device can work without DDC parameters, so even if it
3041 * fails to load the file, no need to fail the setup.
3043 btintel_load_ddc_config(hdev
, ddcname
);
3045 /* Read the Intel supported features and if new exception formats
3046 * supported, need to load the additional DDC config to enable.
3048 btintel_read_debug_features(hdev
, &features
);
3050 /* Set DDC mask for available debug features */
3051 btintel_set_debug_features(hdev
, &features
);
3053 /* Read the Intel version information after loading the FW */
3054 err
= btintel_read_version_tlv(hdev
, &version
);
3058 btintel_version_info_tlv(hdev
, &version
);
3061 /* Set the event mask for Intel specific vendor events. This enables
3062 * a few extra events that are useful during general operation. It
3063 * does not enable any debugging related events.
3065 * The device will function correctly without these events enabled
3066 * and thus no need to fail the setup.
3068 btintel_set_event_mask(hdev
, false);
3072 static int btusb_shutdown_intel(struct hci_dev
*hdev
)
3074 struct sk_buff
*skb
;
3077 /* In the shutdown sequence where Bluetooth is turned off followed
3078 * by WiFi being turned off, turning WiFi back on causes issue with
3079 * the RF calibration.
3081 * To ensure that any RF activity has been stopped, issue HCI Reset
3082 * command to clear all ongoing activity including advertising,
3085 skb
= __hci_cmd_sync(hdev
, HCI_OP_RESET
, 0, NULL
, HCI_INIT_TIMEOUT
);
3088 bt_dev_err(hdev
, "HCI reset during shutdown failed");
3093 /* Some platforms have an issue with BT LED when the interface is
3094 * down or BT radio is turned off, which takes 5 seconds to BT LED
3095 * goes off. This command turns off the BT LED immediately.
3097 skb
= __hci_cmd_sync(hdev
, 0xfc3f, 0, NULL
, HCI_INIT_TIMEOUT
);
3100 bt_dev_err(hdev
, "turning off Intel device LED failed");
3108 static int btusb_shutdown_intel_new(struct hci_dev
*hdev
)
3110 struct sk_buff
*skb
;
3112 /* Send HCI Reset to the controller to stop any BT activity which
3113 * were triggered. This will help to save power and maintain the
3114 * sync b/w Host and controller
3116 skb
= __hci_cmd_sync(hdev
, HCI_OP_RESET
, 0, NULL
, HCI_INIT_TIMEOUT
);
3118 bt_dev_err(hdev
, "HCI reset during shutdown failed");
3119 return PTR_ERR(skb
);
3126 #define FIRMWARE_MT7663 "mediatek/mt7663pr2h.bin"
3127 #define FIRMWARE_MT7668 "mediatek/mt7668pr2h.bin"
3129 #define HCI_WMT_MAX_EVENT_SIZE 64
3132 BTMTK_WMT_PATCH_DWNLD
= 0x1,
3133 BTMTK_WMT_FUNC_CTRL
= 0x6,
3134 BTMTK_WMT_RST
= 0x7,
3135 BTMTK_WMT_SEMAPHORE
= 0x17,
3140 BTMTK_WMT_PATCH_UNDONE
,
3141 BTMTK_WMT_PATCH_DONE
,
3142 BTMTK_WMT_ON_UNDONE
,
3144 BTMTK_WMT_ON_PROGRESS
,
3147 struct btmtk_wmt_hdr
{
3154 struct btmtk_hci_wmt_cmd
{
3155 struct btmtk_wmt_hdr hdr
;
3159 struct btmtk_hci_wmt_evt
{
3160 struct hci_event_hdr hhdr
;
3161 struct btmtk_wmt_hdr whdr
;
3164 struct btmtk_hci_wmt_evt_funcc
{
3165 struct btmtk_hci_wmt_evt hwhdr
;
3169 struct btmtk_tci_sleep
{
3172 __le16 host_duration
;
3174 u8 time_compensation
;
3177 struct btmtk_hci_wmt_params
{
3185 static void btusb_mtk_wmt_recv(struct urb
*urb
)
3187 struct hci_dev
*hdev
= urb
->context
;
3188 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3189 struct hci_event_hdr
*hdr
;
3190 struct sk_buff
*skb
;
3193 if (urb
->status
== 0 && urb
->actual_length
> 0) {
3194 hdev
->stat
.byte_rx
+= urb
->actual_length
;
3196 /* WMT event shouldn't be fragmented and the size should be
3197 * less than HCI_WMT_MAX_EVENT_SIZE.
3199 skb
= bt_skb_alloc(HCI_WMT_MAX_EVENT_SIZE
, GFP_ATOMIC
);
3201 hdev
->stat
.err_rx
++;
3205 hci_skb_pkt_type(skb
) = HCI_EVENT_PKT
;
3206 skb_put_data(skb
, urb
->transfer_buffer
, urb
->actual_length
);
3208 hdr
= (void *)skb
->data
;
3209 /* Fix up the vendor event id with 0xff for vendor specific
3210 * instead of 0xe4 so that event send via monitoring socket can
3211 * be parsed properly.
3215 /* When someone waits for the WMT event, the skb is being cloned
3216 * and being processed the events from there then.
3218 if (test_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
)) {
3219 data
->evt_skb
= skb_clone(skb
, GFP_ATOMIC
);
3224 err
= hci_recv_frame(hdev
, skb
);
3228 if (test_and_clear_bit(BTUSB_TX_WAIT_VND_EVT
,
3230 /* Barrier to sync with other CPUs */
3231 smp_mb__after_atomic();
3232 wake_up_bit(&data
->flags
,
3233 BTUSB_TX_WAIT_VND_EVT
);
3238 kfree_skb(data
->evt_skb
);
3239 data
->evt_skb
= NULL
;
3241 } else if (urb
->status
== -ENOENT
) {
3242 /* Avoid suspend failed when usb_kill_urb */
3246 usb_mark_last_busy(data
->udev
);
3248 /* The URB complete handler is still called with urb->actual_length = 0
3249 * when the event is not available, so we should keep re-submitting
3250 * URB until WMT event returns, Also, It's necessary to wait some time
3251 * between the two consecutive control URBs to relax the target device
3252 * to generate the event. Otherwise, the WMT event cannot return from
3253 * the device successfully.
3257 usb_anchor_urb(urb
, &data
->ctrl_anchor
);
3258 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
3260 /* -EPERM: urb is being killed;
3261 * -ENODEV: device got disconnected
3263 if (err
!= -EPERM
&& err
!= -ENODEV
)
3264 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
3266 usb_unanchor_urb(urb
);
3270 static int btusb_mtk_submit_wmt_recv_urb(struct hci_dev
*hdev
)
3272 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3273 struct usb_ctrlrequest
*dr
;
3279 urb
= usb_alloc_urb(0, GFP_KERNEL
);
3283 dr
= kmalloc(sizeof(*dr
), GFP_KERNEL
);
3289 dr
->bRequestType
= USB_TYPE_VENDOR
| USB_DIR_IN
;
3291 dr
->wIndex
= cpu_to_le16(0);
3292 dr
->wValue
= cpu_to_le16(48);
3293 dr
->wLength
= cpu_to_le16(size
);
3295 buf
= kmalloc(size
, GFP_KERNEL
);
3302 pipe
= usb_rcvctrlpipe(data
->udev
, 0);
3304 usb_fill_control_urb(urb
, data
->udev
, pipe
, (void *)dr
,
3305 buf
, size
, btusb_mtk_wmt_recv
, hdev
);
3307 urb
->transfer_flags
|= URB_FREE_BUFFER
;
3309 usb_anchor_urb(urb
, &data
->ctrl_anchor
);
3310 err
= usb_submit_urb(urb
, GFP_KERNEL
);
3312 if (err
!= -EPERM
&& err
!= -ENODEV
)
3313 bt_dev_err(hdev
, "urb %p submission failed (%d)",
3315 usb_unanchor_urb(urb
);
3323 static int btusb_mtk_hci_wmt_sync(struct hci_dev
*hdev
,
3324 struct btmtk_hci_wmt_params
*wmt_params
)
3326 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3327 struct btmtk_hci_wmt_evt_funcc
*wmt_evt_funcc
;
3328 u32 hlen
, status
= BTMTK_WMT_INVALID
;
3329 struct btmtk_hci_wmt_evt
*wmt_evt
;
3330 struct btmtk_hci_wmt_cmd wc
;
3331 struct btmtk_wmt_hdr
*hdr
;
3334 /* Submit control IN URB on demand to process the WMT event */
3335 err
= btusb_mtk_submit_wmt_recv_urb(hdev
);
3339 /* Send the WMT command and wait until the WMT event returns */
3340 hlen
= sizeof(*hdr
) + wmt_params
->dlen
;
3344 hdr
= (struct btmtk_wmt_hdr
*)&wc
;
3346 hdr
->op
= wmt_params
->op
;
3347 hdr
->dlen
= cpu_to_le16(wmt_params
->dlen
+ 1);
3348 hdr
->flag
= wmt_params
->flag
;
3349 memcpy(wc
.data
, wmt_params
->data
, wmt_params
->dlen
);
3351 set_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
3353 err
= __hci_cmd_send(hdev
, 0xfc6f, hlen
, &wc
);
3356 clear_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
3360 /* The vendor specific WMT commands are all answered by a vendor
3361 * specific event and will have the Command Status or Command
3362 * Complete as with usual HCI command flow control.
3364 * After sending the command, wait for BTUSB_TX_WAIT_VND_EVT
3365 * state to be cleared. The driver specific event receive routine
3366 * will clear that state and with that indicate completion of the
3369 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_TX_WAIT_VND_EVT
,
3370 TASK_INTERRUPTIBLE
, HCI_INIT_TIMEOUT
);
3371 if (err
== -EINTR
) {
3372 bt_dev_err(hdev
, "Execution of wmt command interrupted");
3373 clear_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
3378 bt_dev_err(hdev
, "Execution of wmt command timed out");
3379 clear_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
3383 /* Parse and handle the return WMT event */
3384 wmt_evt
= (struct btmtk_hci_wmt_evt
*)data
->evt_skb
->data
;
3385 if (wmt_evt
->whdr
.op
!= hdr
->op
) {
3386 bt_dev_err(hdev
, "Wrong op received %d expected %d",
3387 wmt_evt
->whdr
.op
, hdr
->op
);
3392 switch (wmt_evt
->whdr
.op
) {
3393 case BTMTK_WMT_SEMAPHORE
:
3394 if (wmt_evt
->whdr
.flag
== 2)
3395 status
= BTMTK_WMT_PATCH_UNDONE
;
3397 status
= BTMTK_WMT_PATCH_DONE
;
3399 case BTMTK_WMT_FUNC_CTRL
:
3400 wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc
*)wmt_evt
;
3401 if (be16_to_cpu(wmt_evt_funcc
->status
) == 0x404)
3402 status
= BTMTK_WMT_ON_DONE
;
3403 else if (be16_to_cpu(wmt_evt_funcc
->status
) == 0x420)
3404 status
= BTMTK_WMT_ON_PROGRESS
;
3406 status
= BTMTK_WMT_ON_UNDONE
;
3410 if (wmt_params
->status
)
3411 *wmt_params
->status
= status
;
3414 kfree_skb(data
->evt_skb
);
3415 data
->evt_skb
= NULL
;
3420 static int btusb_mtk_setup_firmware(struct hci_dev
*hdev
, const char *fwname
)
3422 struct btmtk_hci_wmt_params wmt_params
;
3423 const struct firmware
*fw
;
3429 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
3431 bt_dev_err(hdev
, "Failed to load firmware file (%d)", err
);
3435 /* Power on data RAM the firmware relies on. */
3437 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
3438 wmt_params
.flag
= 3;
3439 wmt_params
.dlen
= sizeof(param
);
3440 wmt_params
.data
= ¶m
;
3441 wmt_params
.status
= NULL
;
3443 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3445 bt_dev_err(hdev
, "Failed to power on data RAM (%d)", err
);
3446 goto err_release_fw
;
3452 /* The size of patch header is 30 bytes, should be skip */
3455 goto err_release_fw
;
3462 wmt_params
.op
= BTMTK_WMT_PATCH_DWNLD
;
3463 wmt_params
.status
= NULL
;
3465 while (fw_size
> 0) {
3466 dlen
= min_t(int, 250, fw_size
);
3468 /* Tell deivice the position in sequence */
3469 if (fw_size
- dlen
<= 0)
3471 else if (fw_size
< fw
->size
- 30)
3474 wmt_params
.flag
= flag
;
3475 wmt_params
.dlen
= dlen
;
3476 wmt_params
.data
= fw_ptr
;
3478 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3480 bt_dev_err(hdev
, "Failed to send wmt patch dwnld (%d)",
3482 goto err_release_fw
;
3489 wmt_params
.op
= BTMTK_WMT_RST
;
3490 wmt_params
.flag
= 4;
3491 wmt_params
.dlen
= 0;
3492 wmt_params
.data
= NULL
;
3493 wmt_params
.status
= NULL
;
3495 /* Activate funciton the firmware providing to */
3496 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3498 bt_dev_err(hdev
, "Failed to send wmt rst (%d)", err
);
3499 goto err_release_fw
;
3502 /* Wait a few moments for firmware activation done */
3503 usleep_range(10000, 12000);
3506 release_firmware(fw
);
3511 static int btusb_mtk_func_query(struct hci_dev
*hdev
)
3513 struct btmtk_hci_wmt_params wmt_params
;
3517 /* Query whether the function is enabled */
3518 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
3519 wmt_params
.flag
= 4;
3520 wmt_params
.dlen
= sizeof(param
);
3521 wmt_params
.data
= ¶m
;
3522 wmt_params
.status
= &status
;
3524 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3526 bt_dev_err(hdev
, "Failed to query function status (%d)", err
);
3533 static int btusb_mtk_reg_read(struct btusb_data
*data
, u32 reg
, u32
*val
)
3535 int pipe
, err
, size
= sizeof(u32
);
3538 buf
= kzalloc(size
, GFP_KERNEL
);
3542 pipe
= usb_rcvctrlpipe(data
->udev
, 0);
3543 err
= usb_control_msg(data
->udev
, pipe
, 0x63,
3544 USB_TYPE_VENDOR
| USB_DIR_IN
,
3545 reg
>> 16, reg
& 0xffff,
3546 buf
, size
, USB_CTRL_SET_TIMEOUT
);
3550 *val
= get_unaligned_le32(buf
);
3558 static int btusb_mtk_id_get(struct btusb_data
*data
, u32
*id
)
3560 return btusb_mtk_reg_read(data
, 0x80000008, id
);
3563 static int btusb_mtk_setup(struct hci_dev
*hdev
)
3565 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3566 struct btmtk_hci_wmt_params wmt_params
;
3567 ktime_t calltime
, delta
, rettime
;
3568 struct btmtk_tci_sleep tci_sleep
;
3569 unsigned long long duration
;
3570 struct sk_buff
*skb
;
3576 calltime
= ktime_get();
3578 err
= btusb_mtk_id_get(data
, &dev_id
);
3580 bt_dev_err(hdev
, "Failed to get device id (%d)", err
);
3586 fwname
= FIRMWARE_MT7663
;
3589 fwname
= FIRMWARE_MT7668
;
3592 bt_dev_err(hdev
, "Unsupported support hardware variant (%08x)",
3597 /* Query whether the firmware is already download */
3598 wmt_params
.op
= BTMTK_WMT_SEMAPHORE
;
3599 wmt_params
.flag
= 1;
3600 wmt_params
.dlen
= 0;
3601 wmt_params
.data
= NULL
;
3602 wmt_params
.status
= &status
;
3604 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3606 bt_dev_err(hdev
, "Failed to query firmware status (%d)", err
);
3610 if (status
== BTMTK_WMT_PATCH_DONE
) {
3611 bt_dev_info(hdev
, "firmware already downloaded");
3612 goto ignore_setup_fw
;
3615 /* Setup a firmware which the device definitely requires */
3616 err
= btusb_mtk_setup_firmware(hdev
, fwname
);
3621 err
= readx_poll_timeout(btusb_mtk_func_query
, hdev
, status
,
3622 status
< 0 || status
!= BTMTK_WMT_ON_PROGRESS
,
3624 /* -ETIMEDOUT happens */
3628 /* The other errors happen in btusb_mtk_func_query */
3632 if (status
== BTMTK_WMT_ON_DONE
) {
3633 bt_dev_info(hdev
, "function already on");
3634 goto ignore_func_on
;
3637 /* Enable Bluetooth protocol */
3639 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
3640 wmt_params
.flag
= 0;
3641 wmt_params
.dlen
= sizeof(param
);
3642 wmt_params
.data
= ¶m
;
3643 wmt_params
.status
= NULL
;
3645 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3647 bt_dev_err(hdev
, "Failed to send wmt func ctrl (%d)", err
);
3652 /* Apply the low power environment setup */
3653 tci_sleep
.mode
= 0x5;
3654 tci_sleep
.duration
= cpu_to_le16(0x640);
3655 tci_sleep
.host_duration
= cpu_to_le16(0x640);
3656 tci_sleep
.host_wakeup_pin
= 0;
3657 tci_sleep
.time_compensation
= 0;
3659 skb
= __hci_cmd_sync(hdev
, 0xfc7a, sizeof(tci_sleep
), &tci_sleep
,
3663 bt_dev_err(hdev
, "Failed to apply low power setting (%d)", err
);
3668 rettime
= ktime_get();
3669 delta
= ktime_sub(rettime
, calltime
);
3670 duration
= (unsigned long long)ktime_to_ns(delta
) >> 10;
3672 bt_dev_info(hdev
, "Device setup in %llu usecs", duration
);
3677 static int btusb_mtk_shutdown(struct hci_dev
*hdev
)
3679 struct btmtk_hci_wmt_params wmt_params
;
3683 /* Disable the device */
3684 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
3685 wmt_params
.flag
= 0;
3686 wmt_params
.dlen
= sizeof(param
);
3687 wmt_params
.data
= ¶m
;
3688 wmt_params
.status
= NULL
;
3690 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3692 bt_dev_err(hdev
, "Failed to send wmt func ctrl (%d)", err
);
3699 MODULE_FIRMWARE(FIRMWARE_MT7663
);
3700 MODULE_FIRMWARE(FIRMWARE_MT7668
);
3703 /* Configure an out-of-band gpio as wake-up pin, if specified in device tree */
3704 static int marvell_config_oob_wake(struct hci_dev
*hdev
)
3706 struct sk_buff
*skb
;
3707 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3708 struct device
*dev
= &data
->udev
->dev
;
3709 u16 pin
, gap
, opcode
;
3713 /* Move on if no wakeup pin specified */
3714 if (of_property_read_u16(dev
->of_node
, "marvell,wakeup-pin", &pin
) ||
3715 of_property_read_u16(dev
->of_node
, "marvell,wakeup-gap-ms", &gap
))
3718 /* Vendor specific command to configure a GPIO as wake-up pin */
3719 opcode
= hci_opcode_pack(0x3F, 0x59);
3720 cmd
[0] = opcode
& 0xFF;
3721 cmd
[1] = opcode
>> 8;
3722 cmd
[2] = 2; /* length of parameters that follow */
3724 cmd
[4] = gap
; /* time in ms, for which wakeup pin should be asserted */
3726 skb
= bt_skb_alloc(sizeof(cmd
), GFP_KERNEL
);
3728 bt_dev_err(hdev
, "%s: No memory\n", __func__
);
3732 skb_put_data(skb
, cmd
, sizeof(cmd
));
3733 hci_skb_pkt_type(skb
) = HCI_COMMAND_PKT
;
3735 ret
= btusb_send_frame(hdev
, skb
);
3737 bt_dev_err(hdev
, "%s: configuration failed\n", __func__
);
3746 static int btusb_set_bdaddr_marvell(struct hci_dev
*hdev
,
3747 const bdaddr_t
*bdaddr
)
3749 struct sk_buff
*skb
;
3754 buf
[1] = sizeof(bdaddr_t
);
3755 memcpy(buf
+ 2, bdaddr
, sizeof(bdaddr_t
));
3757 skb
= __hci_cmd_sync(hdev
, 0xfc22, sizeof(buf
), buf
, HCI_INIT_TIMEOUT
);
3760 bt_dev_err(hdev
, "changing Marvell device address failed (%ld)",
3769 static int btusb_set_bdaddr_ath3012(struct hci_dev
*hdev
,
3770 const bdaddr_t
*bdaddr
)
3772 struct sk_buff
*skb
;
3779 buf
[3] = sizeof(bdaddr_t
);
3780 memcpy(buf
+ 4, bdaddr
, sizeof(bdaddr_t
));
3782 skb
= __hci_cmd_sync(hdev
, 0xfc0b, sizeof(buf
), buf
, HCI_INIT_TIMEOUT
);
3785 bt_dev_err(hdev
, "Change address command failed (%ld)", ret
);
3793 static int btusb_set_bdaddr_wcn6855(struct hci_dev
*hdev
,
3794 const bdaddr_t
*bdaddr
)
3796 struct sk_buff
*skb
;
3800 memcpy(buf
, bdaddr
, sizeof(bdaddr_t
));
3802 skb
= __hci_cmd_sync_ev(hdev
, 0xfc14, sizeof(buf
), buf
,
3803 HCI_EV_CMD_COMPLETE
, HCI_INIT_TIMEOUT
);
3806 bt_dev_err(hdev
, "Change address command failed (%ld)", ret
);
3814 #define QCA_DFU_PACKET_LEN 4096
3816 #define QCA_GET_TARGET_VERSION 0x09
3817 #define QCA_CHECK_STATUS 0x05
3818 #define QCA_DFU_DOWNLOAD 0x01
3820 #define QCA_SYSCFG_UPDATED 0x40
3821 #define QCA_PATCH_UPDATED 0x80
3822 #define QCA_DFU_TIMEOUT 3000
3823 #define QCA_FLAG_MULTI_NVM 0x80
3825 struct qca_version
{
3827 __le32 patch_version
;
3834 struct qca_rampatch_version
{
3835 __le16 rom_version_high
;
3836 __le16 rom_version_low
;
3837 __le16 patch_version
;
3840 struct qca_device_info
{
3842 u8 rampatch_hdr
; /* length of header in rampatch */
3843 u8 nvm_hdr
; /* length of header in NVM */
3844 u8 ver_offset
; /* offset of version structure in rampatch */
3847 static const struct qca_device_info qca_devices_table
[] = {
3848 { 0x00000100, 20, 4, 8 }, /* Rome 1.0 */
3849 { 0x00000101, 20, 4, 8 }, /* Rome 1.1 */
3850 { 0x00000200, 28, 4, 16 }, /* Rome 2.0 */
3851 { 0x00000201, 28, 4, 16 }, /* Rome 2.1 */
3852 { 0x00000300, 28, 4, 16 }, /* Rome 3.0 */
3853 { 0x00000302, 28, 4, 16 }, /* Rome 3.2 */
3854 { 0x00130100, 40, 4, 16 }, /* WCN6855 1.0 */
3855 { 0x00130200, 40, 4, 16 }, /* WCN6855 2.0 */
3858 static int btusb_qca_send_vendor_req(struct usb_device
*udev
, u8 request
,
3859 void *data
, u16 size
)
3864 buf
= kmalloc(size
, GFP_KERNEL
);
3868 /* Found some of USB hosts have IOT issues with ours so that we should
3869 * not wait until HCI layer is ready.
3871 pipe
= usb_rcvctrlpipe(udev
, 0);
3872 err
= usb_control_msg(udev
, pipe
, request
, USB_TYPE_VENDOR
| USB_DIR_IN
,
3873 0, 0, buf
, size
, USB_CTRL_SET_TIMEOUT
);
3875 dev_err(&udev
->dev
, "Failed to access otp area (%d)", err
);
3879 memcpy(data
, buf
, size
);
3887 static int btusb_setup_qca_download_fw(struct hci_dev
*hdev
,
3888 const struct firmware
*firmware
,
3891 struct btusb_data
*btdata
= hci_get_drvdata(hdev
);
3892 struct usb_device
*udev
= btdata
->udev
;
3893 size_t count
, size
, sent
= 0;
3897 buf
= kmalloc(QCA_DFU_PACKET_LEN
, GFP_KERNEL
);
3901 count
= firmware
->size
;
3903 size
= min_t(size_t, count
, hdr_size
);
3904 memcpy(buf
, firmware
->data
, size
);
3906 /* USB patches should go down to controller through USB path
3907 * because binary format fits to go down through USB channel.
3908 * USB control path is for patching headers and USB bulk is for
3911 pipe
= usb_sndctrlpipe(udev
, 0);
3912 err
= usb_control_msg(udev
, pipe
, QCA_DFU_DOWNLOAD
, USB_TYPE_VENDOR
,
3913 0, 0, buf
, size
, USB_CTRL_SET_TIMEOUT
);
3915 bt_dev_err(hdev
, "Failed to send headers (%d)", err
);
3923 size
= min_t(size_t, count
, QCA_DFU_PACKET_LEN
);
3925 memcpy(buf
, firmware
->data
+ sent
, size
);
3927 pipe
= usb_sndbulkpipe(udev
, 0x02);
3928 err
= usb_bulk_msg(udev
, pipe
, buf
, size
, &len
,
3931 bt_dev_err(hdev
, "Failed to send body at %zd of %zd (%d)",
3932 sent
, firmware
->size
, err
);
3937 bt_dev_err(hdev
, "Failed to get bulk buffer");
3951 static int btusb_setup_qca_load_rampatch(struct hci_dev
*hdev
,
3952 struct qca_version
*ver
,
3953 const struct qca_device_info
*info
)
3955 struct qca_rampatch_version
*rver
;
3956 const struct firmware
*fw
;
3957 u32 ver_rom
, ver_patch
, rver_rom
;
3958 u16 rver_rom_low
, rver_rom_high
, rver_patch
;
3962 ver_rom
= le32_to_cpu(ver
->rom_version
);
3963 ver_patch
= le32_to_cpu(ver
->patch_version
);
3965 snprintf(fwname
, sizeof(fwname
), "qca/rampatch_usb_%08x.bin", ver_rom
);
3967 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
3969 bt_dev_err(hdev
, "failed to request rampatch file: %s (%d)",
3974 bt_dev_info(hdev
, "using rampatch file: %s", fwname
);
3976 rver
= (struct qca_rampatch_version
*)(fw
->data
+ info
->ver_offset
);
3977 rver_rom_low
= le16_to_cpu(rver
->rom_version_low
);
3978 rver_patch
= le16_to_cpu(rver
->patch_version
);
3980 if (ver_rom
& ~0xffffU
) {
3981 rver_rom_high
= le16_to_cpu(rver
->rom_version_high
);
3982 rver_rom
= le32_to_cpu(rver_rom_high
<< 16 | rver_rom_low
);
3984 rver_rom
= rver_rom_low
;
3987 bt_dev_info(hdev
, "QCA: patch rome 0x%x build 0x%x, "
3988 "firmware rome 0x%x build 0x%x",
3989 rver_rom
, rver_patch
, ver_rom
, ver_patch
);
3991 if (rver_rom
!= ver_rom
|| rver_patch
<= ver_patch
) {
3992 bt_dev_err(hdev
, "rampatch file version did not match with firmware");
3997 err
= btusb_setup_qca_download_fw(hdev
, fw
, info
->rampatch_hdr
);
4000 release_firmware(fw
);
4005 static int btusb_setup_qca_load_nvm(struct hci_dev
*hdev
,
4006 struct qca_version
*ver
,
4007 const struct qca_device_info
*info
)
4009 const struct firmware
*fw
;
4013 if (((ver
->flag
>> 8) & 0xff) == QCA_FLAG_MULTI_NVM
) {
4014 snprintf(fwname
, sizeof(fwname
), "qca/nvm_usb_%08x_%04x.bin",
4015 le32_to_cpu(ver
->rom_version
),
4016 le16_to_cpu(ver
->board_id
));
4018 snprintf(fwname
, sizeof(fwname
), "qca/nvm_usb_%08x.bin",
4019 le32_to_cpu(ver
->rom_version
));
4022 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
4024 bt_dev_err(hdev
, "failed to request NVM file: %s (%d)",
4029 bt_dev_info(hdev
, "using NVM file: %s", fwname
);
4031 err
= btusb_setup_qca_download_fw(hdev
, fw
, info
->nvm_hdr
);
4033 release_firmware(fw
);
4038 /* identify the ROM version and check whether patches are needed */
4039 static bool btusb_qca_need_patch(struct usb_device
*udev
)
4041 struct qca_version ver
;
4043 if (btusb_qca_send_vendor_req(udev
, QCA_GET_TARGET_VERSION
, &ver
,
4046 /* only low ROM versions need patches */
4047 return !(le32_to_cpu(ver
.rom_version
) & ~0xffffU
);
4050 static int btusb_setup_qca(struct hci_dev
*hdev
)
4052 struct btusb_data
*btdata
= hci_get_drvdata(hdev
);
4053 struct usb_device
*udev
= btdata
->udev
;
4054 const struct qca_device_info
*info
= NULL
;
4055 struct qca_version ver
;
4060 err
= btusb_qca_send_vendor_req(udev
, QCA_GET_TARGET_VERSION
, &ver
,
4065 ver_rom
= le32_to_cpu(ver
.rom_version
);
4067 for (i
= 0; i
< ARRAY_SIZE(qca_devices_table
); i
++) {
4068 if (ver_rom
== qca_devices_table
[i
].rom_version
)
4069 info
= &qca_devices_table
[i
];
4072 bt_dev_err(hdev
, "don't support firmware rome 0x%x", ver_rom
);
4076 err
= btusb_qca_send_vendor_req(udev
, QCA_CHECK_STATUS
, &status
,
4081 if (!(status
& QCA_PATCH_UPDATED
)) {
4082 err
= btusb_setup_qca_load_rampatch(hdev
, &ver
, info
);
4087 err
= btusb_qca_send_vendor_req(udev
, QCA_GET_TARGET_VERSION
, &ver
,
4092 if (!(status
& QCA_SYSCFG_UPDATED
)) {
4093 err
= btusb_setup_qca_load_nvm(hdev
, &ver
, info
);
4101 static inline int __set_diag_interface(struct hci_dev
*hdev
)
4103 struct btusb_data
*data
= hci_get_drvdata(hdev
);
4104 struct usb_interface
*intf
= data
->diag
;
4110 data
->diag_tx_ep
= NULL
;
4111 data
->diag_rx_ep
= NULL
;
4113 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
4114 struct usb_endpoint_descriptor
*ep_desc
;
4116 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
4118 if (!data
->diag_tx_ep
&& usb_endpoint_is_bulk_out(ep_desc
)) {
4119 data
->diag_tx_ep
= ep_desc
;
4123 if (!data
->diag_rx_ep
&& usb_endpoint_is_bulk_in(ep_desc
)) {
4124 data
->diag_rx_ep
= ep_desc
;
4129 if (!data
->diag_tx_ep
|| !data
->diag_rx_ep
) {
4130 bt_dev_err(hdev
, "invalid diagnostic descriptors");
4137 static struct urb
*alloc_diag_urb(struct hci_dev
*hdev
, bool enable
)
4139 struct btusb_data
*data
= hci_get_drvdata(hdev
);
4140 struct sk_buff
*skb
;
4144 if (!data
->diag_tx_ep
)
4145 return ERR_PTR(-ENODEV
);
4147 urb
= usb_alloc_urb(0, GFP_KERNEL
);
4149 return ERR_PTR(-ENOMEM
);
4151 skb
= bt_skb_alloc(2, GFP_KERNEL
);
4154 return ERR_PTR(-ENOMEM
);
4157 skb_put_u8(skb
, 0xf0);
4158 skb_put_u8(skb
, enable
);
4160 pipe
= usb_sndbulkpipe(data
->udev
, data
->diag_tx_ep
->bEndpointAddress
);
4162 usb_fill_bulk_urb(urb
, data
->udev
, pipe
,
4163 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
4165 skb
->dev
= (void *)hdev
;
4170 static int btusb_bcm_set_diag(struct hci_dev
*hdev
, bool enable
)
4172 struct btusb_data
*data
= hci_get_drvdata(hdev
);
4178 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
4181 urb
= alloc_diag_urb(hdev
, enable
);
4183 return PTR_ERR(urb
);
4185 return submit_or_queue_tx_urb(hdev
, urb
);
4189 static irqreturn_t
btusb_oob_wake_handler(int irq
, void *priv
)
4191 struct btusb_data
*data
= priv
;
4193 pm_wakeup_event(&data
->udev
->dev
, 0);
4196 /* Disable only if not already disabled (keep it balanced) */
4197 if (test_and_clear_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
)) {
4198 disable_irq_nosync(irq
);
4199 disable_irq_wake(irq
);
4204 static const struct of_device_id btusb_match_table
[] = {
4205 { .compatible
= "usb1286,204e" },
4206 { .compatible
= "usbcf3,e300" }, /* QCA6174A */
4207 { .compatible
= "usb4ca,301a" }, /* QCA6174A (Lite-On) */
4210 MODULE_DEVICE_TABLE(of
, btusb_match_table
);
4212 /* Use an oob wakeup pin? */
4213 static int btusb_config_oob_wake(struct hci_dev
*hdev
)
4215 struct btusb_data
*data
= hci_get_drvdata(hdev
);
4216 struct device
*dev
= &data
->udev
->dev
;
4219 clear_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
);
4221 if (!of_match_device(btusb_match_table
, dev
))
4224 /* Move on if no IRQ specified */
4225 irq
= of_irq_get_byname(dev
->of_node
, "wakeup");
4227 bt_dev_dbg(hdev
, "%s: no OOB Wakeup IRQ in DT", __func__
);
4231 irq_set_status_flags(irq
, IRQ_NOAUTOEN
);
4232 ret
= devm_request_irq(&hdev
->dev
, irq
, btusb_oob_wake_handler
,
4233 0, "OOB Wake-on-BT", data
);
4235 bt_dev_err(hdev
, "%s: IRQ request failed", __func__
);
4239 ret
= device_init_wakeup(dev
, true);
4241 bt_dev_err(hdev
, "%s: failed to init_wakeup", __func__
);
4245 data
->oob_wake_irq
= irq
;
4246 bt_dev_info(hdev
, "OOB Wake-on-BT configured at IRQ %u", irq
);
4251 static void btusb_check_needs_reset_resume(struct usb_interface
*intf
)
4253 if (dmi_check_system(btusb_needs_reset_resume_table
))
4254 interface_to_usbdev(intf
)->quirks
|= USB_QUIRK_RESET_RESUME
;
4257 static bool btusb_prevent_wake(struct hci_dev
*hdev
)
4259 struct btusb_data
*data
= hci_get_drvdata(hdev
);
4261 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
))
4264 return !device_may_wakeup(&data
->udev
->dev
);
4267 static int btusb_probe(struct usb_interface
*intf
,
4268 const struct usb_device_id
*id
)
4270 struct usb_endpoint_descriptor
*ep_desc
;
4271 struct gpio_desc
*reset_gpio
;
4272 struct btusb_data
*data
;
4273 struct hci_dev
*hdev
;
4274 unsigned ifnum_base
;
4277 BT_DBG("intf %p id %p", intf
, id
);
4279 /* interface numbers are hardcoded in the spec */
4280 if (intf
->cur_altsetting
->desc
.bInterfaceNumber
!= 0) {
4281 if (!(id
->driver_info
& BTUSB_IFNUM_2
))
4283 if (intf
->cur_altsetting
->desc
.bInterfaceNumber
!= 2)
4287 ifnum_base
= intf
->cur_altsetting
->desc
.bInterfaceNumber
;
4289 if (!id
->driver_info
) {
4290 const struct usb_device_id
*match
;
4292 match
= usb_match_id(intf
, blacklist_table
);
4297 if (id
->driver_info
== BTUSB_IGNORE
)
4300 if (id
->driver_info
& BTUSB_ATH3012
) {
4301 struct usb_device
*udev
= interface_to_usbdev(intf
);
4303 /* Old firmware would otherwise let ath3k driver load
4304 * patch and sysconfig files
4306 if (le16_to_cpu(udev
->descriptor
.bcdDevice
) <= 0x0001 &&
4307 !btusb_qca_need_patch(udev
))
4311 data
= devm_kzalloc(&intf
->dev
, sizeof(*data
), GFP_KERNEL
);
4315 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
4316 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
4318 if (!data
->intr_ep
&& usb_endpoint_is_int_in(ep_desc
)) {
4319 data
->intr_ep
= ep_desc
;
4323 if (!data
->bulk_tx_ep
&& usb_endpoint_is_bulk_out(ep_desc
)) {
4324 data
->bulk_tx_ep
= ep_desc
;
4328 if (!data
->bulk_rx_ep
&& usb_endpoint_is_bulk_in(ep_desc
)) {
4329 data
->bulk_rx_ep
= ep_desc
;
4334 if (!data
->intr_ep
|| !data
->bulk_tx_ep
|| !data
->bulk_rx_ep
)
4337 if (id
->driver_info
& BTUSB_AMP
) {
4338 data
->cmdreq_type
= USB_TYPE_CLASS
| 0x01;
4339 data
->cmdreq
= 0x2b;
4341 data
->cmdreq_type
= USB_TYPE_CLASS
;
4342 data
->cmdreq
= 0x00;
4345 data
->udev
= interface_to_usbdev(intf
);
4348 INIT_WORK(&data
->work
, btusb_work
);
4349 INIT_WORK(&data
->waker
, btusb_waker
);
4350 init_usb_anchor(&data
->deferred
);
4351 init_usb_anchor(&data
->tx_anchor
);
4352 spin_lock_init(&data
->txlock
);
4354 init_usb_anchor(&data
->intr_anchor
);
4355 init_usb_anchor(&data
->bulk_anchor
);
4356 init_usb_anchor(&data
->isoc_anchor
);
4357 init_usb_anchor(&data
->diag_anchor
);
4358 init_usb_anchor(&data
->ctrl_anchor
);
4359 spin_lock_init(&data
->rxlock
);
4361 if (id
->driver_info
& BTUSB_INTEL_NEW
) {
4362 data
->recv_event
= btusb_recv_event_intel
;
4363 data
->recv_bulk
= btusb_recv_bulk_intel
;
4364 set_bit(BTUSB_BOOTLOADER
, &data
->flags
);
4366 data
->recv_event
= hci_recv_frame
;
4367 data
->recv_bulk
= btusb_recv_bulk
;
4370 hdev
= hci_alloc_dev();
4374 hdev
->bus
= HCI_USB
;
4375 hci_set_drvdata(hdev
, data
);
4377 if (id
->driver_info
& BTUSB_AMP
)
4378 hdev
->dev_type
= HCI_AMP
;
4380 hdev
->dev_type
= HCI_PRIMARY
;
4384 SET_HCIDEV_DEV(hdev
, &intf
->dev
);
4386 reset_gpio
= gpiod_get_optional(&data
->udev
->dev
, "reset",
4388 if (IS_ERR(reset_gpio
)) {
4389 err
= PTR_ERR(reset_gpio
);
4391 } else if (reset_gpio
) {
4392 data
->reset_gpio
= reset_gpio
;
4395 hdev
->open
= btusb_open
;
4396 hdev
->close
= btusb_close
;
4397 hdev
->flush
= btusb_flush
;
4398 hdev
->send
= btusb_send_frame
;
4399 hdev
->notify
= btusb_notify
;
4400 hdev
->prevent_wake
= btusb_prevent_wake
;
4403 err
= btusb_config_oob_wake(hdev
);
4407 /* Marvell devices may need a specific chip configuration */
4408 if (id
->driver_info
& BTUSB_MARVELL
&& data
->oob_wake_irq
) {
4409 err
= marvell_config_oob_wake(hdev
);
4414 if (id
->driver_info
& BTUSB_CW6622
)
4415 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY
, &hdev
->quirks
);
4417 if (id
->driver_info
& BTUSB_BCM2045
)
4418 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY
, &hdev
->quirks
);
4420 if (id
->driver_info
& BTUSB_BCM92035
)
4421 hdev
->setup
= btusb_setup_bcm92035
;
4423 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM
) &&
4424 (id
->driver_info
& BTUSB_BCM_PATCHRAM
)) {
4425 hdev
->manufacturer
= 15;
4426 hdev
->setup
= btbcm_setup_patchram
;
4427 hdev
->set_diag
= btusb_bcm_set_diag
;
4428 hdev
->set_bdaddr
= btbcm_set_bdaddr
;
4430 /* Broadcom LM_DIAG Interface numbers are hardcoded */
4431 data
->diag
= usb_ifnum_to_if(data
->udev
, ifnum_base
+ 2);
4434 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM
) &&
4435 (id
->driver_info
& BTUSB_BCM_APPLE
)) {
4436 hdev
->manufacturer
= 15;
4437 hdev
->setup
= btbcm_setup_apple
;
4438 hdev
->set_diag
= btusb_bcm_set_diag
;
4440 /* Broadcom LM_DIAG Interface numbers are hardcoded */
4441 data
->diag
= usb_ifnum_to_if(data
->udev
, ifnum_base
+ 2);
4444 if (id
->driver_info
& BTUSB_INTEL
) {
4445 hdev
->manufacturer
= 2;
4446 hdev
->setup
= btusb_setup_intel
;
4447 hdev
->shutdown
= btusb_shutdown_intel
;
4448 hdev
->set_diag
= btintel_set_diag_mfg
;
4449 hdev
->set_bdaddr
= btintel_set_bdaddr
;
4450 hdev
->cmd_timeout
= btusb_intel_cmd_timeout
;
4451 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
4452 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4453 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG
, &hdev
->quirks
);
4456 if (id
->driver_info
& BTUSB_INTEL_NEW
) {
4457 hdev
->manufacturer
= 2;
4458 hdev
->send
= btusb_send_frame_intel
;
4459 hdev
->setup
= btusb_setup_intel_new
;
4460 hdev
->shutdown
= btusb_shutdown_intel_new
;
4461 hdev
->hw_error
= btintel_hw_error
;
4462 hdev
->set_diag
= btintel_set_diag
;
4463 hdev
->set_bdaddr
= btintel_set_bdaddr
;
4464 hdev
->cmd_timeout
= btusb_intel_cmd_timeout
;
4465 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
4466 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4467 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG
, &hdev
->quirks
);
4470 if (id
->driver_info
& BTUSB_INTEL_NEWGEN
) {
4471 hdev
->manufacturer
= 2;
4472 hdev
->send
= btusb_send_frame_intel
;
4473 hdev
->setup
= btusb_setup_intel_newgen
;
4474 hdev
->shutdown
= btusb_shutdown_intel_new
;
4475 hdev
->hw_error
= btintel_hw_error
;
4476 hdev
->set_diag
= btintel_set_diag
;
4477 hdev
->set_bdaddr
= btintel_set_bdaddr
;
4478 hdev
->cmd_timeout
= btusb_intel_cmd_timeout
;
4479 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
4480 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4481 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG
, &hdev
->quirks
);
4483 data
->recv_event
= btusb_recv_event_intel
;
4484 data
->recv_bulk
= btusb_recv_bulk_intel
;
4485 set_bit(BTUSB_BOOTLOADER
, &data
->flags
);
4488 if (id
->driver_info
& BTUSB_MARVELL
)
4489 hdev
->set_bdaddr
= btusb_set_bdaddr_marvell
;
4491 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_MTK
) &&
4492 (id
->driver_info
& BTUSB_MEDIATEK
)) {
4493 hdev
->setup
= btusb_mtk_setup
;
4494 hdev
->shutdown
= btusb_mtk_shutdown
;
4495 hdev
->manufacturer
= 70;
4496 set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP
, &hdev
->quirks
);
4499 if (id
->driver_info
& BTUSB_SWAVE
) {
4500 set_bit(HCI_QUIRK_FIXUP_INQUIRY_MODE
, &hdev
->quirks
);
4501 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS
, &hdev
->quirks
);
4504 if (id
->driver_info
& BTUSB_INTEL_BOOT
) {
4505 hdev
->manufacturer
= 2;
4506 set_bit(HCI_QUIRK_RAW_DEVICE
, &hdev
->quirks
);
4509 if (id
->driver_info
& BTUSB_ATH3012
) {
4510 data
->setup_on_usb
= btusb_setup_qca
;
4511 hdev
->set_bdaddr
= btusb_set_bdaddr_ath3012
;
4512 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4513 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
4516 if (id
->driver_info
& BTUSB_QCA_ROME
) {
4517 data
->setup_on_usb
= btusb_setup_qca
;
4518 hdev
->set_bdaddr
= btusb_set_bdaddr_ath3012
;
4519 hdev
->cmd_timeout
= btusb_qca_cmd_timeout
;
4520 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4521 btusb_check_needs_reset_resume(intf
);
4524 if (id
->driver_info
& BTUSB_QCA_WCN6855
) {
4525 data
->setup_on_usb
= btusb_setup_qca
;
4526 hdev
->set_bdaddr
= btusb_set_bdaddr_wcn6855
;
4527 hdev
->cmd_timeout
= btusb_qca_cmd_timeout
;
4528 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4531 if (id
->driver_info
& BTUSB_AMP
) {
4532 /* AMP controllers do not support SCO packets */
4535 /* Interface orders are hardcoded in the specification */
4536 data
->isoc
= usb_ifnum_to_if(data
->udev
, ifnum_base
+ 1);
4537 data
->isoc_ifnum
= ifnum_base
+ 1;
4540 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_RTL
) &&
4541 (id
->driver_info
& BTUSB_REALTEK
)) {
4542 hdev
->setup
= btrtl_setup_realtek
;
4543 hdev
->shutdown
= btrtl_shutdown_realtek
;
4544 hdev
->cmd_timeout
= btusb_rtl_cmd_timeout
;
4546 /* Realtek devices lose their updated firmware over global
4547 * suspend that means host doesn't send SET_FEATURE
4548 * (DEVICE_REMOTE_WAKEUP)
4550 set_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
);
4551 if (btusb_find_altsetting(data
, 1))
4552 set_bit(BTUSB_USE_ALT1_FOR_WBS
, &data
->flags
);
4554 bt_dev_err(hdev
, "Device does not support ALT setting 1");
4558 set_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
4560 if (force_scofix
|| id
->driver_info
& BTUSB_WRONG_SCO_MTU
) {
4561 if (!disable_scofix
)
4562 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE
, &hdev
->quirks
);
4565 if (id
->driver_info
& BTUSB_BROKEN_ISOC
)
4568 if (id
->driver_info
& BTUSB_WIDEBAND_SPEECH
)
4569 set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED
, &hdev
->quirks
);
4571 if (id
->driver_info
& BTUSB_VALID_LE_STATES
)
4572 set_bit(HCI_QUIRK_VALID_LE_STATES
, &hdev
->quirks
);
4574 if (id
->driver_info
& BTUSB_DIGIANSWER
) {
4575 data
->cmdreq_type
= USB_TYPE_VENDOR
;
4576 set_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
4579 if (id
->driver_info
& BTUSB_CSR
) {
4580 struct usb_device
*udev
= data
->udev
;
4581 u16 bcdDevice
= le16_to_cpu(udev
->descriptor
.bcdDevice
);
4583 /* Old firmware would otherwise execute USB reset */
4584 if (bcdDevice
< 0x117)
4585 set_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
4587 /* This must be set first in case we disable it for fakes */
4588 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
4590 /* Fake CSR devices with broken commands */
4591 if (le16_to_cpu(udev
->descriptor
.idVendor
) == 0x0a12 &&
4592 le16_to_cpu(udev
->descriptor
.idProduct
) == 0x0001)
4593 hdev
->setup
= btusb_setup_csr
;
4596 if (id
->driver_info
& BTUSB_SNIFFER
) {
4597 struct usb_device
*udev
= data
->udev
;
4599 /* New sniffer firmware has crippled HCI interface */
4600 if (le16_to_cpu(udev
->descriptor
.bcdDevice
) > 0x997)
4601 set_bit(HCI_QUIRK_RAW_DEVICE
, &hdev
->quirks
);
4604 if (id
->driver_info
& BTUSB_INTEL_BOOT
) {
4605 /* A bug in the bootloader causes that interrupt interface is
4606 * only enabled after receiving SetInterface(0, AltSetting=0).
4608 err
= usb_set_interface(data
->udev
, 0, 0);
4610 BT_ERR("failed to set interface 0, alt 0 %d", err
);
4616 err
= usb_driver_claim_interface(&btusb_driver
,
4622 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM
) && data
->diag
) {
4623 if (!usb_driver_claim_interface(&btusb_driver
,
4625 __set_diag_interface(hdev
);
4630 if (enable_autosuspend
)
4631 usb_enable_autosuspend(data
->udev
);
4633 err
= hci_register_dev(hdev
);
4637 usb_set_intfdata(intf
, data
);
4642 if (data
->reset_gpio
)
4643 gpiod_put(data
->reset_gpio
);
4648 static void btusb_disconnect(struct usb_interface
*intf
)
4650 struct btusb_data
*data
= usb_get_intfdata(intf
);
4651 struct hci_dev
*hdev
;
4653 BT_DBG("intf %p", intf
);
4659 usb_set_intfdata(data
->intf
, NULL
);
4662 usb_set_intfdata(data
->isoc
, NULL
);
4665 usb_set_intfdata(data
->diag
, NULL
);
4667 hci_unregister_dev(hdev
);
4669 if (intf
== data
->intf
) {
4671 usb_driver_release_interface(&btusb_driver
, data
->isoc
);
4673 usb_driver_release_interface(&btusb_driver
, data
->diag
);
4674 } else if (intf
== data
->isoc
) {
4676 usb_driver_release_interface(&btusb_driver
, data
->diag
);
4677 usb_driver_release_interface(&btusb_driver
, data
->intf
);
4678 } else if (intf
== data
->diag
) {
4679 usb_driver_release_interface(&btusb_driver
, data
->intf
);
4681 usb_driver_release_interface(&btusb_driver
, data
->isoc
);
4684 if (data
->oob_wake_irq
)
4685 device_init_wakeup(&data
->udev
->dev
, false);
4687 if (data
->reset_gpio
)
4688 gpiod_put(data
->reset_gpio
);
4694 static int btusb_suspend(struct usb_interface
*intf
, pm_message_t message
)
4696 struct btusb_data
*data
= usb_get_intfdata(intf
);
4698 BT_DBG("intf %p", intf
);
4700 if (data
->suspend_count
++)
4703 spin_lock_irq(&data
->txlock
);
4704 if (!(PMSG_IS_AUTO(message
) && data
->tx_in_flight
)) {
4705 set_bit(BTUSB_SUSPENDING
, &data
->flags
);
4706 spin_unlock_irq(&data
->txlock
);
4708 spin_unlock_irq(&data
->txlock
);
4709 data
->suspend_count
--;
4713 cancel_work_sync(&data
->work
);
4715 btusb_stop_traffic(data
);
4716 usb_kill_anchored_urbs(&data
->tx_anchor
);
4718 if (data
->oob_wake_irq
&& device_may_wakeup(&data
->udev
->dev
)) {
4719 set_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
);
4720 enable_irq_wake(data
->oob_wake_irq
);
4721 enable_irq(data
->oob_wake_irq
);
4724 /* For global suspend, Realtek devices lose the loaded fw
4725 * in them. But for autosuspend, firmware should remain.
4726 * Actually, it depends on whether the usb host sends
4727 * set feature (enable wakeup) or not.
4729 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
)) {
4730 if (PMSG_IS_AUTO(message
) &&
4731 device_can_wakeup(&data
->udev
->dev
))
4732 data
->udev
->do_remote_wakeup
= 1;
4733 else if (!PMSG_IS_AUTO(message
))
4734 data
->udev
->reset_resume
= 1;
4740 static void play_deferred(struct btusb_data
*data
)
4745 while ((urb
= usb_get_from_anchor(&data
->deferred
))) {
4746 usb_anchor_urb(urb
, &data
->tx_anchor
);
4748 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
4750 if (err
!= -EPERM
&& err
!= -ENODEV
)
4751 BT_ERR("%s urb %p submission failed (%d)",
4752 data
->hdev
->name
, urb
, -err
);
4753 kfree(urb
->setup_packet
);
4754 usb_unanchor_urb(urb
);
4759 data
->tx_in_flight
++;
4763 /* Cleanup the rest deferred urbs. */
4764 while ((urb
= usb_get_from_anchor(&data
->deferred
))) {
4765 kfree(urb
->setup_packet
);
4770 static int btusb_resume(struct usb_interface
*intf
)
4772 struct btusb_data
*data
= usb_get_intfdata(intf
);
4773 struct hci_dev
*hdev
= data
->hdev
;
4776 BT_DBG("intf %p", intf
);
4778 if (--data
->suspend_count
)
4781 /* Disable only if not already disabled (keep it balanced) */
4782 if (test_and_clear_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
)) {
4783 disable_irq(data
->oob_wake_irq
);
4784 disable_irq_wake(data
->oob_wake_irq
);
4787 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
4790 if (test_bit(BTUSB_INTR_RUNNING
, &data
->flags
)) {
4791 err
= btusb_submit_intr_urb(hdev
, GFP_NOIO
);
4793 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
4798 if (test_bit(BTUSB_BULK_RUNNING
, &data
->flags
)) {
4799 err
= btusb_submit_bulk_urb(hdev
, GFP_NOIO
);
4801 clear_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
4805 btusb_submit_bulk_urb(hdev
, GFP_NOIO
);
4808 if (test_bit(BTUSB_ISOC_RUNNING
, &data
->flags
)) {
4809 if (btusb_submit_isoc_urb(hdev
, GFP_NOIO
) < 0)
4810 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
4812 btusb_submit_isoc_urb(hdev
, GFP_NOIO
);
4815 spin_lock_irq(&data
->txlock
);
4816 play_deferred(data
);
4817 clear_bit(BTUSB_SUSPENDING
, &data
->flags
);
4818 spin_unlock_irq(&data
->txlock
);
4819 schedule_work(&data
->work
);
4824 usb_scuttle_anchored_urbs(&data
->deferred
);
4826 spin_lock_irq(&data
->txlock
);
4827 clear_bit(BTUSB_SUSPENDING
, &data
->flags
);
4828 spin_unlock_irq(&data
->txlock
);
4834 static struct usb_driver btusb_driver
= {
4836 .probe
= btusb_probe
,
4837 .disconnect
= btusb_disconnect
,
4839 .suspend
= btusb_suspend
,
4840 .resume
= btusb_resume
,
4842 .id_table
= btusb_table
,
4843 .supports_autosuspend
= 1,
4844 .disable_hub_initiated_lpm
= 1,
4847 module_usb_driver(btusb_driver
);
4849 module_param(disable_scofix
, bool, 0644);
4850 MODULE_PARM_DESC(disable_scofix
, "Disable fixup of wrong SCO buffer size");
4852 module_param(force_scofix
, bool, 0644);
4853 MODULE_PARM_DESC(force_scofix
, "Force fixup of wrong SCO buffers size");
4855 module_param(enable_autosuspend
, bool, 0644);
4856 MODULE_PARM_DESC(enable_autosuspend
, "Enable USB autosuspend by default");
4858 module_param(reset
, bool, 0644);
4859 MODULE_PARM_DESC(reset
, "Send HCI reset command on initialization");
4861 MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
4862 MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION
);
4863 MODULE_VERSION(VERSION
);
4864 MODULE_LICENSE("GPL");