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
63 static const struct usb_device_id btusb_table
[] = {
64 /* Generic Bluetooth USB device */
65 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
67 /* Generic Bluetooth AMP device */
68 { USB_DEVICE_INFO(0xe0, 0x01, 0x04), .driver_info
= BTUSB_AMP
},
70 /* Generic Bluetooth USB interface */
71 { USB_INTERFACE_INFO(0xe0, 0x01, 0x01) },
73 /* Apple-specific (Broadcom) devices */
74 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01),
75 .driver_info
= BTUSB_BCM_APPLE
| BTUSB_IFNUM_2
},
77 /* MediaTek MT76x0E */
78 { USB_DEVICE(0x0e8d, 0x763f) },
80 /* Broadcom SoftSailing reporting vendor specific */
81 { USB_DEVICE(0x0a5c, 0x21e1) },
83 /* Apple MacBookPro 7,1 */
84 { USB_DEVICE(0x05ac, 0x8213) },
87 { USB_DEVICE(0x05ac, 0x8215) },
89 /* Apple MacBookPro6,2 */
90 { USB_DEVICE(0x05ac, 0x8218) },
92 /* Apple MacBookAir3,1, MacBookAir3,2 */
93 { USB_DEVICE(0x05ac, 0x821b) },
95 /* Apple MacBookAir4,1 */
96 { USB_DEVICE(0x05ac, 0x821f) },
98 /* Apple MacBookPro8,2 */
99 { USB_DEVICE(0x05ac, 0x821a) },
101 /* Apple MacMini5,1 */
102 { USB_DEVICE(0x05ac, 0x8281) },
104 /* AVM BlueFRITZ! USB v2.0 */
105 { USB_DEVICE(0x057c, 0x3800), .driver_info
= BTUSB_SWAVE
},
107 /* Bluetooth Ultraport Module from IBM */
108 { USB_DEVICE(0x04bf, 0x030a) },
110 /* ALPS Modules with non-standard id */
111 { USB_DEVICE(0x044e, 0x3001) },
112 { USB_DEVICE(0x044e, 0x3002) },
114 /* Ericsson with non-standard id */
115 { USB_DEVICE(0x0bdb, 0x1002) },
117 /* Canyon CN-BTU1 with HID interfaces */
118 { USB_DEVICE(0x0c10, 0x0000) },
120 /* Broadcom BCM20702A0 */
121 { USB_DEVICE(0x413c, 0x8197) },
123 /* Broadcom BCM20702B0 (Dynex/Insignia) */
124 { USB_DEVICE(0x19ff, 0x0239), .driver_info
= BTUSB_BCM_PATCHRAM
},
126 /* Broadcom BCM43142A0 (Foxconn/Lenovo) */
127 { USB_VENDOR_AND_INTERFACE_INFO(0x105b, 0xff, 0x01, 0x01),
128 .driver_info
= BTUSB_BCM_PATCHRAM
},
130 /* Broadcom BCM920703 (HTC Vive) */
131 { USB_VENDOR_AND_INTERFACE_INFO(0x0bb4, 0xff, 0x01, 0x01),
132 .driver_info
= BTUSB_BCM_PATCHRAM
},
134 /* Foxconn - Hon Hai */
135 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01),
136 .driver_info
= BTUSB_BCM_PATCHRAM
},
138 /* Lite-On Technology - Broadcom based */
139 { USB_VENDOR_AND_INTERFACE_INFO(0x04ca, 0xff, 0x01, 0x01),
140 .driver_info
= BTUSB_BCM_PATCHRAM
},
142 /* Broadcom devices with vendor specific id */
143 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
144 .driver_info
= BTUSB_BCM_PATCHRAM
},
146 /* ASUSTek Computer - Broadcom based */
147 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01),
148 .driver_info
= BTUSB_BCM_PATCHRAM
},
150 /* Belkin F8065bf - Broadcom based */
151 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01),
152 .driver_info
= BTUSB_BCM_PATCHRAM
},
154 /* IMC Networks - Broadcom based */
155 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01),
156 .driver_info
= BTUSB_BCM_PATCHRAM
},
158 /* Dell Computer - Broadcom based */
159 { USB_VENDOR_AND_INTERFACE_INFO(0x413c, 0xff, 0x01, 0x01),
160 .driver_info
= BTUSB_BCM_PATCHRAM
},
162 /* Toshiba Corp - Broadcom based */
163 { USB_VENDOR_AND_INTERFACE_INFO(0x0930, 0xff, 0x01, 0x01),
164 .driver_info
= BTUSB_BCM_PATCHRAM
},
166 /* Intel Bluetooth USB Bootloader (RAM module) */
167 { USB_DEVICE(0x8087, 0x0a5a),
168 .driver_info
= BTUSB_INTEL_BOOT
| BTUSB_BROKEN_ISOC
},
170 { } /* Terminating entry */
173 MODULE_DEVICE_TABLE(usb
, btusb_table
);
175 static const struct usb_device_id blacklist_table
[] = {
176 /* CSR BlueCore devices */
177 { USB_DEVICE(0x0a12, 0x0001), .driver_info
= BTUSB_CSR
},
179 /* Broadcom BCM2033 without firmware */
180 { USB_DEVICE(0x0a5c, 0x2033), .driver_info
= BTUSB_IGNORE
},
182 /* Broadcom BCM2045 devices */
183 { USB_DEVICE(0x0a5c, 0x2045), .driver_info
= BTUSB_BCM2045
},
185 /* Atheros 3011 with sflash firmware */
186 { USB_DEVICE(0x0489, 0xe027), .driver_info
= BTUSB_IGNORE
},
187 { USB_DEVICE(0x0489, 0xe03d), .driver_info
= BTUSB_IGNORE
},
188 { USB_DEVICE(0x04f2, 0xaff1), .driver_info
= BTUSB_IGNORE
},
189 { USB_DEVICE(0x0930, 0x0215), .driver_info
= BTUSB_IGNORE
},
190 { USB_DEVICE(0x0cf3, 0x3002), .driver_info
= BTUSB_IGNORE
},
191 { USB_DEVICE(0x0cf3, 0xe019), .driver_info
= BTUSB_IGNORE
},
192 { USB_DEVICE(0x13d3, 0x3304), .driver_info
= BTUSB_IGNORE
},
194 /* Atheros AR9285 Malbec with sflash firmware */
195 { USB_DEVICE(0x03f0, 0x311d), .driver_info
= BTUSB_IGNORE
},
197 /* Atheros 3012 with sflash firmware */
198 { USB_DEVICE(0x0489, 0xe04d), .driver_info
= BTUSB_ATH3012
},
199 { USB_DEVICE(0x0489, 0xe04e), .driver_info
= BTUSB_ATH3012
},
200 { USB_DEVICE(0x0489, 0xe056), .driver_info
= BTUSB_ATH3012
},
201 { USB_DEVICE(0x0489, 0xe057), .driver_info
= BTUSB_ATH3012
},
202 { USB_DEVICE(0x0489, 0xe05f), .driver_info
= BTUSB_ATH3012
},
203 { USB_DEVICE(0x0489, 0xe076), .driver_info
= BTUSB_ATH3012
},
204 { USB_DEVICE(0x0489, 0xe078), .driver_info
= BTUSB_ATH3012
},
205 { USB_DEVICE(0x0489, 0xe095), .driver_info
= BTUSB_ATH3012
},
206 { USB_DEVICE(0x04c5, 0x1330), .driver_info
= BTUSB_ATH3012
},
207 { USB_DEVICE(0x04ca, 0x3004), .driver_info
= BTUSB_ATH3012
},
208 { USB_DEVICE(0x04ca, 0x3005), .driver_info
= BTUSB_ATH3012
},
209 { USB_DEVICE(0x04ca, 0x3006), .driver_info
= BTUSB_ATH3012
},
210 { USB_DEVICE(0x04ca, 0x3007), .driver_info
= BTUSB_ATH3012
},
211 { USB_DEVICE(0x04ca, 0x3008), .driver_info
= BTUSB_ATH3012
},
212 { USB_DEVICE(0x04ca, 0x300b), .driver_info
= BTUSB_ATH3012
},
213 { USB_DEVICE(0x04ca, 0x300d), .driver_info
= BTUSB_ATH3012
},
214 { USB_DEVICE(0x04ca, 0x300f), .driver_info
= BTUSB_ATH3012
},
215 { USB_DEVICE(0x04ca, 0x3010), .driver_info
= BTUSB_ATH3012
},
216 { USB_DEVICE(0x04ca, 0x3014), .driver_info
= BTUSB_ATH3012
},
217 { USB_DEVICE(0x04ca, 0x3018), .driver_info
= BTUSB_ATH3012
},
218 { USB_DEVICE(0x0930, 0x0219), .driver_info
= BTUSB_ATH3012
},
219 { USB_DEVICE(0x0930, 0x021c), .driver_info
= BTUSB_ATH3012
},
220 { USB_DEVICE(0x0930, 0x0220), .driver_info
= BTUSB_ATH3012
},
221 { USB_DEVICE(0x0930, 0x0227), .driver_info
= BTUSB_ATH3012
},
222 { USB_DEVICE(0x0b05, 0x17d0), .driver_info
= BTUSB_ATH3012
},
223 { USB_DEVICE(0x0cf3, 0x0036), .driver_info
= BTUSB_ATH3012
},
224 { USB_DEVICE(0x0cf3, 0x3004), .driver_info
= BTUSB_ATH3012
},
225 { USB_DEVICE(0x0cf3, 0x3008), .driver_info
= BTUSB_ATH3012
},
226 { USB_DEVICE(0x0cf3, 0x311d), .driver_info
= BTUSB_ATH3012
},
227 { USB_DEVICE(0x0cf3, 0x311e), .driver_info
= BTUSB_ATH3012
},
228 { USB_DEVICE(0x0cf3, 0x311f), .driver_info
= BTUSB_ATH3012
},
229 { USB_DEVICE(0x0cf3, 0x3121), .driver_info
= BTUSB_ATH3012
},
230 { USB_DEVICE(0x0cf3, 0x817a), .driver_info
= BTUSB_ATH3012
},
231 { USB_DEVICE(0x0cf3, 0x817b), .driver_info
= BTUSB_ATH3012
},
232 { USB_DEVICE(0x0cf3, 0xe003), .driver_info
= BTUSB_ATH3012
},
233 { USB_DEVICE(0x0cf3, 0xe004), .driver_info
= BTUSB_ATH3012
},
234 { USB_DEVICE(0x0cf3, 0xe005), .driver_info
= BTUSB_ATH3012
},
235 { USB_DEVICE(0x0cf3, 0xe006), .driver_info
= BTUSB_ATH3012
},
236 { USB_DEVICE(0x13d3, 0x3362), .driver_info
= BTUSB_ATH3012
},
237 { USB_DEVICE(0x13d3, 0x3375), .driver_info
= BTUSB_ATH3012
},
238 { USB_DEVICE(0x13d3, 0x3393), .driver_info
= BTUSB_ATH3012
},
239 { USB_DEVICE(0x13d3, 0x3395), .driver_info
= BTUSB_ATH3012
},
240 { USB_DEVICE(0x13d3, 0x3402), .driver_info
= BTUSB_ATH3012
},
241 { USB_DEVICE(0x13d3, 0x3408), .driver_info
= BTUSB_ATH3012
},
242 { USB_DEVICE(0x13d3, 0x3423), .driver_info
= BTUSB_ATH3012
},
243 { USB_DEVICE(0x13d3, 0x3432), .driver_info
= BTUSB_ATH3012
},
244 { USB_DEVICE(0x13d3, 0x3472), .driver_info
= BTUSB_ATH3012
},
245 { USB_DEVICE(0x13d3, 0x3474), .driver_info
= BTUSB_ATH3012
},
246 { USB_DEVICE(0x13d3, 0x3487), .driver_info
= BTUSB_ATH3012
},
247 { USB_DEVICE(0x13d3, 0x3490), .driver_info
= BTUSB_ATH3012
},
249 /* Atheros AR5BBU12 with sflash firmware */
250 { USB_DEVICE(0x0489, 0xe02c), .driver_info
= BTUSB_IGNORE
},
252 /* Atheros AR5BBU12 with sflash firmware */
253 { USB_DEVICE(0x0489, 0xe036), .driver_info
= BTUSB_ATH3012
},
254 { USB_DEVICE(0x0489, 0xe03c), .driver_info
= BTUSB_ATH3012
},
256 /* QCA ROME chipset */
257 { USB_DEVICE(0x0cf3, 0x535b), .driver_info
= BTUSB_QCA_ROME
},
258 { USB_DEVICE(0x0cf3, 0xe007), .driver_info
= BTUSB_QCA_ROME
},
259 { USB_DEVICE(0x0cf3, 0xe009), .driver_info
= BTUSB_QCA_ROME
},
260 { USB_DEVICE(0x0cf3, 0xe010), .driver_info
= BTUSB_QCA_ROME
},
261 { USB_DEVICE(0x0cf3, 0xe300), .driver_info
= BTUSB_QCA_ROME
},
262 { USB_DEVICE(0x0cf3, 0xe301), .driver_info
= BTUSB_QCA_ROME
},
263 { USB_DEVICE(0x0cf3, 0xe360), .driver_info
= BTUSB_QCA_ROME
},
264 { USB_DEVICE(0x0489, 0xe092), .driver_info
= BTUSB_QCA_ROME
},
265 { USB_DEVICE(0x0489, 0xe09f), .driver_info
= BTUSB_QCA_ROME
},
266 { USB_DEVICE(0x0489, 0xe0a2), .driver_info
= BTUSB_QCA_ROME
},
267 { USB_DEVICE(0x04ca, 0x3011), .driver_info
= BTUSB_QCA_ROME
},
268 { USB_DEVICE(0x04ca, 0x3015), .driver_info
= BTUSB_QCA_ROME
},
269 { USB_DEVICE(0x04ca, 0x3016), .driver_info
= BTUSB_QCA_ROME
},
270 { USB_DEVICE(0x04ca, 0x301a), .driver_info
= BTUSB_QCA_ROME
},
271 { USB_DEVICE(0x04ca, 0x3021), .driver_info
= BTUSB_QCA_ROME
},
272 { USB_DEVICE(0x13d3, 0x3491), .driver_info
= BTUSB_QCA_ROME
},
273 { USB_DEVICE(0x13d3, 0x3496), .driver_info
= BTUSB_QCA_ROME
},
274 { USB_DEVICE(0x13d3, 0x3501), .driver_info
= BTUSB_QCA_ROME
},
276 /* Broadcom BCM2035 */
277 { USB_DEVICE(0x0a5c, 0x2009), .driver_info
= BTUSB_BCM92035
},
278 { USB_DEVICE(0x0a5c, 0x200a), .driver_info
= BTUSB_WRONG_SCO_MTU
},
279 { USB_DEVICE(0x0a5c, 0x2035), .driver_info
= BTUSB_WRONG_SCO_MTU
},
281 /* Broadcom BCM2045 */
282 { USB_DEVICE(0x0a5c, 0x2039), .driver_info
= BTUSB_WRONG_SCO_MTU
},
283 { USB_DEVICE(0x0a5c, 0x2101), .driver_info
= BTUSB_WRONG_SCO_MTU
},
285 /* IBM/Lenovo ThinkPad with Broadcom chip */
286 { USB_DEVICE(0x0a5c, 0x201e), .driver_info
= BTUSB_WRONG_SCO_MTU
},
287 { USB_DEVICE(0x0a5c, 0x2110), .driver_info
= BTUSB_WRONG_SCO_MTU
},
289 /* HP laptop with Broadcom chip */
290 { USB_DEVICE(0x03f0, 0x171d), .driver_info
= BTUSB_WRONG_SCO_MTU
},
292 /* Dell laptop with Broadcom chip */
293 { USB_DEVICE(0x413c, 0x8126), .driver_info
= BTUSB_WRONG_SCO_MTU
},
295 /* Dell Wireless 370 and 410 devices */
296 { USB_DEVICE(0x413c, 0x8152), .driver_info
= BTUSB_WRONG_SCO_MTU
},
297 { USB_DEVICE(0x413c, 0x8156), .driver_info
= BTUSB_WRONG_SCO_MTU
},
299 /* Belkin F8T012 and F8T013 devices */
300 { USB_DEVICE(0x050d, 0x0012), .driver_info
= BTUSB_WRONG_SCO_MTU
},
301 { USB_DEVICE(0x050d, 0x0013), .driver_info
= BTUSB_WRONG_SCO_MTU
},
303 /* Asus WL-BTD202 device */
304 { USB_DEVICE(0x0b05, 0x1715), .driver_info
= BTUSB_WRONG_SCO_MTU
},
306 /* Kensington Bluetooth USB adapter */
307 { USB_DEVICE(0x047d, 0x105e), .driver_info
= BTUSB_WRONG_SCO_MTU
},
309 /* RTX Telecom based adapters with buggy SCO support */
310 { USB_DEVICE(0x0400, 0x0807), .driver_info
= BTUSB_BROKEN_ISOC
},
311 { USB_DEVICE(0x0400, 0x080a), .driver_info
= BTUSB_BROKEN_ISOC
},
313 /* CONWISE Technology based adapters with buggy SCO support */
314 { USB_DEVICE(0x0e5e, 0x6622),
315 .driver_info
= BTUSB_BROKEN_ISOC
| BTUSB_CW6622
},
317 /* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
318 { USB_DEVICE(0x1310, 0x0001), .driver_info
= BTUSB_SWAVE
},
320 /* Digianswer devices */
321 { USB_DEVICE(0x08fd, 0x0001), .driver_info
= BTUSB_DIGIANSWER
},
322 { USB_DEVICE(0x08fd, 0x0002), .driver_info
= BTUSB_IGNORE
},
324 /* CSR BlueCore Bluetooth Sniffer */
325 { USB_DEVICE(0x0a12, 0x0002),
326 .driver_info
= BTUSB_SNIFFER
| BTUSB_BROKEN_ISOC
},
328 /* Frontline ComProbe Bluetooth Sniffer */
329 { USB_DEVICE(0x16d3, 0x0002),
330 .driver_info
= BTUSB_SNIFFER
| BTUSB_BROKEN_ISOC
},
332 /* Marvell Bluetooth devices */
333 { USB_DEVICE(0x1286, 0x2044), .driver_info
= BTUSB_MARVELL
},
334 { USB_DEVICE(0x1286, 0x2046), .driver_info
= BTUSB_MARVELL
},
335 { USB_DEVICE(0x1286, 0x204e), .driver_info
= BTUSB_MARVELL
},
337 /* Intel Bluetooth devices */
338 { USB_DEVICE(0x8087, 0x0025), .driver_info
= BTUSB_INTEL_NEW
|
339 BTUSB_WIDEBAND_SPEECH
},
340 { USB_DEVICE(0x8087, 0x0026), .driver_info
= BTUSB_INTEL_NEW
|
341 BTUSB_WIDEBAND_SPEECH
},
342 { USB_DEVICE(0x8087, 0x0029), .driver_info
= BTUSB_INTEL_NEW
|
343 BTUSB_WIDEBAND_SPEECH
},
344 { USB_DEVICE(0x8087, 0x07da), .driver_info
= BTUSB_CSR
},
345 { USB_DEVICE(0x8087, 0x07dc), .driver_info
= BTUSB_INTEL
},
346 { USB_DEVICE(0x8087, 0x0a2a), .driver_info
= BTUSB_INTEL
},
347 { USB_DEVICE(0x8087, 0x0a2b), .driver_info
= BTUSB_INTEL_NEW
|
348 BTUSB_WIDEBAND_SPEECH
},
349 { USB_DEVICE(0x8087, 0x0aa7), .driver_info
= BTUSB_INTEL
|
350 BTUSB_WIDEBAND_SPEECH
},
351 { USB_DEVICE(0x8087, 0x0aaa), .driver_info
= BTUSB_INTEL_NEW
|
352 BTUSB_WIDEBAND_SPEECH
},
354 /* Other Intel Bluetooth devices */
355 { USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
356 .driver_info
= BTUSB_IGNORE
},
358 /* Realtek Bluetooth devices */
359 { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
360 .driver_info
= BTUSB_REALTEK
},
362 /* MediaTek Bluetooth devices */
363 { USB_VENDOR_AND_INTERFACE_INFO(0x0e8d, 0xe0, 0x01, 0x01),
364 .driver_info
= BTUSB_MEDIATEK
},
366 /* Additional Realtek 8723AE Bluetooth devices */
367 { USB_DEVICE(0x0930, 0x021d), .driver_info
= BTUSB_REALTEK
},
368 { USB_DEVICE(0x13d3, 0x3394), .driver_info
= BTUSB_REALTEK
},
370 /* Additional Realtek 8723BE Bluetooth devices */
371 { USB_DEVICE(0x0489, 0xe085), .driver_info
= BTUSB_REALTEK
},
372 { USB_DEVICE(0x0489, 0xe08b), .driver_info
= BTUSB_REALTEK
},
373 { USB_DEVICE(0x13d3, 0x3410), .driver_info
= BTUSB_REALTEK
},
374 { USB_DEVICE(0x13d3, 0x3416), .driver_info
= BTUSB_REALTEK
},
375 { USB_DEVICE(0x13d3, 0x3459), .driver_info
= BTUSB_REALTEK
},
376 { USB_DEVICE(0x13d3, 0x3494), .driver_info
= BTUSB_REALTEK
},
378 /* Additional Realtek 8723BU Bluetooth devices */
379 { USB_DEVICE(0x7392, 0xa611), .driver_info
= BTUSB_REALTEK
},
381 /* Additional Realtek 8723DE Bluetooth devices */
382 { USB_DEVICE(0x0bda, 0xb009), .driver_info
= BTUSB_REALTEK
},
383 { USB_DEVICE(0x2ff8, 0xb011), .driver_info
= BTUSB_REALTEK
},
385 /* Additional Realtek 8821AE Bluetooth devices */
386 { USB_DEVICE(0x0b05, 0x17dc), .driver_info
= BTUSB_REALTEK
},
387 { USB_DEVICE(0x13d3, 0x3414), .driver_info
= BTUSB_REALTEK
},
388 { USB_DEVICE(0x13d3, 0x3458), .driver_info
= BTUSB_REALTEK
},
389 { USB_DEVICE(0x13d3, 0x3461), .driver_info
= BTUSB_REALTEK
},
390 { USB_DEVICE(0x13d3, 0x3462), .driver_info
= BTUSB_REALTEK
},
392 /* Additional Realtek 8822BE Bluetooth devices */
393 { USB_DEVICE(0x13d3, 0x3526), .driver_info
= BTUSB_REALTEK
},
394 { USB_DEVICE(0x0b05, 0x185c), .driver_info
= BTUSB_REALTEK
},
396 /* Additional Realtek 8822CE Bluetooth devices */
397 { USB_DEVICE(0x04ca, 0x4005), .driver_info
= BTUSB_REALTEK
},
398 { USB_DEVICE(0x13d3, 0x3548), .driver_info
= BTUSB_REALTEK
},
400 /* Silicon Wave based devices */
401 { USB_DEVICE(0x0c10, 0x0000), .driver_info
= BTUSB_SWAVE
},
403 { } /* Terminating entry */
406 /* The Bluetooth USB module build into some devices needs to be reset on resume,
407 * this is a problem with the platform (likely shutting off all power) not with
408 * the module itself. So we use a DMI list to match known broken platforms.
410 static const struct dmi_system_id btusb_needs_reset_resume_table
[] = {
412 /* Dell OptiPlex 3060 (QCA ROME device 0cf3:e007) */
414 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
415 DMI_MATCH(DMI_PRODUCT_NAME
, "OptiPlex 3060"),
419 /* Dell XPS 9360 (QCA ROME device 0cf3:e300) */
421 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
422 DMI_MATCH(DMI_PRODUCT_NAME
, "XPS 13 9360"),
426 /* Dell Inspiron 5565 (QCA ROME device 0cf3:e009) */
428 DMI_MATCH(DMI_SYS_VENDOR
, "Dell Inc."),
429 DMI_MATCH(DMI_PRODUCT_NAME
, "Inspiron 5565"),
435 #define BTUSB_MAX_ISOC_FRAMES 10
437 #define BTUSB_INTR_RUNNING 0
438 #define BTUSB_BULK_RUNNING 1
439 #define BTUSB_ISOC_RUNNING 2
440 #define BTUSB_SUSPENDING 3
441 #define BTUSB_DID_ISO_RESUME 4
442 #define BTUSB_BOOTLOADER 5
443 #define BTUSB_DOWNLOADING 6
444 #define BTUSB_FIRMWARE_LOADED 7
445 #define BTUSB_FIRMWARE_FAILED 8
446 #define BTUSB_BOOTING 9
447 #define BTUSB_DIAG_RUNNING 10
448 #define BTUSB_OOB_WAKE_ENABLED 11
449 #define BTUSB_HW_RESET_ACTIVE 12
450 #define BTUSB_TX_WAIT_VND_EVT 13
451 #define BTUSB_WAKEUP_DISABLE 14
454 struct hci_dev
*hdev
;
455 struct usb_device
*udev
;
456 struct usb_interface
*intf
;
457 struct usb_interface
*isoc
;
458 struct usb_interface
*diag
;
463 struct work_struct work
;
464 struct work_struct waker
;
466 struct usb_anchor deferred
;
467 struct usb_anchor tx_anchor
;
471 struct usb_anchor intr_anchor
;
472 struct usb_anchor bulk_anchor
;
473 struct usb_anchor isoc_anchor
;
474 struct usb_anchor diag_anchor
;
475 struct usb_anchor ctrl_anchor
;
478 struct sk_buff
*evt_skb
;
479 struct sk_buff
*acl_skb
;
480 struct sk_buff
*sco_skb
;
482 struct usb_endpoint_descriptor
*intr_ep
;
483 struct usb_endpoint_descriptor
*bulk_tx_ep
;
484 struct usb_endpoint_descriptor
*bulk_rx_ep
;
485 struct usb_endpoint_descriptor
*isoc_tx_ep
;
486 struct usb_endpoint_descriptor
*isoc_rx_ep
;
487 struct usb_endpoint_descriptor
*diag_tx_ep
;
488 struct usb_endpoint_descriptor
*diag_rx_ep
;
490 struct gpio_desc
*reset_gpio
;
495 unsigned int sco_num
;
499 int (*recv_event
)(struct hci_dev
*hdev
, struct sk_buff
*skb
);
500 int (*recv_bulk
)(struct btusb_data
*data
, void *buffer
, int count
);
502 int (*setup_on_usb
)(struct hci_dev
*hdev
);
504 int oob_wake_irq
; /* irq for out-of-band wake-on-bt */
505 unsigned cmd_timeout_cnt
;
509 static void btusb_intel_cmd_timeout(struct hci_dev
*hdev
)
511 struct btusb_data
*data
= hci_get_drvdata(hdev
);
512 struct gpio_desc
*reset_gpio
= data
->reset_gpio
;
514 if (++data
->cmd_timeout_cnt
< 5)
518 bt_dev_err(hdev
, "No way to reset. Ignoring and continuing");
523 * Toggle the hard reset line if the platform provides one. The reset
524 * is going to yank the device off the USB and then replug. So doing
525 * once is enough. The cleanup is handled correctly on the way out
526 * (standard USB disconnect), and the new device is detected cleanly
527 * and bound to the driver again like it should be.
529 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE
, &data
->flags
)) {
530 bt_dev_err(hdev
, "last reset failed? Not resetting again");
534 bt_dev_err(hdev
, "Initiating HW reset via gpio");
535 gpiod_set_value_cansleep(reset_gpio
, 1);
537 gpiod_set_value_cansleep(reset_gpio
, 0);
540 static void btusb_rtl_cmd_timeout(struct hci_dev
*hdev
)
542 struct btusb_data
*data
= hci_get_drvdata(hdev
);
543 struct gpio_desc
*reset_gpio
= data
->reset_gpio
;
545 if (++data
->cmd_timeout_cnt
< 5)
549 bt_dev_err(hdev
, "No gpio to reset Realtek device, ignoring");
553 /* Toggle the hard reset line. The Realtek device is going to
554 * yank itself off the USB and then replug. The cleanup is handled
555 * correctly on the way out (standard USB disconnect), and the new
556 * device is detected cleanly and bound to the driver again like
559 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE
, &data
->flags
)) {
560 bt_dev_err(hdev
, "last reset failed? Not resetting again");
564 bt_dev_err(hdev
, "Reset Realtek device via gpio");
565 gpiod_set_value_cansleep(reset_gpio
, 1);
567 gpiod_set_value_cansleep(reset_gpio
, 0);
570 static inline void btusb_free_frags(struct btusb_data
*data
)
574 spin_lock_irqsave(&data
->rxlock
, flags
);
576 kfree_skb(data
->evt_skb
);
577 data
->evt_skb
= NULL
;
579 kfree_skb(data
->acl_skb
);
580 data
->acl_skb
= NULL
;
582 kfree_skb(data
->sco_skb
);
583 data
->sco_skb
= NULL
;
585 spin_unlock_irqrestore(&data
->rxlock
, flags
);
588 static int btusb_recv_intr(struct btusb_data
*data
, void *buffer
, int count
)
594 spin_lock_irqsave(&data
->rxlock
, flags
);
601 skb
= bt_skb_alloc(HCI_MAX_EVENT_SIZE
, GFP_ATOMIC
);
607 hci_skb_pkt_type(skb
) = HCI_EVENT_PKT
;
608 hci_skb_expect(skb
) = HCI_EVENT_HDR_SIZE
;
611 len
= min_t(uint
, hci_skb_expect(skb
), count
);
612 skb_put_data(skb
, buffer
, len
);
616 hci_skb_expect(skb
) -= len
;
618 if (skb
->len
== HCI_EVENT_HDR_SIZE
) {
619 /* Complete event header */
620 hci_skb_expect(skb
) = hci_event_hdr(skb
)->plen
;
622 if (skb_tailroom(skb
) < hci_skb_expect(skb
)) {
631 if (!hci_skb_expect(skb
)) {
633 data
->recv_event(data
->hdev
, skb
);
639 spin_unlock_irqrestore(&data
->rxlock
, flags
);
644 static int btusb_recv_bulk(struct btusb_data
*data
, void *buffer
, int count
)
650 spin_lock_irqsave(&data
->rxlock
, flags
);
657 skb
= bt_skb_alloc(HCI_MAX_FRAME_SIZE
, GFP_ATOMIC
);
663 hci_skb_pkt_type(skb
) = HCI_ACLDATA_PKT
;
664 hci_skb_expect(skb
) = HCI_ACL_HDR_SIZE
;
667 len
= min_t(uint
, hci_skb_expect(skb
), count
);
668 skb_put_data(skb
, buffer
, len
);
672 hci_skb_expect(skb
) -= len
;
674 if (skb
->len
== HCI_ACL_HDR_SIZE
) {
675 __le16 dlen
= hci_acl_hdr(skb
)->dlen
;
677 /* Complete ACL header */
678 hci_skb_expect(skb
) = __le16_to_cpu(dlen
);
680 if (skb_tailroom(skb
) < hci_skb_expect(skb
)) {
689 if (!hci_skb_expect(skb
)) {
691 hci_recv_frame(data
->hdev
, skb
);
697 spin_unlock_irqrestore(&data
->rxlock
, flags
);
702 static int btusb_recv_isoc(struct btusb_data
*data
, void *buffer
, int count
)
708 spin_lock_irqsave(&data
->rxlock
, flags
);
715 skb
= bt_skb_alloc(HCI_MAX_SCO_SIZE
, GFP_ATOMIC
);
721 hci_skb_pkt_type(skb
) = HCI_SCODATA_PKT
;
722 hci_skb_expect(skb
) = HCI_SCO_HDR_SIZE
;
725 len
= min_t(uint
, hci_skb_expect(skb
), count
);
726 skb_put_data(skb
, buffer
, len
);
730 hci_skb_expect(skb
) -= len
;
732 if (skb
->len
== HCI_SCO_HDR_SIZE
) {
733 /* Complete SCO header */
734 hci_skb_expect(skb
) = hci_sco_hdr(skb
)->dlen
;
736 if (skb_tailroom(skb
) < hci_skb_expect(skb
)) {
745 if (!hci_skb_expect(skb
)) {
747 hci_recv_frame(data
->hdev
, skb
);
753 spin_unlock_irqrestore(&data
->rxlock
, flags
);
758 static void btusb_intr_complete(struct urb
*urb
)
760 struct hci_dev
*hdev
= urb
->context
;
761 struct btusb_data
*data
= hci_get_drvdata(hdev
);
764 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
767 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
770 if (urb
->status
== 0) {
771 hdev
->stat
.byte_rx
+= urb
->actual_length
;
773 if (btusb_recv_intr(data
, urb
->transfer_buffer
,
774 urb
->actual_length
) < 0) {
775 bt_dev_err(hdev
, "corrupted event packet");
778 } else if (urb
->status
== -ENOENT
) {
779 /* Avoid suspend failed when usb_kill_urb */
783 if (!test_bit(BTUSB_INTR_RUNNING
, &data
->flags
))
786 usb_mark_last_busy(data
->udev
);
787 usb_anchor_urb(urb
, &data
->intr_anchor
);
789 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
791 /* -EPERM: urb is being killed;
792 * -ENODEV: device got disconnected
794 if (err
!= -EPERM
&& err
!= -ENODEV
)
795 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
797 usb_unanchor_urb(urb
);
801 static int btusb_submit_intr_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
803 struct btusb_data
*data
= hci_get_drvdata(hdev
);
809 BT_DBG("%s", hdev
->name
);
814 urb
= usb_alloc_urb(0, mem_flags
);
818 size
= le16_to_cpu(data
->intr_ep
->wMaxPacketSize
);
820 buf
= kmalloc(size
, mem_flags
);
826 pipe
= usb_rcvintpipe(data
->udev
, data
->intr_ep
->bEndpointAddress
);
828 usb_fill_int_urb(urb
, data
->udev
, pipe
, buf
, size
,
829 btusb_intr_complete
, hdev
, data
->intr_ep
->bInterval
);
831 urb
->transfer_flags
|= URB_FREE_BUFFER
;
833 usb_anchor_urb(urb
, &data
->intr_anchor
);
835 err
= usb_submit_urb(urb
, mem_flags
);
837 if (err
!= -EPERM
&& err
!= -ENODEV
)
838 bt_dev_err(hdev
, "urb %p submission failed (%d)",
840 usb_unanchor_urb(urb
);
848 static void btusb_bulk_complete(struct urb
*urb
)
850 struct hci_dev
*hdev
= urb
->context
;
851 struct btusb_data
*data
= hci_get_drvdata(hdev
);
854 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
857 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
860 if (urb
->status
== 0) {
861 hdev
->stat
.byte_rx
+= urb
->actual_length
;
863 if (data
->recv_bulk(data
, urb
->transfer_buffer
,
864 urb
->actual_length
) < 0) {
865 bt_dev_err(hdev
, "corrupted ACL packet");
868 } else if (urb
->status
== -ENOENT
) {
869 /* Avoid suspend failed when usb_kill_urb */
873 if (!test_bit(BTUSB_BULK_RUNNING
, &data
->flags
))
876 usb_anchor_urb(urb
, &data
->bulk_anchor
);
877 usb_mark_last_busy(data
->udev
);
879 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
881 /* -EPERM: urb is being killed;
882 * -ENODEV: device got disconnected
884 if (err
!= -EPERM
&& err
!= -ENODEV
)
885 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
887 usb_unanchor_urb(urb
);
891 static int btusb_submit_bulk_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
893 struct btusb_data
*data
= hci_get_drvdata(hdev
);
897 int err
, size
= HCI_MAX_FRAME_SIZE
;
899 BT_DBG("%s", hdev
->name
);
901 if (!data
->bulk_rx_ep
)
904 urb
= usb_alloc_urb(0, mem_flags
);
908 buf
= kmalloc(size
, mem_flags
);
914 pipe
= usb_rcvbulkpipe(data
->udev
, data
->bulk_rx_ep
->bEndpointAddress
);
916 usb_fill_bulk_urb(urb
, data
->udev
, pipe
, buf
, size
,
917 btusb_bulk_complete
, hdev
);
919 urb
->transfer_flags
|= URB_FREE_BUFFER
;
921 usb_mark_last_busy(data
->udev
);
922 usb_anchor_urb(urb
, &data
->bulk_anchor
);
924 err
= usb_submit_urb(urb
, mem_flags
);
926 if (err
!= -EPERM
&& err
!= -ENODEV
)
927 bt_dev_err(hdev
, "urb %p submission failed (%d)",
929 usb_unanchor_urb(urb
);
937 static void btusb_isoc_complete(struct urb
*urb
)
939 struct hci_dev
*hdev
= urb
->context
;
940 struct btusb_data
*data
= hci_get_drvdata(hdev
);
943 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
946 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
949 if (urb
->status
== 0) {
950 for (i
= 0; i
< urb
->number_of_packets
; i
++) {
951 unsigned int offset
= urb
->iso_frame_desc
[i
].offset
;
952 unsigned int length
= urb
->iso_frame_desc
[i
].actual_length
;
954 if (urb
->iso_frame_desc
[i
].status
)
957 hdev
->stat
.byte_rx
+= length
;
959 if (btusb_recv_isoc(data
, urb
->transfer_buffer
+ offset
,
961 bt_dev_err(hdev
, "corrupted SCO packet");
965 } else if (urb
->status
== -ENOENT
) {
966 /* Avoid suspend failed when usb_kill_urb */
970 if (!test_bit(BTUSB_ISOC_RUNNING
, &data
->flags
))
973 usb_anchor_urb(urb
, &data
->isoc_anchor
);
975 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
977 /* -EPERM: urb is being killed;
978 * -ENODEV: device got disconnected
980 if (err
!= -EPERM
&& err
!= -ENODEV
)
981 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
983 usb_unanchor_urb(urb
);
987 static inline void __fill_isoc_descriptor(struct urb
*urb
, int len
, int mtu
)
991 BT_DBG("len %d mtu %d", len
, mtu
);
993 for (i
= 0; i
< BTUSB_MAX_ISOC_FRAMES
&& len
>= mtu
;
994 i
++, offset
+= mtu
, len
-= mtu
) {
995 urb
->iso_frame_desc
[i
].offset
= offset
;
996 urb
->iso_frame_desc
[i
].length
= mtu
;
999 if (len
&& i
< BTUSB_MAX_ISOC_FRAMES
) {
1000 urb
->iso_frame_desc
[i
].offset
= offset
;
1001 urb
->iso_frame_desc
[i
].length
= len
;
1005 urb
->number_of_packets
= i
;
1008 static int btusb_submit_isoc_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
1010 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1016 BT_DBG("%s", hdev
->name
);
1018 if (!data
->isoc_rx_ep
)
1021 urb
= usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES
, mem_flags
);
1025 size
= le16_to_cpu(data
->isoc_rx_ep
->wMaxPacketSize
) *
1026 BTUSB_MAX_ISOC_FRAMES
;
1028 buf
= kmalloc(size
, mem_flags
);
1034 pipe
= usb_rcvisocpipe(data
->udev
, data
->isoc_rx_ep
->bEndpointAddress
);
1036 usb_fill_int_urb(urb
, data
->udev
, pipe
, buf
, size
, btusb_isoc_complete
,
1037 hdev
, data
->isoc_rx_ep
->bInterval
);
1039 urb
->transfer_flags
= URB_FREE_BUFFER
| URB_ISO_ASAP
;
1041 __fill_isoc_descriptor(urb
, size
,
1042 le16_to_cpu(data
->isoc_rx_ep
->wMaxPacketSize
));
1044 usb_anchor_urb(urb
, &data
->isoc_anchor
);
1046 err
= usb_submit_urb(urb
, mem_flags
);
1048 if (err
!= -EPERM
&& err
!= -ENODEV
)
1049 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1051 usb_unanchor_urb(urb
);
1059 static void btusb_diag_complete(struct urb
*urb
)
1061 struct hci_dev
*hdev
= urb
->context
;
1062 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1065 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1066 urb
->actual_length
);
1068 if (urb
->status
== 0) {
1069 struct sk_buff
*skb
;
1071 skb
= bt_skb_alloc(urb
->actual_length
, GFP_ATOMIC
);
1073 skb_put_data(skb
, urb
->transfer_buffer
,
1074 urb
->actual_length
);
1075 hci_recv_diag(hdev
, skb
);
1077 } else if (urb
->status
== -ENOENT
) {
1078 /* Avoid suspend failed when usb_kill_urb */
1082 if (!test_bit(BTUSB_DIAG_RUNNING
, &data
->flags
))
1085 usb_anchor_urb(urb
, &data
->diag_anchor
);
1086 usb_mark_last_busy(data
->udev
);
1088 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
1090 /* -EPERM: urb is being killed;
1091 * -ENODEV: device got disconnected
1093 if (err
!= -EPERM
&& err
!= -ENODEV
)
1094 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
1096 usb_unanchor_urb(urb
);
1100 static int btusb_submit_diag_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
1102 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1106 int err
, size
= HCI_MAX_FRAME_SIZE
;
1108 BT_DBG("%s", hdev
->name
);
1110 if (!data
->diag_rx_ep
)
1113 urb
= usb_alloc_urb(0, mem_flags
);
1117 buf
= kmalloc(size
, mem_flags
);
1123 pipe
= usb_rcvbulkpipe(data
->udev
, data
->diag_rx_ep
->bEndpointAddress
);
1125 usb_fill_bulk_urb(urb
, data
->udev
, pipe
, buf
, size
,
1126 btusb_diag_complete
, hdev
);
1128 urb
->transfer_flags
|= URB_FREE_BUFFER
;
1130 usb_mark_last_busy(data
->udev
);
1131 usb_anchor_urb(urb
, &data
->diag_anchor
);
1133 err
= usb_submit_urb(urb
, mem_flags
);
1135 if (err
!= -EPERM
&& err
!= -ENODEV
)
1136 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1138 usb_unanchor_urb(urb
);
1146 static void btusb_tx_complete(struct urb
*urb
)
1148 struct sk_buff
*skb
= urb
->context
;
1149 struct hci_dev
*hdev
= (struct hci_dev
*)skb
->dev
;
1150 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1151 unsigned long flags
;
1153 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1154 urb
->actual_length
);
1156 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
1160 hdev
->stat
.byte_tx
+= urb
->transfer_buffer_length
;
1162 hdev
->stat
.err_tx
++;
1165 spin_lock_irqsave(&data
->txlock
, flags
);
1166 data
->tx_in_flight
--;
1167 spin_unlock_irqrestore(&data
->txlock
, flags
);
1169 kfree(urb
->setup_packet
);
1174 static void btusb_isoc_tx_complete(struct urb
*urb
)
1176 struct sk_buff
*skb
= urb
->context
;
1177 struct hci_dev
*hdev
= (struct hci_dev
*)skb
->dev
;
1179 BT_DBG("%s urb %p status %d count %d", hdev
->name
, urb
, urb
->status
,
1180 urb
->actual_length
);
1182 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
1186 hdev
->stat
.byte_tx
+= urb
->transfer_buffer_length
;
1188 hdev
->stat
.err_tx
++;
1191 kfree(urb
->setup_packet
);
1196 static int btusb_open(struct hci_dev
*hdev
)
1198 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1201 BT_DBG("%s", hdev
->name
);
1203 err
= usb_autopm_get_interface(data
->intf
);
1207 /* Patching USB firmware files prior to starting any URBs of HCI path
1208 * It is more safe to use USB bulk channel for downloading USB patch
1210 if (data
->setup_on_usb
) {
1211 err
= data
->setup_on_usb(hdev
);
1216 data
->intf
->needs_remote_wakeup
= 1;
1218 /* Disable device remote wakeup when host is suspended
1219 * For Realtek chips, global suspend without
1220 * SET_FEATURE (DEVICE_REMOTE_WAKEUP) can save more power in device.
1222 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
))
1223 device_wakeup_disable(&data
->udev
->dev
);
1225 if (test_and_set_bit(BTUSB_INTR_RUNNING
, &data
->flags
))
1228 err
= btusb_submit_intr_urb(hdev
, GFP_KERNEL
);
1232 err
= btusb_submit_bulk_urb(hdev
, GFP_KERNEL
);
1234 usb_kill_anchored_urbs(&data
->intr_anchor
);
1238 set_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
1239 btusb_submit_bulk_urb(hdev
, GFP_KERNEL
);
1242 if (!btusb_submit_diag_urb(hdev
, GFP_KERNEL
))
1243 set_bit(BTUSB_DIAG_RUNNING
, &data
->flags
);
1247 usb_autopm_put_interface(data
->intf
);
1251 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
1253 usb_autopm_put_interface(data
->intf
);
1257 static void btusb_stop_traffic(struct btusb_data
*data
)
1259 usb_kill_anchored_urbs(&data
->intr_anchor
);
1260 usb_kill_anchored_urbs(&data
->bulk_anchor
);
1261 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1262 usb_kill_anchored_urbs(&data
->diag_anchor
);
1263 usb_kill_anchored_urbs(&data
->ctrl_anchor
);
1266 static int btusb_close(struct hci_dev
*hdev
)
1268 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1271 BT_DBG("%s", hdev
->name
);
1273 cancel_work_sync(&data
->work
);
1274 cancel_work_sync(&data
->waker
);
1276 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1277 clear_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
1278 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
1279 clear_bit(BTUSB_DIAG_RUNNING
, &data
->flags
);
1281 btusb_stop_traffic(data
);
1282 btusb_free_frags(data
);
1284 err
= usb_autopm_get_interface(data
->intf
);
1288 data
->intf
->needs_remote_wakeup
= 0;
1290 /* Enable remote wake up for auto-suspend */
1291 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
))
1292 data
->intf
->needs_remote_wakeup
= 1;
1294 usb_autopm_put_interface(data
->intf
);
1297 usb_scuttle_anchored_urbs(&data
->deferred
);
1301 static int btusb_flush(struct hci_dev
*hdev
)
1303 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1305 BT_DBG("%s", hdev
->name
);
1307 usb_kill_anchored_urbs(&data
->tx_anchor
);
1308 btusb_free_frags(data
);
1313 static struct urb
*alloc_ctrl_urb(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1315 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1316 struct usb_ctrlrequest
*dr
;
1320 urb
= usb_alloc_urb(0, GFP_KERNEL
);
1322 return ERR_PTR(-ENOMEM
);
1324 dr
= kmalloc(sizeof(*dr
), GFP_KERNEL
);
1327 return ERR_PTR(-ENOMEM
);
1330 dr
->bRequestType
= data
->cmdreq_type
;
1331 dr
->bRequest
= data
->cmdreq
;
1334 dr
->wLength
= __cpu_to_le16(skb
->len
);
1336 pipe
= usb_sndctrlpipe(data
->udev
, 0x00);
1338 usb_fill_control_urb(urb
, data
->udev
, pipe
, (void *)dr
,
1339 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
1341 skb
->dev
= (void *)hdev
;
1346 static struct urb
*alloc_bulk_urb(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1348 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1352 if (!data
->bulk_tx_ep
)
1353 return ERR_PTR(-ENODEV
);
1355 urb
= usb_alloc_urb(0, GFP_KERNEL
);
1357 return ERR_PTR(-ENOMEM
);
1359 pipe
= usb_sndbulkpipe(data
->udev
, data
->bulk_tx_ep
->bEndpointAddress
);
1361 usb_fill_bulk_urb(urb
, data
->udev
, pipe
,
1362 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
1364 skb
->dev
= (void *)hdev
;
1369 static struct urb
*alloc_isoc_urb(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1371 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1375 if (!data
->isoc_tx_ep
)
1376 return ERR_PTR(-ENODEV
);
1378 urb
= usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES
, GFP_KERNEL
);
1380 return ERR_PTR(-ENOMEM
);
1382 pipe
= usb_sndisocpipe(data
->udev
, data
->isoc_tx_ep
->bEndpointAddress
);
1384 usb_fill_int_urb(urb
, data
->udev
, pipe
,
1385 skb
->data
, skb
->len
, btusb_isoc_tx_complete
,
1386 skb
, data
->isoc_tx_ep
->bInterval
);
1388 urb
->transfer_flags
= URB_ISO_ASAP
;
1390 __fill_isoc_descriptor(urb
, skb
->len
,
1391 le16_to_cpu(data
->isoc_tx_ep
->wMaxPacketSize
));
1393 skb
->dev
= (void *)hdev
;
1398 static int submit_tx_urb(struct hci_dev
*hdev
, struct urb
*urb
)
1400 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1403 usb_anchor_urb(urb
, &data
->tx_anchor
);
1405 err
= usb_submit_urb(urb
, GFP_KERNEL
);
1407 if (err
!= -EPERM
&& err
!= -ENODEV
)
1408 bt_dev_err(hdev
, "urb %p submission failed (%d)",
1410 kfree(urb
->setup_packet
);
1411 usb_unanchor_urb(urb
);
1413 usb_mark_last_busy(data
->udev
);
1420 static int submit_or_queue_tx_urb(struct hci_dev
*hdev
, struct urb
*urb
)
1422 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1423 unsigned long flags
;
1426 spin_lock_irqsave(&data
->txlock
, flags
);
1427 suspending
= test_bit(BTUSB_SUSPENDING
, &data
->flags
);
1429 data
->tx_in_flight
++;
1430 spin_unlock_irqrestore(&data
->txlock
, flags
);
1433 return submit_tx_urb(hdev
, urb
);
1435 usb_anchor_urb(urb
, &data
->deferred
);
1436 schedule_work(&data
->waker
);
1442 static int btusb_send_frame(struct hci_dev
*hdev
, struct sk_buff
*skb
)
1446 BT_DBG("%s", hdev
->name
);
1448 switch (hci_skb_pkt_type(skb
)) {
1449 case HCI_COMMAND_PKT
:
1450 urb
= alloc_ctrl_urb(hdev
, skb
);
1452 return PTR_ERR(urb
);
1454 hdev
->stat
.cmd_tx
++;
1455 return submit_or_queue_tx_urb(hdev
, urb
);
1457 case HCI_ACLDATA_PKT
:
1458 urb
= alloc_bulk_urb(hdev
, skb
);
1460 return PTR_ERR(urb
);
1462 hdev
->stat
.acl_tx
++;
1463 return submit_or_queue_tx_urb(hdev
, urb
);
1465 case HCI_SCODATA_PKT
:
1466 if (hci_conn_num(hdev
, SCO_LINK
) < 1)
1469 urb
= alloc_isoc_urb(hdev
, skb
);
1471 return PTR_ERR(urb
);
1473 hdev
->stat
.sco_tx
++;
1474 return submit_tx_urb(hdev
, urb
);
1480 static void btusb_notify(struct hci_dev
*hdev
, unsigned int evt
)
1482 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1484 BT_DBG("%s evt %d", hdev
->name
, evt
);
1486 if (hci_conn_num(hdev
, SCO_LINK
) != data
->sco_num
) {
1487 data
->sco_num
= hci_conn_num(hdev
, SCO_LINK
);
1488 schedule_work(&data
->work
);
1492 static inline int __set_isoc_interface(struct hci_dev
*hdev
, int altsetting
)
1494 struct btusb_data
*data
= hci_get_drvdata(hdev
);
1495 struct usb_interface
*intf
= data
->isoc
;
1496 struct usb_endpoint_descriptor
*ep_desc
;
1502 err
= usb_set_interface(data
->udev
, data
->isoc_ifnum
, altsetting
);
1504 bt_dev_err(hdev
, "setting interface failed (%d)", -err
);
1508 data
->isoc_altsetting
= altsetting
;
1510 data
->isoc_tx_ep
= NULL
;
1511 data
->isoc_rx_ep
= NULL
;
1513 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
1514 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
1516 if (!data
->isoc_tx_ep
&& usb_endpoint_is_isoc_out(ep_desc
)) {
1517 data
->isoc_tx_ep
= ep_desc
;
1521 if (!data
->isoc_rx_ep
&& usb_endpoint_is_isoc_in(ep_desc
)) {
1522 data
->isoc_rx_ep
= ep_desc
;
1527 if (!data
->isoc_tx_ep
|| !data
->isoc_rx_ep
) {
1528 bt_dev_err(hdev
, "invalid SCO descriptors");
1535 static void btusb_work(struct work_struct
*work
)
1537 struct btusb_data
*data
= container_of(work
, struct btusb_data
, work
);
1538 struct hci_dev
*hdev
= data
->hdev
;
1542 if (data
->sco_num
> 0) {
1543 if (!test_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
)) {
1544 err
= usb_autopm_get_interface(data
->isoc
? data
->isoc
: data
->intf
);
1546 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1547 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1551 set_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
);
1554 if (hdev
->voice_setting
& 0x0020) {
1555 static const int alts
[3] = { 2, 4, 5 };
1557 new_alts
= alts
[data
->sco_num
- 1];
1559 new_alts
= data
->sco_num
;
1562 if (data
->isoc_altsetting
!= new_alts
) {
1563 unsigned long flags
;
1565 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1566 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1568 /* When isochronous alternate setting needs to be
1569 * changed, because SCO connection has been added
1570 * or removed, a packet fragment may be left in the
1571 * reassembling state. This could lead to wrongly
1572 * assembled fragments.
1574 * Clear outstanding fragment when selecting a new
1575 * alternate setting.
1577 spin_lock_irqsave(&data
->rxlock
, flags
);
1578 kfree_skb(data
->sco_skb
);
1579 data
->sco_skb
= NULL
;
1580 spin_unlock_irqrestore(&data
->rxlock
, flags
);
1582 if (__set_isoc_interface(hdev
, new_alts
) < 0)
1586 if (!test_and_set_bit(BTUSB_ISOC_RUNNING
, &data
->flags
)) {
1587 if (btusb_submit_isoc_urb(hdev
, GFP_KERNEL
) < 0)
1588 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1590 btusb_submit_isoc_urb(hdev
, GFP_KERNEL
);
1593 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1594 usb_kill_anchored_urbs(&data
->isoc_anchor
);
1596 __set_isoc_interface(hdev
, 0);
1597 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
))
1598 usb_autopm_put_interface(data
->isoc
? data
->isoc
: data
->intf
);
1602 static void btusb_waker(struct work_struct
*work
)
1604 struct btusb_data
*data
= container_of(work
, struct btusb_data
, waker
);
1607 err
= usb_autopm_get_interface(data
->intf
);
1611 usb_autopm_put_interface(data
->intf
);
1614 static int btusb_setup_bcm92035(struct hci_dev
*hdev
)
1616 struct sk_buff
*skb
;
1619 BT_DBG("%s", hdev
->name
);
1621 skb
= __hci_cmd_sync(hdev
, 0xfc3b, 1, &val
, HCI_INIT_TIMEOUT
);
1623 bt_dev_err(hdev
, "BCM92035 command failed (%ld)", PTR_ERR(skb
));
1630 static int btusb_setup_csr(struct hci_dev
*hdev
)
1632 struct hci_rp_read_local_version
*rp
;
1633 struct sk_buff
*skb
;
1635 BT_DBG("%s", hdev
->name
);
1637 skb
= __hci_cmd_sync(hdev
, HCI_OP_READ_LOCAL_VERSION
, 0, NULL
,
1640 int err
= PTR_ERR(skb
);
1641 bt_dev_err(hdev
, "CSR: Local version failed (%d)", err
);
1645 if (skb
->len
!= sizeof(struct hci_rp_read_local_version
)) {
1646 bt_dev_err(hdev
, "CSR: Local version length mismatch");
1651 rp
= (struct hci_rp_read_local_version
*)skb
->data
;
1653 /* Detect controllers which aren't real CSR ones. */
1654 if (le16_to_cpu(rp
->manufacturer
) != 10 ||
1655 le16_to_cpu(rp
->lmp_subver
) == 0x0c5c) {
1656 /* Clear the reset quirk since this is not an actual
1657 * early Bluetooth 1.1 device from CSR.
1659 clear_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
1661 /* These fake CSR controllers have all a broken
1662 * stored link key handling and so just disable it.
1664 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY
, &hdev
->quirks
);
1672 static const struct firmware
*btusb_setup_intel_get_fw(struct hci_dev
*hdev
,
1673 struct intel_version
*ver
)
1675 const struct firmware
*fw
;
1679 snprintf(fwname
, sizeof(fwname
),
1680 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1681 ver
->hw_platform
, ver
->hw_variant
, ver
->hw_revision
,
1682 ver
->fw_variant
, ver
->fw_revision
, ver
->fw_build_num
,
1683 ver
->fw_build_ww
, ver
->fw_build_yy
);
1685 ret
= request_firmware(&fw
, fwname
, &hdev
->dev
);
1687 if (ret
== -EINVAL
) {
1688 bt_dev_err(hdev
, "Intel firmware file request failed (%d)",
1693 bt_dev_err(hdev
, "failed to open Intel firmware file: %s (%d)",
1696 /* If the correct firmware patch file is not found, use the
1697 * default firmware patch file instead
1699 snprintf(fwname
, sizeof(fwname
), "intel/ibt-hw-%x.%x.bseq",
1700 ver
->hw_platform
, ver
->hw_variant
);
1701 if (request_firmware(&fw
, fwname
, &hdev
->dev
) < 0) {
1702 bt_dev_err(hdev
, "failed to open default fw file: %s",
1708 bt_dev_info(hdev
, "Intel Bluetooth firmware file: %s", fwname
);
1713 static int btusb_setup_intel_patching(struct hci_dev
*hdev
,
1714 const struct firmware
*fw
,
1715 const u8
**fw_ptr
, int *disable_patch
)
1717 struct sk_buff
*skb
;
1718 struct hci_command_hdr
*cmd
;
1719 const u8
*cmd_param
;
1720 struct hci_event_hdr
*evt
= NULL
;
1721 const u8
*evt_param
= NULL
;
1722 int remain
= fw
->size
- (*fw_ptr
- fw
->data
);
1724 /* The first byte indicates the types of the patch command or event.
1725 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1726 * in the current firmware buffer doesn't start with 0x01 or
1727 * the size of remain buffer is smaller than HCI command header,
1728 * the firmware file is corrupted and it should stop the patching
1731 if (remain
> HCI_COMMAND_HDR_SIZE
&& *fw_ptr
[0] != 0x01) {
1732 bt_dev_err(hdev
, "Intel fw corrupted: invalid cmd read");
1738 cmd
= (struct hci_command_hdr
*)(*fw_ptr
);
1739 *fw_ptr
+= sizeof(*cmd
);
1740 remain
-= sizeof(*cmd
);
1742 /* Ensure that the remain firmware data is long enough than the length
1743 * of command parameter. If not, the firmware file is corrupted.
1745 if (remain
< cmd
->plen
) {
1746 bt_dev_err(hdev
, "Intel fw corrupted: invalid cmd len");
1750 /* If there is a command that loads a patch in the firmware
1751 * file, then enable the patch upon success, otherwise just
1752 * disable the manufacturer mode, for example patch activation
1753 * is not required when the default firmware patch file is used
1754 * because there are no patch data to load.
1756 if (*disable_patch
&& le16_to_cpu(cmd
->opcode
) == 0xfc8e)
1759 cmd_param
= *fw_ptr
;
1760 *fw_ptr
+= cmd
->plen
;
1761 remain
-= cmd
->plen
;
1763 /* This reads the expected events when the above command is sent to the
1764 * device. Some vendor commands expects more than one events, for
1765 * example command status event followed by vendor specific event.
1766 * For this case, it only keeps the last expected event. so the command
1767 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1768 * last expected event.
1770 while (remain
> HCI_EVENT_HDR_SIZE
&& *fw_ptr
[0] == 0x02) {
1774 evt
= (struct hci_event_hdr
*)(*fw_ptr
);
1775 *fw_ptr
+= sizeof(*evt
);
1776 remain
-= sizeof(*evt
);
1778 if (remain
< evt
->plen
) {
1779 bt_dev_err(hdev
, "Intel fw corrupted: invalid evt len");
1783 evt_param
= *fw_ptr
;
1784 *fw_ptr
+= evt
->plen
;
1785 remain
-= evt
->plen
;
1788 /* Every HCI commands in the firmware file has its correspond event.
1789 * If event is not found or remain is smaller than zero, the firmware
1790 * file is corrupted.
1792 if (!evt
|| !evt_param
|| remain
< 0) {
1793 bt_dev_err(hdev
, "Intel fw corrupted: invalid evt read");
1797 skb
= __hci_cmd_sync_ev(hdev
, le16_to_cpu(cmd
->opcode
), cmd
->plen
,
1798 cmd_param
, evt
->evt
, HCI_INIT_TIMEOUT
);
1800 bt_dev_err(hdev
, "sending Intel patch command (0x%4.4x) failed (%ld)",
1801 cmd
->opcode
, PTR_ERR(skb
));
1802 return PTR_ERR(skb
);
1805 /* It ensures that the returned event matches the event data read from
1806 * the firmware file. At fist, it checks the length and then
1807 * the contents of the event.
1809 if (skb
->len
!= evt
->plen
) {
1810 bt_dev_err(hdev
, "mismatch event length (opcode 0x%4.4x)",
1811 le16_to_cpu(cmd
->opcode
));
1816 if (memcmp(skb
->data
, evt_param
, evt
->plen
)) {
1817 bt_dev_err(hdev
, "mismatch event parameter (opcode 0x%4.4x)",
1818 le16_to_cpu(cmd
->opcode
));
1827 static int btusb_setup_intel(struct hci_dev
*hdev
)
1829 struct sk_buff
*skb
;
1830 const struct firmware
*fw
;
1832 int disable_patch
, err
;
1833 struct intel_version ver
;
1835 BT_DBG("%s", hdev
->name
);
1837 /* The controller has a bug with the first HCI command sent to it
1838 * returning number of completed commands as zero. This would stall the
1839 * command processing in the Bluetooth core.
1841 * As a workaround, send HCI Reset command first which will reset the
1842 * number of completed commands and allow normal command processing
1845 skb
= __hci_cmd_sync(hdev
, HCI_OP_RESET
, 0, NULL
, HCI_INIT_TIMEOUT
);
1847 bt_dev_err(hdev
, "sending initial HCI reset command failed (%ld)",
1849 return PTR_ERR(skb
);
1853 /* Read Intel specific controller version first to allow selection of
1854 * which firmware file to load.
1856 * The returned information are hardware variant and revision plus
1857 * firmware variant, revision and build number.
1859 err
= btintel_read_version(hdev
, &ver
);
1863 bt_dev_info(hdev
, "read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1864 ver
.hw_platform
, ver
.hw_variant
, ver
.hw_revision
,
1865 ver
.fw_variant
, ver
.fw_revision
, ver
.fw_build_num
,
1866 ver
.fw_build_ww
, ver
.fw_build_yy
, ver
.fw_patch_num
);
1868 /* fw_patch_num indicates the version of patch the device currently
1869 * have. If there is no patch data in the device, it is always 0x00.
1870 * So, if it is other than 0x00, no need to patch the device again.
1872 if (ver
.fw_patch_num
) {
1873 bt_dev_info(hdev
, "Intel device is already patched. "
1874 "patch num: %02x", ver
.fw_patch_num
);
1878 /* Opens the firmware patch file based on the firmware version read
1879 * from the controller. If it fails to open the matching firmware
1880 * patch file, it tries to open the default firmware patch file.
1881 * If no patch file is found, allow the device to operate without
1884 fw
= btusb_setup_intel_get_fw(hdev
, &ver
);
1889 /* Enable the manufacturer mode of the controller.
1890 * Only while this mode is enabled, the driver can download the
1891 * firmware patch data and configuration parameters.
1893 err
= btintel_enter_mfg(hdev
);
1895 release_firmware(fw
);
1901 /* The firmware data file consists of list of Intel specific HCI
1902 * commands and its expected events. The first byte indicates the
1903 * type of the message, either HCI command or HCI event.
1905 * It reads the command and its expected event from the firmware file,
1906 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1907 * the returned event is compared with the event read from the firmware
1908 * file and it will continue until all the messages are downloaded to
1911 * Once the firmware patching is completed successfully,
1912 * the manufacturer mode is disabled with reset and activating the
1915 * If the firmware patching fails, the manufacturer mode is
1916 * disabled with reset and deactivating the patch.
1918 * If the default patch file is used, no reset is done when disabling
1921 while (fw
->size
> fw_ptr
- fw
->data
) {
1924 ret
= btusb_setup_intel_patching(hdev
, fw
, &fw_ptr
,
1927 goto exit_mfg_deactivate
;
1930 release_firmware(fw
);
1933 goto exit_mfg_disable
;
1935 /* Patching completed successfully and disable the manufacturer mode
1936 * with reset and activate the downloaded firmware patches.
1938 err
= btintel_exit_mfg(hdev
, true, true);
1942 /* Need build number for downloaded fw patches in
1943 * every power-on boot
1945 err
= btintel_read_version(hdev
, &ver
);
1948 bt_dev_info(hdev
, "Intel BT fw patch 0x%02x completed & activated",
1954 /* Disable the manufacturer mode without reset */
1955 err
= btintel_exit_mfg(hdev
, false, false);
1959 bt_dev_info(hdev
, "Intel firmware patch completed");
1963 exit_mfg_deactivate
:
1964 release_firmware(fw
);
1966 /* Patching failed. Disable the manufacturer mode with reset and
1967 * deactivate the downloaded firmware patches.
1969 err
= btintel_exit_mfg(hdev
, true, false);
1973 bt_dev_info(hdev
, "Intel firmware patch completed and deactivated");
1976 /* Set the event mask for Intel specific vendor events. This enables
1977 * a few extra events that are useful during general operation.
1979 btintel_set_event_mask_mfg(hdev
, false);
1981 btintel_check_bdaddr(hdev
);
1985 static int inject_cmd_complete(struct hci_dev
*hdev
, __u16 opcode
)
1987 struct sk_buff
*skb
;
1988 struct hci_event_hdr
*hdr
;
1989 struct hci_ev_cmd_complete
*evt
;
1991 skb
= bt_skb_alloc(sizeof(*hdr
) + sizeof(*evt
) + 1, GFP_KERNEL
);
1995 hdr
= skb_put(skb
, sizeof(*hdr
));
1996 hdr
->evt
= HCI_EV_CMD_COMPLETE
;
1997 hdr
->plen
= sizeof(*evt
) + 1;
1999 evt
= skb_put(skb
, sizeof(*evt
));
2001 evt
->opcode
= cpu_to_le16(opcode
);
2003 skb_put_u8(skb
, 0x00);
2005 hci_skb_pkt_type(skb
) = HCI_EVENT_PKT
;
2007 return hci_recv_frame(hdev
, skb
);
2010 static int btusb_recv_bulk_intel(struct btusb_data
*data
, void *buffer
,
2013 /* When the device is in bootloader mode, then it can send
2014 * events via the bulk endpoint. These events are treated the
2015 * same way as the ones received from the interrupt endpoint.
2017 if (test_bit(BTUSB_BOOTLOADER
, &data
->flags
))
2018 return btusb_recv_intr(data
, buffer
, count
);
2020 return btusb_recv_bulk(data
, buffer
, count
);
2023 static void btusb_intel_bootup(struct btusb_data
*data
, const void *ptr
,
2026 const struct intel_bootup
*evt
= ptr
;
2028 if (len
!= sizeof(*evt
))
2031 if (test_and_clear_bit(BTUSB_BOOTING
, &data
->flags
))
2032 wake_up_bit(&data
->flags
, BTUSB_BOOTING
);
2035 static void btusb_intel_secure_send_result(struct btusb_data
*data
,
2036 const void *ptr
, unsigned int len
)
2038 const struct intel_secure_send_result
*evt
= ptr
;
2040 if (len
!= sizeof(*evt
))
2044 set_bit(BTUSB_FIRMWARE_FAILED
, &data
->flags
);
2046 if (test_and_clear_bit(BTUSB_DOWNLOADING
, &data
->flags
) &&
2047 test_bit(BTUSB_FIRMWARE_LOADED
, &data
->flags
))
2048 wake_up_bit(&data
->flags
, BTUSB_DOWNLOADING
);
2051 static int btusb_recv_event_intel(struct hci_dev
*hdev
, struct sk_buff
*skb
)
2053 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2055 if (test_bit(BTUSB_BOOTLOADER
, &data
->flags
)) {
2056 struct hci_event_hdr
*hdr
= (void *)skb
->data
;
2058 if (skb
->len
> HCI_EVENT_HDR_SIZE
&& hdr
->evt
== 0xff &&
2060 const void *ptr
= skb
->data
+ HCI_EVENT_HDR_SIZE
+ 1;
2061 unsigned int len
= skb
->len
- HCI_EVENT_HDR_SIZE
- 1;
2063 switch (skb
->data
[2]) {
2065 /* When switching to the operational firmware
2066 * the device sends a vendor specific event
2067 * indicating that the bootup completed.
2069 btusb_intel_bootup(data
, ptr
, len
);
2072 /* When the firmware loading completes the
2073 * device sends out a vendor specific event
2074 * indicating the result of the firmware
2077 btusb_intel_secure_send_result(data
, ptr
, len
);
2083 return hci_recv_frame(hdev
, skb
);
2086 static int btusb_send_frame_intel(struct hci_dev
*hdev
, struct sk_buff
*skb
)
2088 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2091 BT_DBG("%s", hdev
->name
);
2093 switch (hci_skb_pkt_type(skb
)) {
2094 case HCI_COMMAND_PKT
:
2095 if (test_bit(BTUSB_BOOTLOADER
, &data
->flags
)) {
2096 struct hci_command_hdr
*cmd
= (void *)skb
->data
;
2097 __u16 opcode
= le16_to_cpu(cmd
->opcode
);
2099 /* When in bootloader mode and the command 0xfc09
2100 * is received, it needs to be send down the
2101 * bulk endpoint. So allocate a bulk URB instead.
2103 if (opcode
== 0xfc09)
2104 urb
= alloc_bulk_urb(hdev
, skb
);
2106 urb
= alloc_ctrl_urb(hdev
, skb
);
2108 /* When the 0xfc01 command is issued to boot into
2109 * the operational firmware, it will actually not
2110 * send a command complete event. To keep the flow
2111 * control working inject that event here.
2113 if (opcode
== 0xfc01)
2114 inject_cmd_complete(hdev
, opcode
);
2116 urb
= alloc_ctrl_urb(hdev
, skb
);
2119 return PTR_ERR(urb
);
2121 hdev
->stat
.cmd_tx
++;
2122 return submit_or_queue_tx_urb(hdev
, urb
);
2124 case HCI_ACLDATA_PKT
:
2125 urb
= alloc_bulk_urb(hdev
, skb
);
2127 return PTR_ERR(urb
);
2129 hdev
->stat
.acl_tx
++;
2130 return submit_or_queue_tx_urb(hdev
, urb
);
2132 case HCI_SCODATA_PKT
:
2133 if (hci_conn_num(hdev
, SCO_LINK
) < 1)
2136 urb
= alloc_isoc_urb(hdev
, skb
);
2138 return PTR_ERR(urb
);
2140 hdev
->stat
.sco_tx
++;
2141 return submit_tx_urb(hdev
, urb
);
2147 static bool btusb_setup_intel_new_get_fw_name(struct intel_version
*ver
,
2148 struct intel_boot_params
*params
,
2149 char *fw_name
, size_t len
,
2152 switch (ver
->hw_variant
) {
2153 case 0x0b: /* SfP */
2154 case 0x0c: /* WsP */
2155 snprintf(fw_name
, len
, "intel/ibt-%u-%u.%s",
2156 le16_to_cpu(ver
->hw_variant
),
2157 le16_to_cpu(params
->dev_revid
),
2160 case 0x11: /* JfP */
2161 case 0x12: /* ThP */
2162 case 0x13: /* HrP */
2163 case 0x14: /* CcP */
2164 snprintf(fw_name
, len
, "intel/ibt-%u-%u-%u.%s",
2165 le16_to_cpu(ver
->hw_variant
),
2166 le16_to_cpu(ver
->hw_revision
),
2167 le16_to_cpu(ver
->fw_revision
),
2176 static int btusb_setup_intel_new(struct hci_dev
*hdev
)
2178 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2179 struct intel_version ver
;
2180 struct intel_boot_params params
;
2181 const struct firmware
*fw
;
2184 ktime_t calltime
, delta
, rettime
;
2185 unsigned long long duration
;
2188 BT_DBG("%s", hdev
->name
);
2190 /* Set the default boot parameter to 0x0 and it is updated to
2191 * SKU specific boot parameter after reading Intel_Write_Boot_Params
2192 * command while downloading the firmware.
2194 boot_param
= 0x00000000;
2196 calltime
= ktime_get();
2198 /* Read the Intel version information to determine if the device
2199 * is in bootloader mode or if it already has operational firmware
2202 err
= btintel_read_version(hdev
, &ver
);
2204 bt_dev_err(hdev
, "Intel Read version failed (%d)", err
);
2205 btintel_reset_to_bootloader(hdev
);
2209 /* The hardware platform number has a fixed value of 0x37 and
2210 * for now only accept this single value.
2212 if (ver
.hw_platform
!= 0x37) {
2213 bt_dev_err(hdev
, "Unsupported Intel hardware platform (%u)",
2218 /* Check for supported iBT hardware variants of this firmware
2221 * This check has been put in place to ensure correct forward
2222 * compatibility options when newer hardware variants come along.
2224 switch (ver
.hw_variant
) {
2225 case 0x0b: /* SfP */
2226 case 0x0c: /* WsP */
2227 case 0x11: /* JfP */
2228 case 0x12: /* ThP */
2229 case 0x13: /* HrP */
2230 case 0x14: /* CcP */
2233 bt_dev_err(hdev
, "Unsupported Intel hardware variant (%u)",
2238 btintel_version_info(hdev
, &ver
);
2240 /* The firmware variant determines if the device is in bootloader
2241 * mode or is running operational firmware. The value 0x06 identifies
2242 * the bootloader and the value 0x23 identifies the operational
2245 * When the operational firmware is already present, then only
2246 * the check for valid Bluetooth device address is needed. This
2247 * determines if the device will be added as configured or
2248 * unconfigured controller.
2250 * It is not possible to use the Secure Boot Parameters in this
2251 * case since that command is only available in bootloader mode.
2253 if (ver
.fw_variant
== 0x23) {
2254 clear_bit(BTUSB_BOOTLOADER
, &data
->flags
);
2255 btintel_check_bdaddr(hdev
);
2259 /* If the device is not in bootloader mode, then the only possible
2260 * choice is to return an error and abort the device initialization.
2262 if (ver
.fw_variant
!= 0x06) {
2263 bt_dev_err(hdev
, "Unsupported Intel firmware variant (%u)",
2268 /* Read the secure boot parameters to identify the operating
2269 * details of the bootloader.
2271 err
= btintel_read_boot_params(hdev
, ¶ms
);
2275 /* It is required that every single firmware fragment is acknowledged
2276 * with a command complete event. If the boot parameters indicate
2277 * that this bootloader does not send them, then abort the setup.
2279 if (params
.limited_cce
!= 0x00) {
2280 bt_dev_err(hdev
, "Unsupported Intel firmware loading method (%u)",
2281 params
.limited_cce
);
2285 /* If the OTP has no valid Bluetooth device address, then there will
2286 * also be no valid address for the operational firmware.
2288 if (!bacmp(¶ms
.otp_bdaddr
, BDADDR_ANY
)) {
2289 bt_dev_info(hdev
, "No device address configured");
2290 set_bit(HCI_QUIRK_INVALID_BDADDR
, &hdev
->quirks
);
2293 /* With this Intel bootloader only the hardware variant and device
2294 * revision information are used to select the right firmware for SfP
2297 * The firmware filename is ibt-<hw_variant>-<dev_revid>.sfi.
2299 * Currently the supported hardware variants are:
2300 * 11 (0x0b) for iBT3.0 (LnP/SfP)
2301 * 12 (0x0c) for iBT3.5 (WsP)
2303 * For ThP/JfP and for future SKU's, the FW name varies based on HW
2304 * variant, HW revision and FW revision, as these are dependent on CNVi
2305 * and RF Combination.
2307 * 17 (0x11) for iBT3.5 (JfP)
2308 * 18 (0x12) for iBT3.5 (ThP)
2310 * The firmware file name for these will be
2311 * ibt-<hw_variant>-<hw_revision>-<fw_revision>.sfi.
2314 err
= btusb_setup_intel_new_get_fw_name(&ver
, ¶ms
, fwname
,
2315 sizeof(fwname
), "sfi");
2317 bt_dev_err(hdev
, "Unsupported Intel firmware naming");
2321 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
2323 bt_dev_err(hdev
, "Failed to load Intel firmware file (%d)", err
);
2327 bt_dev_info(hdev
, "Found device firmware: %s", fwname
);
2329 /* Save the DDC file name for later use to apply once the firmware
2330 * downloading is done.
2332 err
= btusb_setup_intel_new_get_fw_name(&ver
, ¶ms
, fwname
,
2333 sizeof(fwname
), "ddc");
2335 bt_dev_err(hdev
, "Unsupported Intel firmware naming");
2339 if (fw
->size
< 644) {
2340 bt_dev_err(hdev
, "Invalid size of firmware file (%zu)",
2346 set_bit(BTUSB_DOWNLOADING
, &data
->flags
);
2348 /* Start firmware downloading and get boot parameter */
2349 err
= btintel_download_firmware(hdev
, fw
, &boot_param
);
2351 /* When FW download fails, send Intel Reset to retry
2354 btintel_reset_to_bootloader(hdev
);
2357 set_bit(BTUSB_FIRMWARE_LOADED
, &data
->flags
);
2359 bt_dev_info(hdev
, "Waiting for firmware download to complete");
2361 /* Before switching the device into operational mode and with that
2362 * booting the loaded firmware, wait for the bootloader notification
2363 * that all fragments have been successfully received.
2365 * When the event processing receives the notification, then the
2366 * BTUSB_DOWNLOADING flag will be cleared.
2368 * The firmware loading should not take longer than 5 seconds
2369 * and thus just timeout if that happens and fail the setup
2372 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_DOWNLOADING
,
2374 msecs_to_jiffies(5000));
2375 if (err
== -EINTR
) {
2376 bt_dev_err(hdev
, "Firmware loading interrupted");
2381 bt_dev_err(hdev
, "Firmware loading timeout");
2383 btintel_reset_to_bootloader(hdev
);
2387 if (test_bit(BTUSB_FIRMWARE_FAILED
, &data
->flags
)) {
2388 bt_dev_err(hdev
, "Firmware loading failed");
2393 rettime
= ktime_get();
2394 delta
= ktime_sub(rettime
, calltime
);
2395 duration
= (unsigned long long) ktime_to_ns(delta
) >> 10;
2397 bt_dev_info(hdev
, "Firmware loaded in %llu usecs", duration
);
2400 release_firmware(fw
);
2405 calltime
= ktime_get();
2407 set_bit(BTUSB_BOOTING
, &data
->flags
);
2409 err
= btintel_send_intel_reset(hdev
, boot_param
);
2411 bt_dev_err(hdev
, "Intel Soft Reset failed (%d)", err
);
2412 btintel_reset_to_bootloader(hdev
);
2416 /* The bootloader will not indicate when the device is ready. This
2417 * is done by the operational firmware sending bootup notification.
2419 * Booting into operational firmware should not take longer than
2420 * 1 second. However if that happens, then just fail the setup
2421 * since something went wrong.
2423 bt_dev_info(hdev
, "Waiting for device to boot");
2425 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_BOOTING
,
2427 msecs_to_jiffies(1000));
2429 if (err
== -EINTR
) {
2430 bt_dev_err(hdev
, "Device boot interrupted");
2435 bt_dev_err(hdev
, "Device boot timeout");
2436 btintel_reset_to_bootloader(hdev
);
2440 rettime
= ktime_get();
2441 delta
= ktime_sub(rettime
, calltime
);
2442 duration
= (unsigned long long) ktime_to_ns(delta
) >> 10;
2444 bt_dev_info(hdev
, "Device booted in %llu usecs", duration
);
2446 clear_bit(BTUSB_BOOTLOADER
, &data
->flags
);
2448 /* Once the device is running in operational mode, it needs to apply
2449 * the device configuration (DDC) parameters.
2451 * The device can work without DDC parameters, so even if it fails
2452 * to load the file, no need to fail the setup.
2454 btintel_load_ddc_config(hdev
, fwname
);
2456 /* Set the event mask for Intel specific vendor events. This enables
2457 * a few extra events that are useful during general operation. It
2458 * does not enable any debugging related events.
2460 * The device will function correctly without these events enabled
2461 * and thus no need to fail the setup.
2463 btintel_set_event_mask(hdev
, false);
2465 /* Read the Intel version information after loading the FW */
2466 err
= btintel_read_version(hdev
, &ver
);
2470 btintel_version_info(hdev
, &ver
);
2475 static int btusb_shutdown_intel(struct hci_dev
*hdev
)
2477 struct sk_buff
*skb
;
2480 /* In the shutdown sequence where Bluetooth is turned off followed
2481 * by WiFi being turned off, turning WiFi back on causes issue with
2482 * the RF calibration.
2484 * To ensure that any RF activity has been stopped, issue HCI Reset
2485 * command to clear all ongoing activity including advertising,
2488 skb
= __hci_cmd_sync(hdev
, HCI_OP_RESET
, 0, NULL
, HCI_INIT_TIMEOUT
);
2491 bt_dev_err(hdev
, "HCI reset during shutdown failed");
2496 /* Some platforms have an issue with BT LED when the interface is
2497 * down or BT radio is turned off, which takes 5 seconds to BT LED
2498 * goes off. This command turns off the BT LED immediately.
2500 skb
= __hci_cmd_sync(hdev
, 0xfc3f, 0, NULL
, HCI_INIT_TIMEOUT
);
2503 bt_dev_err(hdev
, "turning off Intel device LED failed");
2511 static int btusb_shutdown_intel_new(struct hci_dev
*hdev
)
2513 struct sk_buff
*skb
;
2515 /* Send HCI Reset to the controller to stop any BT activity which
2516 * were triggered. This will help to save power and maintain the
2517 * sync b/w Host and controller
2519 skb
= __hci_cmd_sync(hdev
, HCI_OP_RESET
, 0, NULL
, HCI_INIT_TIMEOUT
);
2521 bt_dev_err(hdev
, "HCI reset during shutdown failed");
2522 return PTR_ERR(skb
);
2529 #define FIRMWARE_MT7663 "mediatek/mt7663pr2h.bin"
2530 #define FIRMWARE_MT7668 "mediatek/mt7668pr2h.bin"
2532 #define HCI_WMT_MAX_EVENT_SIZE 64
2535 BTMTK_WMT_PATCH_DWNLD
= 0x1,
2536 BTMTK_WMT_FUNC_CTRL
= 0x6,
2537 BTMTK_WMT_RST
= 0x7,
2538 BTMTK_WMT_SEMAPHORE
= 0x17,
2543 BTMTK_WMT_PATCH_UNDONE
,
2544 BTMTK_WMT_PATCH_DONE
,
2545 BTMTK_WMT_ON_UNDONE
,
2547 BTMTK_WMT_ON_PROGRESS
,
2550 struct btmtk_wmt_hdr
{
2557 struct btmtk_hci_wmt_cmd
{
2558 struct btmtk_wmt_hdr hdr
;
2562 struct btmtk_hci_wmt_evt
{
2563 struct hci_event_hdr hhdr
;
2564 struct btmtk_wmt_hdr whdr
;
2567 struct btmtk_hci_wmt_evt_funcc
{
2568 struct btmtk_hci_wmt_evt hwhdr
;
2572 struct btmtk_tci_sleep
{
2575 __le16 host_duration
;
2577 u8 time_compensation
;
2580 struct btmtk_hci_wmt_params
{
2588 static void btusb_mtk_wmt_recv(struct urb
*urb
)
2590 struct hci_dev
*hdev
= urb
->context
;
2591 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2592 struct hci_event_hdr
*hdr
;
2593 struct sk_buff
*skb
;
2596 if (urb
->status
== 0 && urb
->actual_length
> 0) {
2597 hdev
->stat
.byte_rx
+= urb
->actual_length
;
2599 /* WMT event shouldn't be fragmented and the size should be
2600 * less than HCI_WMT_MAX_EVENT_SIZE.
2602 skb
= bt_skb_alloc(HCI_WMT_MAX_EVENT_SIZE
, GFP_ATOMIC
);
2604 hdev
->stat
.err_rx
++;
2608 hci_skb_pkt_type(skb
) = HCI_EVENT_PKT
;
2609 skb_put_data(skb
, urb
->transfer_buffer
, urb
->actual_length
);
2611 hdr
= (void *)skb
->data
;
2612 /* Fix up the vendor event id with 0xff for vendor specific
2613 * instead of 0xe4 so that event send via monitoring socket can
2614 * be parsed properly.
2618 /* When someone waits for the WMT event, the skb is being cloned
2619 * and being processed the events from there then.
2621 if (test_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
)) {
2622 data
->evt_skb
= skb_clone(skb
, GFP_ATOMIC
);
2627 err
= hci_recv_frame(hdev
, skb
);
2631 if (test_and_clear_bit(BTUSB_TX_WAIT_VND_EVT
,
2633 /* Barrier to sync with other CPUs */
2634 smp_mb__after_atomic();
2635 wake_up_bit(&data
->flags
,
2636 BTUSB_TX_WAIT_VND_EVT
);
2641 kfree_skb(data
->evt_skb
);
2642 data
->evt_skb
= NULL
;
2644 } else if (urb
->status
== -ENOENT
) {
2645 /* Avoid suspend failed when usb_kill_urb */
2649 usb_mark_last_busy(data
->udev
);
2651 /* The URB complete handler is still called with urb->actual_length = 0
2652 * when the event is not available, so we should keep re-submitting
2653 * URB until WMT event returns, Also, It's necessary to wait some time
2654 * between the two consecutive control URBs to relax the target device
2655 * to generate the event. Otherwise, the WMT event cannot return from
2656 * the device successfully.
2660 usb_anchor_urb(urb
, &data
->ctrl_anchor
);
2661 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
2663 /* -EPERM: urb is being killed;
2664 * -ENODEV: device got disconnected
2666 if (err
!= -EPERM
&& err
!= -ENODEV
)
2667 bt_dev_err(hdev
, "urb %p failed to resubmit (%d)",
2669 usb_unanchor_urb(urb
);
2673 static int btusb_mtk_submit_wmt_recv_urb(struct hci_dev
*hdev
)
2675 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2676 struct usb_ctrlrequest
*dr
;
2682 urb
= usb_alloc_urb(0, GFP_KERNEL
);
2686 dr
= kmalloc(sizeof(*dr
), GFP_KERNEL
);
2692 dr
->bRequestType
= USB_TYPE_VENDOR
| USB_DIR_IN
;
2694 dr
->wIndex
= cpu_to_le16(0);
2695 dr
->wValue
= cpu_to_le16(48);
2696 dr
->wLength
= cpu_to_le16(size
);
2698 buf
= kmalloc(size
, GFP_KERNEL
);
2704 pipe
= usb_rcvctrlpipe(data
->udev
, 0);
2706 usb_fill_control_urb(urb
, data
->udev
, pipe
, (void *)dr
,
2707 buf
, size
, btusb_mtk_wmt_recv
, hdev
);
2709 urb
->transfer_flags
|= URB_FREE_BUFFER
;
2711 usb_anchor_urb(urb
, &data
->ctrl_anchor
);
2712 err
= usb_submit_urb(urb
, GFP_KERNEL
);
2714 if (err
!= -EPERM
&& err
!= -ENODEV
)
2715 bt_dev_err(hdev
, "urb %p submission failed (%d)",
2717 usb_unanchor_urb(urb
);
2725 static int btusb_mtk_hci_wmt_sync(struct hci_dev
*hdev
,
2726 struct btmtk_hci_wmt_params
*wmt_params
)
2728 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2729 struct btmtk_hci_wmt_evt_funcc
*wmt_evt_funcc
;
2730 u32 hlen
, status
= BTMTK_WMT_INVALID
;
2731 struct btmtk_hci_wmt_evt
*wmt_evt
;
2732 struct btmtk_hci_wmt_cmd wc
;
2733 struct btmtk_wmt_hdr
*hdr
;
2736 /* Submit control IN URB on demand to process the WMT event */
2737 err
= btusb_mtk_submit_wmt_recv_urb(hdev
);
2741 /* Send the WMT command and wait until the WMT event returns */
2742 hlen
= sizeof(*hdr
) + wmt_params
->dlen
;
2746 hdr
= (struct btmtk_wmt_hdr
*)&wc
;
2748 hdr
->op
= wmt_params
->op
;
2749 hdr
->dlen
= cpu_to_le16(wmt_params
->dlen
+ 1);
2750 hdr
->flag
= wmt_params
->flag
;
2751 memcpy(wc
.data
, wmt_params
->data
, wmt_params
->dlen
);
2753 set_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
2755 err
= __hci_cmd_send(hdev
, 0xfc6f, hlen
, &wc
);
2758 clear_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
2762 /* The vendor specific WMT commands are all answered by a vendor
2763 * specific event and will have the Command Status or Command
2764 * Complete as with usual HCI command flow control.
2766 * After sending the command, wait for BTUSB_TX_WAIT_VND_EVT
2767 * state to be cleared. The driver specific event receive routine
2768 * will clear that state and with that indicate completion of the
2771 err
= wait_on_bit_timeout(&data
->flags
, BTUSB_TX_WAIT_VND_EVT
,
2772 TASK_INTERRUPTIBLE
, HCI_INIT_TIMEOUT
);
2773 if (err
== -EINTR
) {
2774 bt_dev_err(hdev
, "Execution of wmt command interrupted");
2775 clear_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
2780 bt_dev_err(hdev
, "Execution of wmt command timed out");
2781 clear_bit(BTUSB_TX_WAIT_VND_EVT
, &data
->flags
);
2785 /* Parse and handle the return WMT event */
2786 wmt_evt
= (struct btmtk_hci_wmt_evt
*)data
->evt_skb
->data
;
2787 if (wmt_evt
->whdr
.op
!= hdr
->op
) {
2788 bt_dev_err(hdev
, "Wrong op received %d expected %d",
2789 wmt_evt
->whdr
.op
, hdr
->op
);
2794 switch (wmt_evt
->whdr
.op
) {
2795 case BTMTK_WMT_SEMAPHORE
:
2796 if (wmt_evt
->whdr
.flag
== 2)
2797 status
= BTMTK_WMT_PATCH_UNDONE
;
2799 status
= BTMTK_WMT_PATCH_DONE
;
2801 case BTMTK_WMT_FUNC_CTRL
:
2802 wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc
*)wmt_evt
;
2803 if (be16_to_cpu(wmt_evt_funcc
->status
) == 0x404)
2804 status
= BTMTK_WMT_ON_DONE
;
2805 else if (be16_to_cpu(wmt_evt_funcc
->status
) == 0x420)
2806 status
= BTMTK_WMT_ON_PROGRESS
;
2808 status
= BTMTK_WMT_ON_UNDONE
;
2812 if (wmt_params
->status
)
2813 *wmt_params
->status
= status
;
2816 kfree_skb(data
->evt_skb
);
2817 data
->evt_skb
= NULL
;
2822 static int btusb_mtk_setup_firmware(struct hci_dev
*hdev
, const char *fwname
)
2824 struct btmtk_hci_wmt_params wmt_params
;
2825 const struct firmware
*fw
;
2831 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
2833 bt_dev_err(hdev
, "Failed to load firmware file (%d)", err
);
2840 /* The size of patch header is 30 bytes, should be skip */
2843 goto err_release_fw
;
2850 wmt_params
.op
= BTMTK_WMT_PATCH_DWNLD
;
2851 wmt_params
.status
= NULL
;
2853 while (fw_size
> 0) {
2854 dlen
= min_t(int, 250, fw_size
);
2856 /* Tell deivice the position in sequence */
2857 if (fw_size
- dlen
<= 0)
2859 else if (fw_size
< fw
->size
- 30)
2862 wmt_params
.flag
= flag
;
2863 wmt_params
.dlen
= dlen
;
2864 wmt_params
.data
= fw_ptr
;
2866 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
2868 bt_dev_err(hdev
, "Failed to send wmt patch dwnld (%d)",
2870 goto err_release_fw
;
2877 wmt_params
.op
= BTMTK_WMT_RST
;
2878 wmt_params
.flag
= 4;
2879 wmt_params
.dlen
= 0;
2880 wmt_params
.data
= NULL
;
2881 wmt_params
.status
= NULL
;
2883 /* Activate funciton the firmware providing to */
2884 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
2886 bt_dev_err(hdev
, "Failed to send wmt rst (%d)", err
);
2887 goto err_release_fw
;
2890 /* Wait a few moments for firmware activation done */
2891 usleep_range(10000, 12000);
2894 release_firmware(fw
);
2899 static int btusb_mtk_func_query(struct hci_dev
*hdev
)
2901 struct btmtk_hci_wmt_params wmt_params
;
2905 /* Query whether the function is enabled */
2906 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
2907 wmt_params
.flag
= 4;
2908 wmt_params
.dlen
= sizeof(param
);
2909 wmt_params
.data
= ¶m
;
2910 wmt_params
.status
= &status
;
2912 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
2914 bt_dev_err(hdev
, "Failed to query function status (%d)", err
);
2921 static int btusb_mtk_reg_read(struct btusb_data
*data
, u32 reg
, u32
*val
)
2923 int pipe
, err
, size
= sizeof(u32
);
2926 buf
= kzalloc(size
, GFP_KERNEL
);
2930 pipe
= usb_rcvctrlpipe(data
->udev
, 0);
2931 err
= usb_control_msg(data
->udev
, pipe
, 0x63,
2932 USB_TYPE_VENDOR
| USB_DIR_IN
,
2933 reg
>> 16, reg
& 0xffff,
2934 buf
, size
, USB_CTRL_SET_TIMEOUT
);
2938 *val
= get_unaligned_le32(buf
);
2946 static int btusb_mtk_id_get(struct btusb_data
*data
, u32
*id
)
2948 return btusb_mtk_reg_read(data
, 0x80000008, id
);
2951 static int btusb_mtk_setup(struct hci_dev
*hdev
)
2953 struct btusb_data
*data
= hci_get_drvdata(hdev
);
2954 struct btmtk_hci_wmt_params wmt_params
;
2955 ktime_t calltime
, delta
, rettime
;
2956 struct btmtk_tci_sleep tci_sleep
;
2957 unsigned long long duration
;
2958 struct sk_buff
*skb
;
2964 calltime
= ktime_get();
2966 err
= btusb_mtk_id_get(data
, &dev_id
);
2968 bt_dev_err(hdev
, "Failed to get device id (%d)", err
);
2974 fwname
= FIRMWARE_MT7663
;
2977 fwname
= FIRMWARE_MT7668
;
2980 bt_dev_err(hdev
, "Unsupported support hardware variant (%08x)",
2985 /* Query whether the firmware is already download */
2986 wmt_params
.op
= BTMTK_WMT_SEMAPHORE
;
2987 wmt_params
.flag
= 1;
2988 wmt_params
.dlen
= 0;
2989 wmt_params
.data
= NULL
;
2990 wmt_params
.status
= &status
;
2992 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
2994 bt_dev_err(hdev
, "Failed to query firmware status (%d)", err
);
2998 if (status
== BTMTK_WMT_PATCH_DONE
) {
2999 bt_dev_info(hdev
, "firmware already downloaded");
3000 goto ignore_setup_fw
;
3003 /* Setup a firmware which the device definitely requires */
3004 err
= btusb_mtk_setup_firmware(hdev
, fwname
);
3009 err
= readx_poll_timeout(btusb_mtk_func_query
, hdev
, status
,
3010 status
< 0 || status
!= BTMTK_WMT_ON_PROGRESS
,
3012 /* -ETIMEDOUT happens */
3016 /* The other errors happen in btusb_mtk_func_query */
3020 if (status
== BTMTK_WMT_ON_DONE
) {
3021 bt_dev_info(hdev
, "function already on");
3022 goto ignore_func_on
;
3025 /* Enable Bluetooth protocol */
3027 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
3028 wmt_params
.flag
= 0;
3029 wmt_params
.dlen
= sizeof(param
);
3030 wmt_params
.data
= ¶m
;
3031 wmt_params
.status
= NULL
;
3033 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3035 bt_dev_err(hdev
, "Failed to send wmt func ctrl (%d)", err
);
3040 /* Apply the low power environment setup */
3041 tci_sleep
.mode
= 0x5;
3042 tci_sleep
.duration
= cpu_to_le16(0x640);
3043 tci_sleep
.host_duration
= cpu_to_le16(0x640);
3044 tci_sleep
.host_wakeup_pin
= 0;
3045 tci_sleep
.time_compensation
= 0;
3047 skb
= __hci_cmd_sync(hdev
, 0xfc7a, sizeof(tci_sleep
), &tci_sleep
,
3051 bt_dev_err(hdev
, "Failed to apply low power setting (%d)", err
);
3056 rettime
= ktime_get();
3057 delta
= ktime_sub(rettime
, calltime
);
3058 duration
= (unsigned long long)ktime_to_ns(delta
) >> 10;
3060 bt_dev_info(hdev
, "Device setup in %llu usecs", duration
);
3065 static int btusb_mtk_shutdown(struct hci_dev
*hdev
)
3067 struct btmtk_hci_wmt_params wmt_params
;
3071 /* Disable the device */
3072 wmt_params
.op
= BTMTK_WMT_FUNC_CTRL
;
3073 wmt_params
.flag
= 0;
3074 wmt_params
.dlen
= sizeof(param
);
3075 wmt_params
.data
= ¶m
;
3076 wmt_params
.status
= NULL
;
3078 err
= btusb_mtk_hci_wmt_sync(hdev
, &wmt_params
);
3080 bt_dev_err(hdev
, "Failed to send wmt func ctrl (%d)", err
);
3087 MODULE_FIRMWARE(FIRMWARE_MT7663
);
3088 MODULE_FIRMWARE(FIRMWARE_MT7668
);
3091 /* Configure an out-of-band gpio as wake-up pin, if specified in device tree */
3092 static int marvell_config_oob_wake(struct hci_dev
*hdev
)
3094 struct sk_buff
*skb
;
3095 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3096 struct device
*dev
= &data
->udev
->dev
;
3097 u16 pin
, gap
, opcode
;
3101 /* Move on if no wakeup pin specified */
3102 if (of_property_read_u16(dev
->of_node
, "marvell,wakeup-pin", &pin
) ||
3103 of_property_read_u16(dev
->of_node
, "marvell,wakeup-gap-ms", &gap
))
3106 /* Vendor specific command to configure a GPIO as wake-up pin */
3107 opcode
= hci_opcode_pack(0x3F, 0x59);
3108 cmd
[0] = opcode
& 0xFF;
3109 cmd
[1] = opcode
>> 8;
3110 cmd
[2] = 2; /* length of parameters that follow */
3112 cmd
[4] = gap
; /* time in ms, for which wakeup pin should be asserted */
3114 skb
= bt_skb_alloc(sizeof(cmd
), GFP_KERNEL
);
3116 bt_dev_err(hdev
, "%s: No memory\n", __func__
);
3120 skb_put_data(skb
, cmd
, sizeof(cmd
));
3121 hci_skb_pkt_type(skb
) = HCI_COMMAND_PKT
;
3123 ret
= btusb_send_frame(hdev
, skb
);
3125 bt_dev_err(hdev
, "%s: configuration failed\n", __func__
);
3134 static int btusb_set_bdaddr_marvell(struct hci_dev
*hdev
,
3135 const bdaddr_t
*bdaddr
)
3137 struct sk_buff
*skb
;
3142 buf
[1] = sizeof(bdaddr_t
);
3143 memcpy(buf
+ 2, bdaddr
, sizeof(bdaddr_t
));
3145 skb
= __hci_cmd_sync(hdev
, 0xfc22, sizeof(buf
), buf
, HCI_INIT_TIMEOUT
);
3148 bt_dev_err(hdev
, "changing Marvell device address failed (%ld)",
3157 static int btusb_set_bdaddr_ath3012(struct hci_dev
*hdev
,
3158 const bdaddr_t
*bdaddr
)
3160 struct sk_buff
*skb
;
3167 buf
[3] = sizeof(bdaddr_t
);
3168 memcpy(buf
+ 4, bdaddr
, sizeof(bdaddr_t
));
3170 skb
= __hci_cmd_sync(hdev
, 0xfc0b, sizeof(buf
), buf
, HCI_INIT_TIMEOUT
);
3173 bt_dev_err(hdev
, "Change address command failed (%ld)", ret
);
3181 #define QCA_DFU_PACKET_LEN 4096
3183 #define QCA_GET_TARGET_VERSION 0x09
3184 #define QCA_CHECK_STATUS 0x05
3185 #define QCA_DFU_DOWNLOAD 0x01
3187 #define QCA_SYSCFG_UPDATED 0x40
3188 #define QCA_PATCH_UPDATED 0x80
3189 #define QCA_DFU_TIMEOUT 3000
3191 struct qca_version
{
3193 __le32 patch_version
;
3199 struct qca_rampatch_version
{
3201 __le16 patch_version
;
3204 struct qca_device_info
{
3206 u8 rampatch_hdr
; /* length of header in rampatch */
3207 u8 nvm_hdr
; /* length of header in NVM */
3208 u8 ver_offset
; /* offset of version structure in rampatch */
3211 static const struct qca_device_info qca_devices_table
[] = {
3212 { 0x00000100, 20, 4, 10 }, /* Rome 1.0 */
3213 { 0x00000101, 20, 4, 10 }, /* Rome 1.1 */
3214 { 0x00000200, 28, 4, 18 }, /* Rome 2.0 */
3215 { 0x00000201, 28, 4, 18 }, /* Rome 2.1 */
3216 { 0x00000300, 28, 4, 18 }, /* Rome 3.0 */
3217 { 0x00000302, 28, 4, 18 }, /* Rome 3.2 */
3220 static int btusb_qca_send_vendor_req(struct usb_device
*udev
, u8 request
,
3221 void *data
, u16 size
)
3226 buf
= kmalloc(size
, GFP_KERNEL
);
3230 /* Found some of USB hosts have IOT issues with ours so that we should
3231 * not wait until HCI layer is ready.
3233 pipe
= usb_rcvctrlpipe(udev
, 0);
3234 err
= usb_control_msg(udev
, pipe
, request
, USB_TYPE_VENDOR
| USB_DIR_IN
,
3235 0, 0, buf
, size
, USB_CTRL_SET_TIMEOUT
);
3237 dev_err(&udev
->dev
, "Failed to access otp area (%d)", err
);
3241 memcpy(data
, buf
, size
);
3249 static int btusb_setup_qca_download_fw(struct hci_dev
*hdev
,
3250 const struct firmware
*firmware
,
3253 struct btusb_data
*btdata
= hci_get_drvdata(hdev
);
3254 struct usb_device
*udev
= btdata
->udev
;
3255 size_t count
, size
, sent
= 0;
3259 buf
= kmalloc(QCA_DFU_PACKET_LEN
, GFP_KERNEL
);
3263 count
= firmware
->size
;
3265 size
= min_t(size_t, count
, hdr_size
);
3266 memcpy(buf
, firmware
->data
, size
);
3268 /* USB patches should go down to controller through USB path
3269 * because binary format fits to go down through USB channel.
3270 * USB control path is for patching headers and USB bulk is for
3273 pipe
= usb_sndctrlpipe(udev
, 0);
3274 err
= usb_control_msg(udev
, pipe
, QCA_DFU_DOWNLOAD
, USB_TYPE_VENDOR
,
3275 0, 0, buf
, size
, USB_CTRL_SET_TIMEOUT
);
3277 bt_dev_err(hdev
, "Failed to send headers (%d)", err
);
3285 size
= min_t(size_t, count
, QCA_DFU_PACKET_LEN
);
3287 memcpy(buf
, firmware
->data
+ sent
, size
);
3289 pipe
= usb_sndbulkpipe(udev
, 0x02);
3290 err
= usb_bulk_msg(udev
, pipe
, buf
, size
, &len
,
3293 bt_dev_err(hdev
, "Failed to send body at %zd of %zd (%d)",
3294 sent
, firmware
->size
, err
);
3299 bt_dev_err(hdev
, "Failed to get bulk buffer");
3313 static int btusb_setup_qca_load_rampatch(struct hci_dev
*hdev
,
3314 struct qca_version
*ver
,
3315 const struct qca_device_info
*info
)
3317 struct qca_rampatch_version
*rver
;
3318 const struct firmware
*fw
;
3319 u32 ver_rom
, ver_patch
;
3320 u16 rver_rom
, rver_patch
;
3324 ver_rom
= le32_to_cpu(ver
->rom_version
);
3325 ver_patch
= le32_to_cpu(ver
->patch_version
);
3327 snprintf(fwname
, sizeof(fwname
), "qca/rampatch_usb_%08x.bin", ver_rom
);
3329 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
3331 bt_dev_err(hdev
, "failed to request rampatch file: %s (%d)",
3336 bt_dev_info(hdev
, "using rampatch file: %s", fwname
);
3338 rver
= (struct qca_rampatch_version
*)(fw
->data
+ info
->ver_offset
);
3339 rver_rom
= le16_to_cpu(rver
->rom_version
);
3340 rver_patch
= le16_to_cpu(rver
->patch_version
);
3342 bt_dev_info(hdev
, "QCA: patch rome 0x%x build 0x%x, "
3343 "firmware rome 0x%x build 0x%x",
3344 rver_rom
, rver_patch
, ver_rom
, ver_patch
);
3346 if (rver_rom
!= ver_rom
|| rver_patch
<= ver_patch
) {
3347 bt_dev_err(hdev
, "rampatch file version did not match with firmware");
3352 err
= btusb_setup_qca_download_fw(hdev
, fw
, info
->rampatch_hdr
);
3355 release_firmware(fw
);
3360 static int btusb_setup_qca_load_nvm(struct hci_dev
*hdev
,
3361 struct qca_version
*ver
,
3362 const struct qca_device_info
*info
)
3364 const struct firmware
*fw
;
3368 snprintf(fwname
, sizeof(fwname
), "qca/nvm_usb_%08x.bin",
3369 le32_to_cpu(ver
->rom_version
));
3371 err
= request_firmware(&fw
, fwname
, &hdev
->dev
);
3373 bt_dev_err(hdev
, "failed to request NVM file: %s (%d)",
3378 bt_dev_info(hdev
, "using NVM file: %s", fwname
);
3380 err
= btusb_setup_qca_download_fw(hdev
, fw
, info
->nvm_hdr
);
3382 release_firmware(fw
);
3387 /* identify the ROM version and check whether patches are needed */
3388 static bool btusb_qca_need_patch(struct usb_device
*udev
)
3390 struct qca_version ver
;
3392 if (btusb_qca_send_vendor_req(udev
, QCA_GET_TARGET_VERSION
, &ver
,
3395 /* only low ROM versions need patches */
3396 return !(le32_to_cpu(ver
.rom_version
) & ~0xffffU
);
3399 static int btusb_setup_qca(struct hci_dev
*hdev
)
3401 struct btusb_data
*btdata
= hci_get_drvdata(hdev
);
3402 struct usb_device
*udev
= btdata
->udev
;
3403 const struct qca_device_info
*info
= NULL
;
3404 struct qca_version ver
;
3409 err
= btusb_qca_send_vendor_req(udev
, QCA_GET_TARGET_VERSION
, &ver
,
3414 ver_rom
= le32_to_cpu(ver
.rom_version
);
3415 /* Don't care about high ROM versions */
3416 if (ver_rom
& ~0xffffU
)
3419 for (i
= 0; i
< ARRAY_SIZE(qca_devices_table
); i
++) {
3420 if (ver_rom
== qca_devices_table
[i
].rom_version
)
3421 info
= &qca_devices_table
[i
];
3424 bt_dev_err(hdev
, "don't support firmware rome 0x%x", ver_rom
);
3428 err
= btusb_qca_send_vendor_req(udev
, QCA_CHECK_STATUS
, &status
,
3433 if (!(status
& QCA_PATCH_UPDATED
)) {
3434 err
= btusb_setup_qca_load_rampatch(hdev
, &ver
, info
);
3439 if (!(status
& QCA_SYSCFG_UPDATED
)) {
3440 err
= btusb_setup_qca_load_nvm(hdev
, &ver
, info
);
3448 static inline int __set_diag_interface(struct hci_dev
*hdev
)
3450 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3451 struct usb_interface
*intf
= data
->diag
;
3457 data
->diag_tx_ep
= NULL
;
3458 data
->diag_rx_ep
= NULL
;
3460 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
3461 struct usb_endpoint_descriptor
*ep_desc
;
3463 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
3465 if (!data
->diag_tx_ep
&& usb_endpoint_is_bulk_out(ep_desc
)) {
3466 data
->diag_tx_ep
= ep_desc
;
3470 if (!data
->diag_rx_ep
&& usb_endpoint_is_bulk_in(ep_desc
)) {
3471 data
->diag_rx_ep
= ep_desc
;
3476 if (!data
->diag_tx_ep
|| !data
->diag_rx_ep
) {
3477 bt_dev_err(hdev
, "invalid diagnostic descriptors");
3484 static struct urb
*alloc_diag_urb(struct hci_dev
*hdev
, bool enable
)
3486 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3487 struct sk_buff
*skb
;
3491 if (!data
->diag_tx_ep
)
3492 return ERR_PTR(-ENODEV
);
3494 urb
= usb_alloc_urb(0, GFP_KERNEL
);
3496 return ERR_PTR(-ENOMEM
);
3498 skb
= bt_skb_alloc(2, GFP_KERNEL
);
3501 return ERR_PTR(-ENOMEM
);
3504 skb_put_u8(skb
, 0xf0);
3505 skb_put_u8(skb
, enable
);
3507 pipe
= usb_sndbulkpipe(data
->udev
, data
->diag_tx_ep
->bEndpointAddress
);
3509 usb_fill_bulk_urb(urb
, data
->udev
, pipe
,
3510 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
3512 skb
->dev
= (void *)hdev
;
3517 static int btusb_bcm_set_diag(struct hci_dev
*hdev
, bool enable
)
3519 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3525 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
3528 urb
= alloc_diag_urb(hdev
, enable
);
3530 return PTR_ERR(urb
);
3532 return submit_or_queue_tx_urb(hdev
, urb
);
3536 static irqreturn_t
btusb_oob_wake_handler(int irq
, void *priv
)
3538 struct btusb_data
*data
= priv
;
3540 pm_wakeup_event(&data
->udev
->dev
, 0);
3543 /* Disable only if not already disabled (keep it balanced) */
3544 if (test_and_clear_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
)) {
3545 disable_irq_nosync(irq
);
3546 disable_irq_wake(irq
);
3551 static const struct of_device_id btusb_match_table
[] = {
3552 { .compatible
= "usb1286,204e" },
3553 { .compatible
= "usbcf3,e300" }, /* QCA6174A */
3554 { .compatible
= "usb4ca,301a" }, /* QCA6174A (Lite-On) */
3557 MODULE_DEVICE_TABLE(of
, btusb_match_table
);
3559 /* Use an oob wakeup pin? */
3560 static int btusb_config_oob_wake(struct hci_dev
*hdev
)
3562 struct btusb_data
*data
= hci_get_drvdata(hdev
);
3563 struct device
*dev
= &data
->udev
->dev
;
3566 clear_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
);
3568 if (!of_match_device(btusb_match_table
, dev
))
3571 /* Move on if no IRQ specified */
3572 irq
= of_irq_get_byname(dev
->of_node
, "wakeup");
3574 bt_dev_dbg(hdev
, "%s: no OOB Wakeup IRQ in DT", __func__
);
3578 irq_set_status_flags(irq
, IRQ_NOAUTOEN
);
3579 ret
= devm_request_irq(&hdev
->dev
, irq
, btusb_oob_wake_handler
,
3580 0, "OOB Wake-on-BT", data
);
3582 bt_dev_err(hdev
, "%s: IRQ request failed", __func__
);
3586 ret
= device_init_wakeup(dev
, true);
3588 bt_dev_err(hdev
, "%s: failed to init_wakeup", __func__
);
3592 data
->oob_wake_irq
= irq
;
3593 bt_dev_info(hdev
, "OOB Wake-on-BT configured at IRQ %u", irq
);
3598 static void btusb_check_needs_reset_resume(struct usb_interface
*intf
)
3600 if (dmi_check_system(btusb_needs_reset_resume_table
))
3601 interface_to_usbdev(intf
)->quirks
|= USB_QUIRK_RESET_RESUME
;
3604 static int btusb_probe(struct usb_interface
*intf
,
3605 const struct usb_device_id
*id
)
3607 struct usb_endpoint_descriptor
*ep_desc
;
3608 struct gpio_desc
*reset_gpio
;
3609 struct btusb_data
*data
;
3610 struct hci_dev
*hdev
;
3611 unsigned ifnum_base
;
3614 BT_DBG("intf %p id %p", intf
, id
);
3616 /* interface numbers are hardcoded in the spec */
3617 if (intf
->cur_altsetting
->desc
.bInterfaceNumber
!= 0) {
3618 if (!(id
->driver_info
& BTUSB_IFNUM_2
))
3620 if (intf
->cur_altsetting
->desc
.bInterfaceNumber
!= 2)
3624 ifnum_base
= intf
->cur_altsetting
->desc
.bInterfaceNumber
;
3626 if (!id
->driver_info
) {
3627 const struct usb_device_id
*match
;
3629 match
= usb_match_id(intf
, blacklist_table
);
3634 if (id
->driver_info
== BTUSB_IGNORE
)
3637 if (id
->driver_info
& BTUSB_ATH3012
) {
3638 struct usb_device
*udev
= interface_to_usbdev(intf
);
3640 /* Old firmware would otherwise let ath3k driver load
3641 * patch and sysconfig files
3643 if (le16_to_cpu(udev
->descriptor
.bcdDevice
) <= 0x0001 &&
3644 !btusb_qca_need_patch(udev
))
3648 data
= devm_kzalloc(&intf
->dev
, sizeof(*data
), GFP_KERNEL
);
3652 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
3653 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
3655 if (!data
->intr_ep
&& usb_endpoint_is_int_in(ep_desc
)) {
3656 data
->intr_ep
= ep_desc
;
3660 if (!data
->bulk_tx_ep
&& usb_endpoint_is_bulk_out(ep_desc
)) {
3661 data
->bulk_tx_ep
= ep_desc
;
3665 if (!data
->bulk_rx_ep
&& usb_endpoint_is_bulk_in(ep_desc
)) {
3666 data
->bulk_rx_ep
= ep_desc
;
3671 if (!data
->intr_ep
|| !data
->bulk_tx_ep
|| !data
->bulk_rx_ep
)
3674 if (id
->driver_info
& BTUSB_AMP
) {
3675 data
->cmdreq_type
= USB_TYPE_CLASS
| 0x01;
3676 data
->cmdreq
= 0x2b;
3678 data
->cmdreq_type
= USB_TYPE_CLASS
;
3679 data
->cmdreq
= 0x00;
3682 data
->udev
= interface_to_usbdev(intf
);
3685 INIT_WORK(&data
->work
, btusb_work
);
3686 INIT_WORK(&data
->waker
, btusb_waker
);
3687 init_usb_anchor(&data
->deferred
);
3688 init_usb_anchor(&data
->tx_anchor
);
3689 spin_lock_init(&data
->txlock
);
3691 init_usb_anchor(&data
->intr_anchor
);
3692 init_usb_anchor(&data
->bulk_anchor
);
3693 init_usb_anchor(&data
->isoc_anchor
);
3694 init_usb_anchor(&data
->diag_anchor
);
3695 init_usb_anchor(&data
->ctrl_anchor
);
3696 spin_lock_init(&data
->rxlock
);
3698 if (id
->driver_info
& BTUSB_INTEL_NEW
) {
3699 data
->recv_event
= btusb_recv_event_intel
;
3700 data
->recv_bulk
= btusb_recv_bulk_intel
;
3701 set_bit(BTUSB_BOOTLOADER
, &data
->flags
);
3703 data
->recv_event
= hci_recv_frame
;
3704 data
->recv_bulk
= btusb_recv_bulk
;
3707 hdev
= hci_alloc_dev();
3711 hdev
->bus
= HCI_USB
;
3712 hci_set_drvdata(hdev
, data
);
3714 if (id
->driver_info
& BTUSB_AMP
)
3715 hdev
->dev_type
= HCI_AMP
;
3717 hdev
->dev_type
= HCI_PRIMARY
;
3721 SET_HCIDEV_DEV(hdev
, &intf
->dev
);
3723 reset_gpio
= gpiod_get_optional(&data
->udev
->dev
, "reset",
3725 if (IS_ERR(reset_gpio
)) {
3726 err
= PTR_ERR(reset_gpio
);
3728 } else if (reset_gpio
) {
3729 data
->reset_gpio
= reset_gpio
;
3732 hdev
->open
= btusb_open
;
3733 hdev
->close
= btusb_close
;
3734 hdev
->flush
= btusb_flush
;
3735 hdev
->send
= btusb_send_frame
;
3736 hdev
->notify
= btusb_notify
;
3739 err
= btusb_config_oob_wake(hdev
);
3743 /* Marvell devices may need a specific chip configuration */
3744 if (id
->driver_info
& BTUSB_MARVELL
&& data
->oob_wake_irq
) {
3745 err
= marvell_config_oob_wake(hdev
);
3750 if (id
->driver_info
& BTUSB_CW6622
)
3751 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY
, &hdev
->quirks
);
3753 if (id
->driver_info
& BTUSB_BCM2045
)
3754 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY
, &hdev
->quirks
);
3756 if (id
->driver_info
& BTUSB_BCM92035
)
3757 hdev
->setup
= btusb_setup_bcm92035
;
3759 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM
) &&
3760 (id
->driver_info
& BTUSB_BCM_PATCHRAM
)) {
3761 hdev
->manufacturer
= 15;
3762 hdev
->setup
= btbcm_setup_patchram
;
3763 hdev
->set_diag
= btusb_bcm_set_diag
;
3764 hdev
->set_bdaddr
= btbcm_set_bdaddr
;
3766 /* Broadcom LM_DIAG Interface numbers are hardcoded */
3767 data
->diag
= usb_ifnum_to_if(data
->udev
, ifnum_base
+ 2);
3770 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM
) &&
3771 (id
->driver_info
& BTUSB_BCM_APPLE
)) {
3772 hdev
->manufacturer
= 15;
3773 hdev
->setup
= btbcm_setup_apple
;
3774 hdev
->set_diag
= btusb_bcm_set_diag
;
3776 /* Broadcom LM_DIAG Interface numbers are hardcoded */
3777 data
->diag
= usb_ifnum_to_if(data
->udev
, ifnum_base
+ 2);
3780 if (id
->driver_info
& BTUSB_INTEL
) {
3781 hdev
->manufacturer
= 2;
3782 hdev
->setup
= btusb_setup_intel
;
3783 hdev
->shutdown
= btusb_shutdown_intel
;
3784 hdev
->set_diag
= btintel_set_diag_mfg
;
3785 hdev
->set_bdaddr
= btintel_set_bdaddr
;
3786 hdev
->cmd_timeout
= btusb_intel_cmd_timeout
;
3787 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
3788 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
3789 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG
, &hdev
->quirks
);
3792 if (id
->driver_info
& BTUSB_INTEL_NEW
) {
3793 hdev
->manufacturer
= 2;
3794 hdev
->send
= btusb_send_frame_intel
;
3795 hdev
->setup
= btusb_setup_intel_new
;
3796 hdev
->shutdown
= btusb_shutdown_intel_new
;
3797 hdev
->hw_error
= btintel_hw_error
;
3798 hdev
->set_diag
= btintel_set_diag
;
3799 hdev
->set_bdaddr
= btintel_set_bdaddr
;
3800 hdev
->cmd_timeout
= btusb_intel_cmd_timeout
;
3801 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
3802 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
3803 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG
, &hdev
->quirks
);
3806 if (id
->driver_info
& BTUSB_MARVELL
)
3807 hdev
->set_bdaddr
= btusb_set_bdaddr_marvell
;
3809 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_MTK
) &&
3810 (id
->driver_info
& BTUSB_MEDIATEK
)) {
3811 hdev
->setup
= btusb_mtk_setup
;
3812 hdev
->shutdown
= btusb_mtk_shutdown
;
3813 hdev
->manufacturer
= 70;
3814 set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP
, &hdev
->quirks
);
3817 if (id
->driver_info
& BTUSB_SWAVE
) {
3818 set_bit(HCI_QUIRK_FIXUP_INQUIRY_MODE
, &hdev
->quirks
);
3819 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS
, &hdev
->quirks
);
3822 if (id
->driver_info
& BTUSB_INTEL_BOOT
) {
3823 hdev
->manufacturer
= 2;
3824 set_bit(HCI_QUIRK_RAW_DEVICE
, &hdev
->quirks
);
3827 if (id
->driver_info
& BTUSB_ATH3012
) {
3828 data
->setup_on_usb
= btusb_setup_qca
;
3829 hdev
->set_bdaddr
= btusb_set_bdaddr_ath3012
;
3830 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
3831 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER
, &hdev
->quirks
);
3834 if (id
->driver_info
& BTUSB_QCA_ROME
) {
3835 data
->setup_on_usb
= btusb_setup_qca
;
3836 hdev
->set_bdaddr
= btusb_set_bdaddr_ath3012
;
3837 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
3838 btusb_check_needs_reset_resume(intf
);
3841 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_RTL
) &&
3842 (id
->driver_info
& BTUSB_REALTEK
)) {
3843 hdev
->setup
= btrtl_setup_realtek
;
3844 hdev
->shutdown
= btrtl_shutdown_realtek
;
3845 hdev
->cmd_timeout
= btusb_rtl_cmd_timeout
;
3847 /* Realtek devices lose their updated firmware over global
3848 * suspend that means host doesn't send SET_FEATURE
3849 * (DEVICE_REMOTE_WAKEUP)
3851 set_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
);
3853 err
= usb_autopm_get_interface(intf
);
3858 if (id
->driver_info
& BTUSB_AMP
) {
3859 /* AMP controllers do not support SCO packets */
3862 /* Interface orders are hardcoded in the specification */
3863 data
->isoc
= usb_ifnum_to_if(data
->udev
, ifnum_base
+ 1);
3864 data
->isoc_ifnum
= ifnum_base
+ 1;
3868 set_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
3870 if (force_scofix
|| id
->driver_info
& BTUSB_WRONG_SCO_MTU
) {
3871 if (!disable_scofix
)
3872 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE
, &hdev
->quirks
);
3875 if (id
->driver_info
& BTUSB_BROKEN_ISOC
)
3878 if (id
->driver_info
& BTUSB_WIDEBAND_SPEECH
)
3879 set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED
, &hdev
->quirks
);
3881 if (id
->driver_info
& BTUSB_DIGIANSWER
) {
3882 data
->cmdreq_type
= USB_TYPE_VENDOR
;
3883 set_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
3886 if (id
->driver_info
& BTUSB_CSR
) {
3887 struct usb_device
*udev
= data
->udev
;
3888 u16 bcdDevice
= le16_to_cpu(udev
->descriptor
.bcdDevice
);
3890 /* Old firmware would otherwise execute USB reset */
3891 if (bcdDevice
< 0x117)
3892 set_bit(HCI_QUIRK_RESET_ON_CLOSE
, &hdev
->quirks
);
3894 /* Fake CSR devices with broken commands */
3895 if (bcdDevice
<= 0x100 || bcdDevice
== 0x134)
3896 hdev
->setup
= btusb_setup_csr
;
3898 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY
, &hdev
->quirks
);
3901 if (id
->driver_info
& BTUSB_SNIFFER
) {
3902 struct usb_device
*udev
= data
->udev
;
3904 /* New sniffer firmware has crippled HCI interface */
3905 if (le16_to_cpu(udev
->descriptor
.bcdDevice
) > 0x997)
3906 set_bit(HCI_QUIRK_RAW_DEVICE
, &hdev
->quirks
);
3909 if (id
->driver_info
& BTUSB_INTEL_BOOT
) {
3910 /* A bug in the bootloader causes that interrupt interface is
3911 * only enabled after receiving SetInterface(0, AltSetting=0).
3913 err
= usb_set_interface(data
->udev
, 0, 0);
3915 BT_ERR("failed to set interface 0, alt 0 %d", err
);
3921 err
= usb_driver_claim_interface(&btusb_driver
,
3927 if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM
) && data
->diag
) {
3928 if (!usb_driver_claim_interface(&btusb_driver
,
3930 __set_diag_interface(hdev
);
3935 if (enable_autosuspend
)
3936 usb_enable_autosuspend(data
->udev
);
3938 err
= hci_register_dev(hdev
);
3942 usb_set_intfdata(intf
, data
);
3947 if (data
->reset_gpio
)
3948 gpiod_put(data
->reset_gpio
);
3953 static void btusb_disconnect(struct usb_interface
*intf
)
3955 struct btusb_data
*data
= usb_get_intfdata(intf
);
3956 struct hci_dev
*hdev
;
3958 BT_DBG("intf %p", intf
);
3964 usb_set_intfdata(data
->intf
, NULL
);
3967 usb_set_intfdata(data
->isoc
, NULL
);
3970 usb_set_intfdata(data
->diag
, NULL
);
3972 hci_unregister_dev(hdev
);
3974 if (intf
== data
->intf
) {
3976 usb_driver_release_interface(&btusb_driver
, data
->isoc
);
3978 usb_driver_release_interface(&btusb_driver
, data
->diag
);
3979 } else if (intf
== data
->isoc
) {
3981 usb_driver_release_interface(&btusb_driver
, data
->diag
);
3982 usb_driver_release_interface(&btusb_driver
, data
->intf
);
3983 } else if (intf
== data
->diag
) {
3984 usb_driver_release_interface(&btusb_driver
, data
->intf
);
3986 usb_driver_release_interface(&btusb_driver
, data
->isoc
);
3989 if (data
->oob_wake_irq
)
3990 device_init_wakeup(&data
->udev
->dev
, false);
3992 if (data
->reset_gpio
)
3993 gpiod_put(data
->reset_gpio
);
3999 static int btusb_suspend(struct usb_interface
*intf
, pm_message_t message
)
4001 struct btusb_data
*data
= usb_get_intfdata(intf
);
4003 BT_DBG("intf %p", intf
);
4005 if (data
->suspend_count
++)
4008 spin_lock_irq(&data
->txlock
);
4009 if (!(PMSG_IS_AUTO(message
) && data
->tx_in_flight
)) {
4010 set_bit(BTUSB_SUSPENDING
, &data
->flags
);
4011 spin_unlock_irq(&data
->txlock
);
4013 spin_unlock_irq(&data
->txlock
);
4014 data
->suspend_count
--;
4018 cancel_work_sync(&data
->work
);
4020 btusb_stop_traffic(data
);
4021 usb_kill_anchored_urbs(&data
->tx_anchor
);
4023 if (data
->oob_wake_irq
&& device_may_wakeup(&data
->udev
->dev
)) {
4024 set_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
);
4025 enable_irq_wake(data
->oob_wake_irq
);
4026 enable_irq(data
->oob_wake_irq
);
4029 /* For global suspend, Realtek devices lose the loaded fw
4030 * in them. But for autosuspend, firmware should remain.
4031 * Actually, it depends on whether the usb host sends
4032 * set feature (enable wakeup) or not.
4034 if (test_bit(BTUSB_WAKEUP_DISABLE
, &data
->flags
)) {
4035 if (PMSG_IS_AUTO(message
) &&
4036 device_can_wakeup(&data
->udev
->dev
))
4037 data
->udev
->do_remote_wakeup
= 1;
4038 else if (!PMSG_IS_AUTO(message
))
4039 data
->udev
->reset_resume
= 1;
4045 static void play_deferred(struct btusb_data
*data
)
4050 while ((urb
= usb_get_from_anchor(&data
->deferred
))) {
4051 usb_anchor_urb(urb
, &data
->tx_anchor
);
4053 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
4055 if (err
!= -EPERM
&& err
!= -ENODEV
)
4056 BT_ERR("%s urb %p submission failed (%d)",
4057 data
->hdev
->name
, urb
, -err
);
4058 kfree(urb
->setup_packet
);
4059 usb_unanchor_urb(urb
);
4064 data
->tx_in_flight
++;
4068 /* Cleanup the rest deferred urbs. */
4069 while ((urb
= usb_get_from_anchor(&data
->deferred
))) {
4070 kfree(urb
->setup_packet
);
4075 static int btusb_resume(struct usb_interface
*intf
)
4077 struct btusb_data
*data
= usb_get_intfdata(intf
);
4078 struct hci_dev
*hdev
= data
->hdev
;
4081 BT_DBG("intf %p", intf
);
4083 if (--data
->suspend_count
)
4086 /* Disable only if not already disabled (keep it balanced) */
4087 if (test_and_clear_bit(BTUSB_OOB_WAKE_ENABLED
, &data
->flags
)) {
4088 disable_irq(data
->oob_wake_irq
);
4089 disable_irq_wake(data
->oob_wake_irq
);
4092 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
4095 if (test_bit(BTUSB_INTR_RUNNING
, &data
->flags
)) {
4096 err
= btusb_submit_intr_urb(hdev
, GFP_NOIO
);
4098 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
4103 if (test_bit(BTUSB_BULK_RUNNING
, &data
->flags
)) {
4104 err
= btusb_submit_bulk_urb(hdev
, GFP_NOIO
);
4106 clear_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
4110 btusb_submit_bulk_urb(hdev
, GFP_NOIO
);
4113 if (test_bit(BTUSB_ISOC_RUNNING
, &data
->flags
)) {
4114 if (btusb_submit_isoc_urb(hdev
, GFP_NOIO
) < 0)
4115 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
4117 btusb_submit_isoc_urb(hdev
, GFP_NOIO
);
4120 spin_lock_irq(&data
->txlock
);
4121 play_deferred(data
);
4122 clear_bit(BTUSB_SUSPENDING
, &data
->flags
);
4123 spin_unlock_irq(&data
->txlock
);
4124 schedule_work(&data
->work
);
4129 usb_scuttle_anchored_urbs(&data
->deferred
);
4131 spin_lock_irq(&data
->txlock
);
4132 clear_bit(BTUSB_SUSPENDING
, &data
->flags
);
4133 spin_unlock_irq(&data
->txlock
);
4139 static struct usb_driver btusb_driver
= {
4141 .probe
= btusb_probe
,
4142 .disconnect
= btusb_disconnect
,
4144 .suspend
= btusb_suspend
,
4145 .resume
= btusb_resume
,
4147 .id_table
= btusb_table
,
4148 .supports_autosuspend
= 1,
4149 .disable_hub_initiated_lpm
= 1,
4152 module_usb_driver(btusb_driver
);
4154 module_param(disable_scofix
, bool, 0644);
4155 MODULE_PARM_DESC(disable_scofix
, "Disable fixup of wrong SCO buffer size");
4157 module_param(force_scofix
, bool, 0644);
4158 MODULE_PARM_DESC(force_scofix
, "Force fixup of wrong SCO buffers size");
4160 module_param(enable_autosuspend
, bool, 0644);
4161 MODULE_PARM_DESC(enable_autosuspend
, "Enable USB autosuspend by default");
4163 module_param(reset
, bool, 0644);
4164 MODULE_PARM_DESC(reset
, "Send HCI reset command on initialization");
4166 MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
4167 MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION
);
4168 MODULE_VERSION(VERSION
);
4169 MODULE_LICENSE("GPL");