]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/bluetooth/btusb.c
Bluetooth: Introduce driver specific post init callback
[mirror_ubuntu-bionic-kernel.git] / drivers / bluetooth / btusb.c
CommitLineData
5e23b923
MH
1/*
2 *
3 * Generic Bluetooth USB driver
4 *
9bfa35fe 5 * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
5e23b923
MH
6 *
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
22 */
23
5e23b923 24#include <linux/module.h>
5e23b923 25#include <linux/usb.h>
dffd30ee 26#include <linux/firmware.h>
a2698a9b 27#include <asm/unaligned.h>
5e23b923
MH
28
29#include <net/bluetooth/bluetooth.h>
30#include <net/bluetooth/hci_core.h>
31
4185a0f5 32#include "btintel.h"
1df1f591 33#include "btbcm.h"
db33c77d 34#include "btrtl.h"
1df1f591 35
34dced9b 36#define VERSION "0.8"
cfeb4145 37
90ab5ee9
RR
38static bool disable_scofix;
39static bool force_scofix;
7a9d4020 40
917a3337 41static bool reset = true;
cfeb4145
MH
42
43static struct usb_driver btusb_driver;
44
45#define BTUSB_IGNORE 0x01
7a9d4020
MH
46#define BTUSB_DIGIANSWER 0x02
47#define BTUSB_CSR 0x04
48#define BTUSB_SNIFFER 0x08
49#define BTUSB_BCM92035 0x10
50#define BTUSB_BROKEN_ISOC 0x20
51#define BTUSB_WRONG_SCO_MTU 0x40
2d25f8b4 52#define BTUSB_ATH3012 0x80
dffd30ee 53#define BTUSB_INTEL 0x100
40df783d
MH
54#define BTUSB_INTEL_BOOT 0x200
55#define BTUSB_BCM_PATCHRAM 0x400
ae8df494 56#define BTUSB_MARVELL 0x800
4fcef8ed 57#define BTUSB_SWAVE 0x1000
cda0dd78 58#define BTUSB_INTEL_NEW 0x2000
893ba544 59#define BTUSB_AMP 0x4000
3267c884 60#define BTUSB_QCA_ROME 0x8000
17b2772b 61#define BTUSB_BCM_APPLE 0x10000
a2698a9b 62#define BTUSB_REALTEK 0x20000
6c9d435d 63#define BTUSB_BCM2045 0x40000
22f8e9db 64#define BTUSB_IFNUM_2 0x80000
5e23b923 65
54265202 66static const struct usb_device_id btusb_table[] = {
5e23b923
MH
67 /* Generic Bluetooth USB device */
68 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
69
893ba544
MH
70 /* Generic Bluetooth AMP device */
71 { USB_DEVICE_INFO(0xe0, 0x01, 0x04), .driver_info = BTUSB_AMP },
72
d63b2826
DD
73 /* Generic Bluetooth USB interface */
74 { USB_INTERFACE_INFO(0xe0, 0x01, 0x01) },
75
1fa6535f 76 /* Apple-specific (Broadcom) devices */
17b2772b 77 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01),
22f8e9db 78 .driver_info = BTUSB_BCM_APPLE | BTUSB_IFNUM_2 },
1fa6535f 79
178c059e
CYC
80 /* MediaTek MT76x0E */
81 { USB_DEVICE(0x0e8d, 0x763f) },
82
c510eae3 83 /* Broadcom SoftSailing reporting vendor specific */
2e8b5063 84 { USB_DEVICE(0x0a5c, 0x21e1) },
c510eae3 85
3cd01976
NI
86 /* Apple MacBookPro 7,1 */
87 { USB_DEVICE(0x05ac, 0x8213) },
88
0a79f674
CL
89 /* Apple iMac11,1 */
90 { USB_DEVICE(0x05ac, 0x8215) },
91
9c047157
NI
92 /* Apple MacBookPro6,2 */
93 { USB_DEVICE(0x05ac, 0x8218) },
94
3e3ede7d
EH
95 /* Apple MacBookAir3,1, MacBookAir3,2 */
96 { USB_DEVICE(0x05ac, 0x821b) },
97
a63b723d
PAVM
98 /* Apple MacBookAir4,1 */
99 { USB_DEVICE(0x05ac, 0x821f) },
100
88d377b6
MAP
101 /* Apple MacBookPro8,2 */
102 { USB_DEVICE(0x05ac, 0x821a) },
103
f78b6826
JK
104 /* Apple MacMini5,1 */
105 { USB_DEVICE(0x05ac, 0x8281) },
106
cfeb4145 107 /* AVM BlueFRITZ! USB v2.0 */
4fcef8ed 108 { USB_DEVICE(0x057c, 0x3800), .driver_info = BTUSB_SWAVE },
cfeb4145
MH
109
110 /* Bluetooth Ultraport Module from IBM */
111 { USB_DEVICE(0x04bf, 0x030a) },
112
113 /* ALPS Modules with non-standard id */
114 { USB_DEVICE(0x044e, 0x3001) },
115 { USB_DEVICE(0x044e, 0x3002) },
116
117 /* Ericsson with non-standard id */
118 { USB_DEVICE(0x0bdb, 0x1002) },
119
120 /* Canyon CN-BTU1 with HID interfaces */
7a9d4020 121 { USB_DEVICE(0x0c10, 0x0000) },
cfeb4145 122
d13431ca
WJS
123 /* Broadcom BCM20702A0 */
124 { USB_DEVICE(0x413c, 0x8197) },
125
d049f4e5
MH
126 /* Broadcom BCM20702B0 (Dynex/Insignia) */
127 { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM },
128
2faf71ce
SR
129 /* Broadcom BCM43142A0 (Foxconn/Lenovo) */
130 { USB_DEVICE(0x105b, 0xe065), .driver_info = BTUSB_BCM_PATCHRAM },
131
98514036 132 /* Foxconn - Hon Hai */
6029ddc2
HS
133 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01),
134 .driver_info = BTUSB_BCM_PATCHRAM },
98514036 135
8f0c304c
MD
136 /* Lite-On Technology - Broadcom based */
137 { USB_VENDOR_AND_INTERFACE_INFO(0x04ca, 0xff, 0x01, 0x01),
138 .driver_info = BTUSB_BCM_PATCHRAM },
139
0b880062 140 /* Broadcom devices with vendor specific id */
10d4c673
PG
141 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
142 .driver_info = BTUSB_BCM_PATCHRAM },
92c385f4 143
c2aef6e8 144 /* ASUSTek Computer - Broadcom based */
9a5abdaa
RD
145 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01),
146 .driver_info = BTUSB_BCM_PATCHRAM },
c2aef6e8 147
5bcecf32 148 /* Belkin F8065bf - Broadcom based */
6331c686
MH
149 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01),
150 .driver_info = BTUSB_BCM_PATCHRAM },
5bcecf32 151
9113bfd8 152 /* IMC Networks - Broadcom based */
6331c686
MH
153 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01),
154 .driver_info = BTUSB_BCM_PATCHRAM },
9113bfd8 155
40df783d 156 /* Intel Bluetooth USB Bootloader (RAM module) */
d92f2df0
MH
157 { USB_DEVICE(0x8087, 0x0a5a),
158 .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },
40df783d 159
5e23b923
MH
160 { } /* Terminating entry */
161};
162
163MODULE_DEVICE_TABLE(usb, btusb_table);
164
54265202 165static const struct usb_device_id blacklist_table[] = {
cfeb4145
MH
166 /* CSR BlueCore devices */
167 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
168
169 /* Broadcom BCM2033 without firmware */
170 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
171
6c9d435d
MH
172 /* Broadcom BCM2045 devices */
173 { USB_DEVICE(0x0a5c, 0x2045), .driver_info = BTUSB_BCM2045 },
174
be93112a 175 /* Atheros 3011 with sflash firmware */
0b880062
AS
176 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
177 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
2eeff0b4 178 { USB_DEVICE(0x04f2, 0xaff1), .driver_info = BTUSB_IGNORE },
0b880062 179 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
be93112a 180 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
6eda541d 181 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
2a7bcccc 182 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
be93112a 183
509e7861
CYC
184 /* Atheros AR9285 Malbec with sflash firmware */
185 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
186
d9f51b51 187 /* Atheros 3012 with sflash firmware */
0b880062
AS
188 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
189 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
190 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
191 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
192 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
692c062e 193 { USB_DEVICE(0x0489, 0xe076), .driver_info = BTUSB_ATH3012 },
4b552bc9 194 { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 },
0b880062
AS
195 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
196 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
197 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
198 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
1fb4e09a 199 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
0b880062
AS
200 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
201 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
7e730c7f 202 { USB_DEVICE(0x04ca, 0x300d), .driver_info = BTUSB_ATH3012 },
ec0810d2 203 { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 },
134d3b35 204 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
0b880062 205 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
cd355ff0 206 { USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 },
0b880062 207 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
89d2975f 208 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
a735f9e2 209 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
d66629c1 210 { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
2d25f8b4 211 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
94a32d10 212 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
07c0ea87 213 { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
b131237c 214 { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
1e56f1eb 215 { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 },
0b880062 216 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
ebaf5795 217 { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 },
18e0afab 218 { USB_DEVICE(0x0cf3, 0x817b), .driver_info = BTUSB_ATH3012 },
0b880062 219 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
ac71311e 220 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
0a3658cc 221 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
ca79f232 222 { USB_DEVICE(0x0cf3, 0xe006), .driver_info = BTUSB_ATH3012 },
0b880062
AS
223 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
224 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
eed307e2 225 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
5b77a1f3 226 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
3bb30a7c 227 { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
033efa92 228 { USB_DEVICE(0x13d3, 0x3423), .driver_info = BTUSB_ATH3012 },
fa2f1394 229 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
0d0cef61 230 { USB_DEVICE(0x13d3, 0x3474), .driver_info = BTUSB_ATH3012 },
d9f51b51 231
e9036e33
CYC
232 /* Atheros AR5BBU12 with sflash firmware */
233 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
234
85d59726 235 /* Atheros AR5BBU12 with sflash firmware */
bc21fde2 236 { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
0b880062 237 { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
85d59726 238
3267c884 239 /* QCA ROME chipset */
2054111b 240 { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME },
c9e44474
MH
241 { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME },
242 { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME },
3267c884 243
cfeb4145 244 /* Broadcom BCM2035 */
7a9d4020 245 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
0b880062
AS
246 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
247 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
cfeb4145
MH
248
249 /* Broadcom BCM2045 */
7a9d4020
MH
250 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
251 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
bdbef3d6 252
cfeb4145 253 /* IBM/Lenovo ThinkPad with Broadcom chip */
7a9d4020
MH
254 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
255 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
cfeb4145
MH
256
257 /* HP laptop with Broadcom chip */
7a9d4020 258 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
cfeb4145
MH
259
260 /* Dell laptop with Broadcom chip */
7a9d4020 261 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
cfeb4145 262
5ddd4a60 263 /* Dell Wireless 370 and 410 devices */
7a9d4020 264 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
5ddd4a60 265 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
cfeb4145 266
7a9d4020
MH
267 /* Belkin F8T012 and F8T013 devices */
268 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
269 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
cfeb4145 270
5ddd4a60
MH
271 /* Asus WL-BTD202 device */
272 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
273
274 /* Kensington Bluetooth USB adapter */
275 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
276
cfeb4145
MH
277 /* RTX Telecom based adapters with buggy SCO support */
278 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
279 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
280
281 /* CONWISE Technology based adapters with buggy SCO support */
282 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
283
4fcef8ed 284 /* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
2eeac871 285 { USB_DEVICE(0x1310, 0x0001), .driver_info = BTUSB_SWAVE },
4fcef8ed 286
cfeb4145
MH
287 /* Digianswer devices */
288 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
289 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
290
291 /* CSR BlueCore Bluetooth Sniffer */
4f64fa80
MH
292 { USB_DEVICE(0x0a12, 0x0002),
293 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
cfeb4145
MH
294
295 /* Frontline ComProbe Bluetooth Sniffer */
4f64fa80
MH
296 { USB_DEVICE(0x16d3, 0x0002),
297 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
cfeb4145 298
cb1ee89f
MH
299 /* Marvell Bluetooth devices */
300 { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL },
301 { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL },
302
d0ac9eb7 303 /* Intel Bluetooth devices */
407550fe 304 { USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR },
dffd30ee 305 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
ef4e5e4a 306 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
cda0dd78 307 { USB_DEVICE(0x8087, 0x0a2b), .driver_info = BTUSB_INTEL_NEW },
dffd30ee 308
d0ac9eb7
MH
309 /* Other Intel Bluetooth devices */
310 { USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
311 .driver_info = BTUSB_IGNORE },
ae8df494 312
a2698a9b
DD
313 /* Realtek Bluetooth devices */
314 { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
315 .driver_info = BTUSB_REALTEK },
316
317 /* Additional Realtek 8723AE Bluetooth devices */
318 { USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },
319 { USB_DEVICE(0x13d3, 0x3394), .driver_info = BTUSB_REALTEK },
320
321 /* Additional Realtek 8723BE Bluetooth devices */
322 { USB_DEVICE(0x0489, 0xe085), .driver_info = BTUSB_REALTEK },
323 { USB_DEVICE(0x0489, 0xe08b), .driver_info = BTUSB_REALTEK },
324 { USB_DEVICE(0x13d3, 0x3410), .driver_info = BTUSB_REALTEK },
325 { USB_DEVICE(0x13d3, 0x3416), .driver_info = BTUSB_REALTEK },
326 { USB_DEVICE(0x13d3, 0x3459), .driver_info = BTUSB_REALTEK },
327
328 /* Additional Realtek 8821AE Bluetooth devices */
329 { USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },
330 { USB_DEVICE(0x13d3, 0x3414), .driver_info = BTUSB_REALTEK },
331 { USB_DEVICE(0x13d3, 0x3458), .driver_info = BTUSB_REALTEK },
332 { USB_DEVICE(0x13d3, 0x3461), .driver_info = BTUSB_REALTEK },
333 { USB_DEVICE(0x13d3, 0x3462), .driver_info = BTUSB_REALTEK },
334
4481c076
PP
335 /* Silicon Wave based devices */
336 { USB_DEVICE(0x0c10, 0x0000), .driver_info = BTUSB_SWAVE },
337
5e23b923
MH
338 { } /* Terminating entry */
339};
340
9bfa35fe
MH
341#define BTUSB_MAX_ISOC_FRAMES 10
342
5e23b923
MH
343#define BTUSB_INTR_RUNNING 0
344#define BTUSB_BULK_RUNNING 1
9bfa35fe 345#define BTUSB_ISOC_RUNNING 2
7bee549e 346#define BTUSB_SUSPENDING 3
08b8b6c4 347#define BTUSB_DID_ISO_RESUME 4
cda0dd78
MH
348#define BTUSB_BOOTLOADER 5
349#define BTUSB_DOWNLOADING 6
ce6bb929 350#define BTUSB_FIRMWARE_LOADED 7
cda0dd78 351#define BTUSB_FIRMWARE_FAILED 8
ce6bb929 352#define BTUSB_BOOTING 9
04b8c814 353#define BTUSB_RESET_RESUME 10
9d08f504 354#define BTUSB_DIAG_RUNNING 11
5e23b923
MH
355
356struct btusb_data {
357 struct hci_dev *hdev;
358 struct usb_device *udev;
5fbcd260 359 struct usb_interface *intf;
9bfa35fe 360 struct usb_interface *isoc;
9d08f504 361 struct usb_interface *diag;
5e23b923 362
5e23b923
MH
363 unsigned long flags;
364
365 struct work_struct work;
7bee549e 366 struct work_struct waker;
5e23b923 367
803b5836 368 struct usb_anchor deferred;
5e23b923 369 struct usb_anchor tx_anchor;
803b5836
MH
370 int tx_in_flight;
371 spinlock_t txlock;
372
5e23b923
MH
373 struct usb_anchor intr_anchor;
374 struct usb_anchor bulk_anchor;
9bfa35fe 375 struct usb_anchor isoc_anchor;
9d08f504 376 struct usb_anchor diag_anchor;
803b5836
MH
377 spinlock_t rxlock;
378
379 struct sk_buff *evt_skb;
380 struct sk_buff *acl_skb;
381 struct sk_buff *sco_skb;
5e23b923
MH
382
383 struct usb_endpoint_descriptor *intr_ep;
384 struct usb_endpoint_descriptor *bulk_tx_ep;
385 struct usb_endpoint_descriptor *bulk_rx_ep;
9bfa35fe
MH
386 struct usb_endpoint_descriptor *isoc_tx_ep;
387 struct usb_endpoint_descriptor *isoc_rx_ep;
9d08f504
MH
388 struct usb_endpoint_descriptor *diag_tx_ep;
389 struct usb_endpoint_descriptor *diag_rx_ep;
9bfa35fe 390
7a9d4020 391 __u8 cmdreq_type;
893ba544 392 __u8 cmdreq;
7a9d4020 393
43c2e57f 394 unsigned int sco_num;
9bfa35fe 395 int isoc_altsetting;
6a88adf2 396 int suspend_count;
2cbd3f5c 397
97307f51 398 int (*recv_event)(struct hci_dev *hdev, struct sk_buff *skb);
2cbd3f5c 399 int (*recv_bulk)(struct btusb_data *data, void *buffer, int count);
ace31982
KBYT
400
401 int (*setup_on_usb)(struct hci_dev *hdev);
5e23b923
MH
402};
403
803b5836
MH
404static inline void btusb_free_frags(struct btusb_data *data)
405{
406 unsigned long flags;
407
408 spin_lock_irqsave(&data->rxlock, flags);
409
410 kfree_skb(data->evt_skb);
411 data->evt_skb = NULL;
412
413 kfree_skb(data->acl_skb);
414 data->acl_skb = NULL;
415
416 kfree_skb(data->sco_skb);
417 data->sco_skb = NULL;
418
419 spin_unlock_irqrestore(&data->rxlock, flags);
420}
421
1ffa4ad0
MH
422static int btusb_recv_intr(struct btusb_data *data, void *buffer, int count)
423{
803b5836
MH
424 struct sk_buff *skb;
425 int err = 0;
426
427 spin_lock(&data->rxlock);
428 skb = data->evt_skb;
429
430 while (count) {
431 int len;
432
433 if (!skb) {
434 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
435 if (!skb) {
436 err = -ENOMEM;
437 break;
438 }
439
440 bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
441 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE;
442 }
443
444 len = min_t(uint, bt_cb(skb)->expect, count);
445 memcpy(skb_put(skb, len), buffer, len);
446
447 count -= len;
448 buffer += len;
449 bt_cb(skb)->expect -= len;
450
451 if (skb->len == HCI_EVENT_HDR_SIZE) {
452 /* Complete event header */
453 bt_cb(skb)->expect = hci_event_hdr(skb)->plen;
454
455 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
456 kfree_skb(skb);
457 skb = NULL;
458
459 err = -EILSEQ;
460 break;
461 }
462 }
463
464 if (bt_cb(skb)->expect == 0) {
465 /* Complete frame */
97307f51 466 data->recv_event(data->hdev, skb);
803b5836
MH
467 skb = NULL;
468 }
469 }
470
471 data->evt_skb = skb;
472 spin_unlock(&data->rxlock);
473
474 return err;
1ffa4ad0
MH
475}
476
477static int btusb_recv_bulk(struct btusb_data *data, void *buffer, int count)
478{
803b5836
MH
479 struct sk_buff *skb;
480 int err = 0;
481
482 spin_lock(&data->rxlock);
483 skb = data->acl_skb;
484
485 while (count) {
486 int len;
487
488 if (!skb) {
489 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
490 if (!skb) {
491 err = -ENOMEM;
492 break;
493 }
494
495 bt_cb(skb)->pkt_type = HCI_ACLDATA_PKT;
496 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE;
497 }
498
499 len = min_t(uint, bt_cb(skb)->expect, count);
500 memcpy(skb_put(skb, len), buffer, len);
501
502 count -= len;
503 buffer += len;
504 bt_cb(skb)->expect -= len;
505
506 if (skb->len == HCI_ACL_HDR_SIZE) {
507 __le16 dlen = hci_acl_hdr(skb)->dlen;
508
509 /* Complete ACL header */
510 bt_cb(skb)->expect = __le16_to_cpu(dlen);
511
512 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
513 kfree_skb(skb);
514 skb = NULL;
515
516 err = -EILSEQ;
517 break;
518 }
519 }
520
521 if (bt_cb(skb)->expect == 0) {
522 /* Complete frame */
523 hci_recv_frame(data->hdev, skb);
524 skb = NULL;
525 }
526 }
527
528 data->acl_skb = skb;
529 spin_unlock(&data->rxlock);
530
531 return err;
1ffa4ad0
MH
532}
533
534static int btusb_recv_isoc(struct btusb_data *data, void *buffer, int count)
535{
803b5836
MH
536 struct sk_buff *skb;
537 int err = 0;
538
539 spin_lock(&data->rxlock);
540 skb = data->sco_skb;
541
542 while (count) {
543 int len;
544
545 if (!skb) {
546 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);
547 if (!skb) {
548 err = -ENOMEM;
549 break;
550 }
551
552 bt_cb(skb)->pkt_type = HCI_SCODATA_PKT;
553 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE;
554 }
555
556 len = min_t(uint, bt_cb(skb)->expect, count);
557 memcpy(skb_put(skb, len), buffer, len);
558
559 count -= len;
560 buffer += len;
561 bt_cb(skb)->expect -= len;
562
563 if (skb->len == HCI_SCO_HDR_SIZE) {
564 /* Complete SCO header */
565 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen;
566
567 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
568 kfree_skb(skb);
569 skb = NULL;
570
571 err = -EILSEQ;
572 break;
573 }
574 }
575
576 if (bt_cb(skb)->expect == 0) {
577 /* Complete frame */
578 hci_recv_frame(data->hdev, skb);
579 skb = NULL;
580 }
581 }
582
583 data->sco_skb = skb;
584 spin_unlock(&data->rxlock);
585
586 return err;
1ffa4ad0
MH
587}
588
5e23b923
MH
589static void btusb_intr_complete(struct urb *urb)
590{
591 struct hci_dev *hdev = urb->context;
155961e8 592 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
593 int err;
594
89e7533d
MH
595 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
596 urb->actual_length);
5e23b923
MH
597
598 if (!test_bit(HCI_RUNNING, &hdev->flags))
599 return;
600
601 if (urb->status == 0) {
9bfa35fe
MH
602 hdev->stat.byte_rx += urb->actual_length;
603
1ffa4ad0
MH
604 if (btusb_recv_intr(data, urb->transfer_buffer,
605 urb->actual_length) < 0) {
5e23b923
MH
606 BT_ERR("%s corrupted event packet", hdev->name);
607 hdev->stat.err_rx++;
608 }
85560c4a
CC
609 } else if (urb->status == -ENOENT) {
610 /* Avoid suspend failed when usb_kill_urb */
611 return;
5e23b923
MH
612 }
613
614 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
615 return;
616
7bee549e 617 usb_mark_last_busy(data->udev);
5e23b923
MH
618 usb_anchor_urb(urb, &data->intr_anchor);
619
620 err = usb_submit_urb(urb, GFP_ATOMIC);
621 if (err < 0) {
4935f1c1
PB
622 /* -EPERM: urb is being killed;
623 * -ENODEV: device got disconnected */
624 if (err != -EPERM && err != -ENODEV)
61faddf6 625 BT_ERR("%s urb %p failed to resubmit (%d)",
89e7533d 626 hdev->name, urb, -err);
5e23b923
MH
627 usb_unanchor_urb(urb);
628 }
629}
630
2eda66f4 631static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
5e23b923 632{
155961e8 633 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
634 struct urb *urb;
635 unsigned char *buf;
636 unsigned int pipe;
637 int err, size;
638
639 BT_DBG("%s", hdev->name);
640
9bfa35fe
MH
641 if (!data->intr_ep)
642 return -ENODEV;
643
2eda66f4 644 urb = usb_alloc_urb(0, mem_flags);
5e23b923
MH
645 if (!urb)
646 return -ENOMEM;
647
648 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
649
2eda66f4 650 buf = kmalloc(size, mem_flags);
5e23b923
MH
651 if (!buf) {
652 usb_free_urb(urb);
653 return -ENOMEM;
654 }
655
656 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
657
658 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
89e7533d 659 btusb_intr_complete, hdev, data->intr_ep->bInterval);
5e23b923
MH
660
661 urb->transfer_flags |= URB_FREE_BUFFER;
662
663 usb_anchor_urb(urb, &data->intr_anchor);
664
2eda66f4 665 err = usb_submit_urb(urb, mem_flags);
5e23b923 666 if (err < 0) {
d4b8d1c9
PB
667 if (err != -EPERM && err != -ENODEV)
668 BT_ERR("%s urb %p submission failed (%d)",
89e7533d 669 hdev->name, urb, -err);
5e23b923 670 usb_unanchor_urb(urb);
5e23b923
MH
671 }
672
673 usb_free_urb(urb);
674
675 return err;
676}
677
678static void btusb_bulk_complete(struct urb *urb)
679{
680 struct hci_dev *hdev = urb->context;
155961e8 681 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
682 int err;
683
89e7533d
MH
684 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
685 urb->actual_length);
5e23b923
MH
686
687 if (!test_bit(HCI_RUNNING, &hdev->flags))
688 return;
689
690 if (urb->status == 0) {
9bfa35fe
MH
691 hdev->stat.byte_rx += urb->actual_length;
692
2cbd3f5c 693 if (data->recv_bulk(data, urb->transfer_buffer,
1ffa4ad0 694 urb->actual_length) < 0) {
5e23b923
MH
695 BT_ERR("%s corrupted ACL packet", hdev->name);
696 hdev->stat.err_rx++;
697 }
85560c4a
CC
698 } else if (urb->status == -ENOENT) {
699 /* Avoid suspend failed when usb_kill_urb */
700 return;
5e23b923
MH
701 }
702
703 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
704 return;
705
706 usb_anchor_urb(urb, &data->bulk_anchor);
652fd781 707 usb_mark_last_busy(data->udev);
5e23b923
MH
708
709 err = usb_submit_urb(urb, GFP_ATOMIC);
710 if (err < 0) {
4935f1c1
PB
711 /* -EPERM: urb is being killed;
712 * -ENODEV: device got disconnected */
713 if (err != -EPERM && err != -ENODEV)
61faddf6 714 BT_ERR("%s urb %p failed to resubmit (%d)",
89e7533d 715 hdev->name, urb, -err);
5e23b923
MH
716 usb_unanchor_urb(urb);
717 }
718}
719
2eda66f4 720static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
5e23b923 721{
155961e8 722 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
723 struct urb *urb;
724 unsigned char *buf;
725 unsigned int pipe;
290ba200 726 int err, size = HCI_MAX_FRAME_SIZE;
5e23b923
MH
727
728 BT_DBG("%s", hdev->name);
729
9bfa35fe
MH
730 if (!data->bulk_rx_ep)
731 return -ENODEV;
732
2eda66f4 733 urb = usb_alloc_urb(0, mem_flags);
5e23b923
MH
734 if (!urb)
735 return -ENOMEM;
736
2eda66f4 737 buf = kmalloc(size, mem_flags);
5e23b923
MH
738 if (!buf) {
739 usb_free_urb(urb);
740 return -ENOMEM;
741 }
742
743 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
744
89e7533d
MH
745 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
746 btusb_bulk_complete, hdev);
5e23b923
MH
747
748 urb->transfer_flags |= URB_FREE_BUFFER;
749
7bee549e 750 usb_mark_last_busy(data->udev);
5e23b923
MH
751 usb_anchor_urb(urb, &data->bulk_anchor);
752
2eda66f4 753 err = usb_submit_urb(urb, mem_flags);
5e23b923 754 if (err < 0) {
d4b8d1c9
PB
755 if (err != -EPERM && err != -ENODEV)
756 BT_ERR("%s urb %p submission failed (%d)",
89e7533d 757 hdev->name, urb, -err);
5e23b923 758 usb_unanchor_urb(urb);
5e23b923
MH
759 }
760
761 usb_free_urb(urb);
762
763 return err;
764}
765
9bfa35fe
MH
766static void btusb_isoc_complete(struct urb *urb)
767{
768 struct hci_dev *hdev = urb->context;
155961e8 769 struct btusb_data *data = hci_get_drvdata(hdev);
9bfa35fe
MH
770 int i, err;
771
89e7533d
MH
772 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
773 urb->actual_length);
9bfa35fe
MH
774
775 if (!test_bit(HCI_RUNNING, &hdev->flags))
776 return;
777
778 if (urb->status == 0) {
779 for (i = 0; i < urb->number_of_packets; i++) {
780 unsigned int offset = urb->iso_frame_desc[i].offset;
781 unsigned int length = urb->iso_frame_desc[i].actual_length;
782
783 if (urb->iso_frame_desc[i].status)
784 continue;
785
786 hdev->stat.byte_rx += length;
787
1ffa4ad0
MH
788 if (btusb_recv_isoc(data, urb->transfer_buffer + offset,
789 length) < 0) {
9bfa35fe
MH
790 BT_ERR("%s corrupted SCO packet", hdev->name);
791 hdev->stat.err_rx++;
792 }
793 }
85560c4a
CC
794 } else if (urb->status == -ENOENT) {
795 /* Avoid suspend failed when usb_kill_urb */
796 return;
9bfa35fe
MH
797 }
798
799 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
800 return;
801
802 usb_anchor_urb(urb, &data->isoc_anchor);
803
804 err = usb_submit_urb(urb, GFP_ATOMIC);
805 if (err < 0) {
4935f1c1
PB
806 /* -EPERM: urb is being killed;
807 * -ENODEV: device got disconnected */
808 if (err != -EPERM && err != -ENODEV)
61faddf6 809 BT_ERR("%s urb %p failed to resubmit (%d)",
89e7533d 810 hdev->name, urb, -err);
9bfa35fe
MH
811 usb_unanchor_urb(urb);
812 }
813}
814
42b16b3f 815static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
9bfa35fe
MH
816{
817 int i, offset = 0;
818
819 BT_DBG("len %d mtu %d", len, mtu);
820
821 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
822 i++, offset += mtu, len -= mtu) {
823 urb->iso_frame_desc[i].offset = offset;
824 urb->iso_frame_desc[i].length = mtu;
825 }
826
827 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
828 urb->iso_frame_desc[i].offset = offset;
829 urb->iso_frame_desc[i].length = len;
830 i++;
831 }
832
833 urb->number_of_packets = i;
834}
835
2eda66f4 836static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
9bfa35fe 837{
155961e8 838 struct btusb_data *data = hci_get_drvdata(hdev);
9bfa35fe
MH
839 struct urb *urb;
840 unsigned char *buf;
841 unsigned int pipe;
842 int err, size;
843
844 BT_DBG("%s", hdev->name);
845
846 if (!data->isoc_rx_ep)
847 return -ENODEV;
848
2eda66f4 849 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
9bfa35fe
MH
850 if (!urb)
851 return -ENOMEM;
852
853 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
854 BTUSB_MAX_ISOC_FRAMES;
855
2eda66f4 856 buf = kmalloc(size, mem_flags);
9bfa35fe
MH
857 if (!buf) {
858 usb_free_urb(urb);
859 return -ENOMEM;
860 }
861
862 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
863
fa0fb93f 864 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
89e7533d 865 hdev, data->isoc_rx_ep->bInterval);
9bfa35fe 866
89e7533d 867 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
9bfa35fe
MH
868
869 __fill_isoc_descriptor(urb, size,
89e7533d 870 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
9bfa35fe
MH
871
872 usb_anchor_urb(urb, &data->isoc_anchor);
873
2eda66f4 874 err = usb_submit_urb(urb, mem_flags);
9bfa35fe 875 if (err < 0) {
d4b8d1c9
PB
876 if (err != -EPERM && err != -ENODEV)
877 BT_ERR("%s urb %p submission failed (%d)",
89e7533d 878 hdev->name, urb, -err);
9bfa35fe 879 usb_unanchor_urb(urb);
9bfa35fe
MH
880 }
881
882 usb_free_urb(urb);
883
884 return err;
885}
886
9d08f504
MH
887static void btusb_diag_complete(struct urb *urb)
888{
889 struct hci_dev *hdev = urb->context;
890 struct btusb_data *data = hci_get_drvdata(hdev);
891 int err;
892
893 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
894 urb->actual_length);
895
896 if (urb->status == 0) {
897 struct sk_buff *skb;
898
899 skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC);
900 if (skb) {
901 memcpy(skb_put(skb, urb->actual_length),
902 urb->transfer_buffer, urb->actual_length);
903 hci_recv_diag(hdev, skb);
904 }
905 } else if (urb->status == -ENOENT) {
906 /* Avoid suspend failed when usb_kill_urb */
907 return;
908 }
909
910 if (!test_bit(BTUSB_DIAG_RUNNING, &data->flags))
911 return;
912
913 usb_anchor_urb(urb, &data->diag_anchor);
914 usb_mark_last_busy(data->udev);
915
916 err = usb_submit_urb(urb, GFP_ATOMIC);
917 if (err < 0) {
918 /* -EPERM: urb is being killed;
919 * -ENODEV: device got disconnected */
920 if (err != -EPERM && err != -ENODEV)
921 BT_ERR("%s urb %p failed to resubmit (%d)",
922 hdev->name, urb, -err);
923 usb_unanchor_urb(urb);
924 }
925}
926
927static int btusb_submit_diag_urb(struct hci_dev *hdev, gfp_t mem_flags)
928{
929 struct btusb_data *data = hci_get_drvdata(hdev);
930 struct urb *urb;
931 unsigned char *buf;
932 unsigned int pipe;
933 int err, size = HCI_MAX_FRAME_SIZE;
934
935 BT_DBG("%s", hdev->name);
936
937 if (!data->diag_rx_ep)
938 return -ENODEV;
939
940 urb = usb_alloc_urb(0, mem_flags);
941 if (!urb)
942 return -ENOMEM;
943
944 buf = kmalloc(size, mem_flags);
945 if (!buf) {
946 usb_free_urb(urb);
947 return -ENOMEM;
948 }
949
950 pipe = usb_rcvbulkpipe(data->udev, data->diag_rx_ep->bEndpointAddress);
951
952 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
953 btusb_diag_complete, hdev);
954
955 urb->transfer_flags |= URB_FREE_BUFFER;
956
957 usb_mark_last_busy(data->udev);
958 usb_anchor_urb(urb, &data->diag_anchor);
959
960 err = usb_submit_urb(urb, mem_flags);
961 if (err < 0) {
962 if (err != -EPERM && err != -ENODEV)
963 BT_ERR("%s urb %p submission failed (%d)",
964 hdev->name, urb, -err);
965 usb_unanchor_urb(urb);
966 }
967
968 usb_free_urb(urb);
969
970 return err;
971}
972
5e23b923 973static void btusb_tx_complete(struct urb *urb)
7bee549e
ON
974{
975 struct sk_buff *skb = urb->context;
89e7533d 976 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
155961e8 977 struct btusb_data *data = hci_get_drvdata(hdev);
7bee549e 978
89e7533d
MH
979 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
980 urb->actual_length);
7bee549e
ON
981
982 if (!test_bit(HCI_RUNNING, &hdev->flags))
983 goto done;
984
985 if (!urb->status)
986 hdev->stat.byte_tx += urb->transfer_buffer_length;
987 else
988 hdev->stat.err_tx++;
989
990done:
991 spin_lock(&data->txlock);
992 data->tx_in_flight--;
993 spin_unlock(&data->txlock);
994
995 kfree(urb->setup_packet);
996
997 kfree_skb(skb);
998}
999
1000static void btusb_isoc_tx_complete(struct urb *urb)
5e23b923
MH
1001{
1002 struct sk_buff *skb = urb->context;
89e7533d 1003 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
5e23b923 1004
89e7533d
MH
1005 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
1006 urb->actual_length);
5e23b923
MH
1007
1008 if (!test_bit(HCI_RUNNING, &hdev->flags))
1009 goto done;
1010
1011 if (!urb->status)
1012 hdev->stat.byte_tx += urb->transfer_buffer_length;
1013 else
1014 hdev->stat.err_tx++;
1015
1016done:
1017 kfree(urb->setup_packet);
1018
1019 kfree_skb(skb);
1020}
1021
1022static int btusb_open(struct hci_dev *hdev)
1023{
155961e8 1024 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
1025 int err;
1026
1027 BT_DBG("%s", hdev->name);
1028
ace31982
KBYT
1029 /* Patching USB firmware files prior to starting any URBs of HCI path
1030 * It is more safe to use USB bulk channel for downloading USB patch
1031 */
1032 if (data->setup_on_usb) {
1033 err = data->setup_on_usb(hdev);
eb50042f 1034 if (err < 0)
ace31982
KBYT
1035 return err;
1036 }
1037
7bee549e
ON
1038 err = usb_autopm_get_interface(data->intf);
1039 if (err < 0)
1040 return err;
1041
1042 data->intf->needs_remote_wakeup = 1;
1043
5e23b923 1044 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
7bee549e 1045 goto done;
5e23b923 1046
2eda66f4 1047 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
43c2e57f
MH
1048 if (err < 0)
1049 goto failed;
1050
1051 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
5e23b923 1052 if (err < 0) {
43c2e57f
MH
1053 usb_kill_anchored_urbs(&data->intr_anchor);
1054 goto failed;
5e23b923
MH
1055 }
1056
43c2e57f
MH
1057 set_bit(BTUSB_BULK_RUNNING, &data->flags);
1058 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
1059
9d08f504
MH
1060 if (data->diag) {
1061 if (!btusb_submit_diag_urb(hdev, GFP_KERNEL))
1062 set_bit(BTUSB_DIAG_RUNNING, &data->flags);
1063 }
1064
7bee549e
ON
1065done:
1066 usb_autopm_put_interface(data->intf);
43c2e57f
MH
1067 return 0;
1068
1069failed:
1070 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
7bee549e 1071 usb_autopm_put_interface(data->intf);
5e23b923
MH
1072 return err;
1073}
1074
7bee549e
ON
1075static void btusb_stop_traffic(struct btusb_data *data)
1076{
1077 usb_kill_anchored_urbs(&data->intr_anchor);
1078 usb_kill_anchored_urbs(&data->bulk_anchor);
1079 usb_kill_anchored_urbs(&data->isoc_anchor);
9d08f504 1080 usb_kill_anchored_urbs(&data->diag_anchor);
7bee549e
ON
1081}
1082
5e23b923
MH
1083static int btusb_close(struct hci_dev *hdev)
1084{
155961e8 1085 struct btusb_data *data = hci_get_drvdata(hdev);
7bee549e 1086 int err;
5e23b923
MH
1087
1088 BT_DBG("%s", hdev->name);
1089
e8c3c3d2 1090 cancel_work_sync(&data->work);
404291ac 1091 cancel_work_sync(&data->waker);
e8c3c3d2 1092
9bfa35fe 1093 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
5e23b923 1094 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
5e23b923 1095 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
9d08f504 1096 clear_bit(BTUSB_DIAG_RUNNING, &data->flags);
7bee549e
ON
1097
1098 btusb_stop_traffic(data);
803b5836
MH
1099 btusb_free_frags(data);
1100
7bee549e
ON
1101 err = usb_autopm_get_interface(data->intf);
1102 if (err < 0)
7b8e2c1d 1103 goto failed;
7bee549e
ON
1104
1105 data->intf->needs_remote_wakeup = 0;
1106 usb_autopm_put_interface(data->intf);
5e23b923 1107
7b8e2c1d
ON
1108failed:
1109 usb_scuttle_anchored_urbs(&data->deferred);
5e23b923
MH
1110 return 0;
1111}
1112
1113static int btusb_flush(struct hci_dev *hdev)
1114{
155961e8 1115 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
1116
1117 BT_DBG("%s", hdev->name);
1118
1119 usb_kill_anchored_urbs(&data->tx_anchor);
803b5836 1120 btusb_free_frags(data);
5e23b923
MH
1121
1122 return 0;
1123}
1124
047b2ec8 1125static struct urb *alloc_ctrl_urb(struct hci_dev *hdev, struct sk_buff *skb)
5e23b923 1126{
155961e8 1127 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
1128 struct usb_ctrlrequest *dr;
1129 struct urb *urb;
1130 unsigned int pipe;
5e23b923 1131
047b2ec8
MH
1132 urb = usb_alloc_urb(0, GFP_KERNEL);
1133 if (!urb)
1134 return ERR_PTR(-ENOMEM);
5e23b923 1135
047b2ec8
MH
1136 dr = kmalloc(sizeof(*dr), GFP_KERNEL);
1137 if (!dr) {
1138 usb_free_urb(urb);
1139 return ERR_PTR(-ENOMEM);
1140 }
5e23b923 1141
047b2ec8 1142 dr->bRequestType = data->cmdreq_type;
893ba544 1143 dr->bRequest = data->cmdreq;
047b2ec8
MH
1144 dr->wIndex = 0;
1145 dr->wValue = 0;
1146 dr->wLength = __cpu_to_le16(skb->len);
7bd8f09f 1147
047b2ec8 1148 pipe = usb_sndctrlpipe(data->udev, 0x00);
5e23b923 1149
89e7533d 1150 usb_fill_control_urb(urb, data->udev, pipe, (void *)dr,
047b2ec8 1151 skb->data, skb->len, btusb_tx_complete, skb);
5e23b923 1152
89e7533d 1153 skb->dev = (void *)hdev;
5e23b923 1154
047b2ec8
MH
1155 return urb;
1156}
5e23b923 1157
047b2ec8
MH
1158static struct urb *alloc_bulk_urb(struct hci_dev *hdev, struct sk_buff *skb)
1159{
1160 struct btusb_data *data = hci_get_drvdata(hdev);
1161 struct urb *urb;
1162 unsigned int pipe;
5e23b923 1163
047b2ec8
MH
1164 if (!data->bulk_tx_ep)
1165 return ERR_PTR(-ENODEV);
9bfa35fe 1166
047b2ec8
MH
1167 urb = usb_alloc_urb(0, GFP_KERNEL);
1168 if (!urb)
1169 return ERR_PTR(-ENOMEM);
5e23b923 1170
047b2ec8 1171 pipe = usb_sndbulkpipe(data->udev, data->bulk_tx_ep->bEndpointAddress);
5e23b923 1172
047b2ec8
MH
1173 usb_fill_bulk_urb(urb, data->udev, pipe,
1174 skb->data, skb->len, btusb_tx_complete, skb);
5e23b923 1175
89e7533d 1176 skb->dev = (void *)hdev;
5e23b923 1177
047b2ec8
MH
1178 return urb;
1179}
9bfa35fe 1180
047b2ec8
MH
1181static struct urb *alloc_isoc_urb(struct hci_dev *hdev, struct sk_buff *skb)
1182{
1183 struct btusb_data *data = hci_get_drvdata(hdev);
1184 struct urb *urb;
1185 unsigned int pipe;
9bfa35fe 1186
047b2ec8
MH
1187 if (!data->isoc_tx_ep)
1188 return ERR_PTR(-ENODEV);
9bfa35fe 1189
047b2ec8
MH
1190 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_KERNEL);
1191 if (!urb)
1192 return ERR_PTR(-ENOMEM);
9bfa35fe 1193
047b2ec8 1194 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress);
9bfa35fe 1195
047b2ec8
MH
1196 usb_fill_int_urb(urb, data->udev, pipe,
1197 skb->data, skb->len, btusb_isoc_tx_complete,
1198 skb, data->isoc_tx_ep->bInterval);
9bfa35fe 1199
047b2ec8 1200 urb->transfer_flags = URB_ISO_ASAP;
5e23b923 1201
047b2ec8
MH
1202 __fill_isoc_descriptor(urb, skb->len,
1203 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
5e23b923 1204
89e7533d 1205 skb->dev = (void *)hdev;
047b2ec8
MH
1206
1207 return urb;
1208}
1209
1210static int submit_tx_urb(struct hci_dev *hdev, struct urb *urb)
1211{
1212 struct btusb_data *data = hci_get_drvdata(hdev);
1213 int err;
7bee549e 1214
5e23b923
MH
1215 usb_anchor_urb(urb, &data->tx_anchor);
1216
e9753eff 1217 err = usb_submit_urb(urb, GFP_KERNEL);
5e23b923 1218 if (err < 0) {
5a9b80e2
PB
1219 if (err != -EPERM && err != -ENODEV)
1220 BT_ERR("%s urb %p submission failed (%d)",
89e7533d 1221 hdev->name, urb, -err);
5e23b923
MH
1222 kfree(urb->setup_packet);
1223 usb_unanchor_urb(urb);
7bee549e
ON
1224 } else {
1225 usb_mark_last_busy(data->udev);
5e23b923
MH
1226 }
1227
54a8a79c 1228 usb_free_urb(urb);
5e23b923
MH
1229 return err;
1230}
1231
047b2ec8
MH
1232static int submit_or_queue_tx_urb(struct hci_dev *hdev, struct urb *urb)
1233{
1234 struct btusb_data *data = hci_get_drvdata(hdev);
1235 unsigned long flags;
1236 bool suspending;
1237
1238 spin_lock_irqsave(&data->txlock, flags);
1239 suspending = test_bit(BTUSB_SUSPENDING, &data->flags);
1240 if (!suspending)
1241 data->tx_in_flight++;
1242 spin_unlock_irqrestore(&data->txlock, flags);
1243
1244 if (!suspending)
1245 return submit_tx_urb(hdev, urb);
1246
1247 usb_anchor_urb(urb, &data->deferred);
1248 schedule_work(&data->waker);
1249
1250 usb_free_urb(urb);
1251 return 0;
1252}
1253
1254static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
1255{
1256 struct urb *urb;
1257
1258 BT_DBG("%s", hdev->name);
1259
047b2ec8
MH
1260 switch (bt_cb(skb)->pkt_type) {
1261 case HCI_COMMAND_PKT:
1262 urb = alloc_ctrl_urb(hdev, skb);
1263 if (IS_ERR(urb))
1264 return PTR_ERR(urb);
1265
1266 hdev->stat.cmd_tx++;
1267 return submit_or_queue_tx_urb(hdev, urb);
1268
1269 case HCI_ACLDATA_PKT:
1270 urb = alloc_bulk_urb(hdev, skb);
1271 if (IS_ERR(urb))
1272 return PTR_ERR(urb);
1273
1274 hdev->stat.acl_tx++;
1275 return submit_or_queue_tx_urb(hdev, urb);
1276
1277 case HCI_SCODATA_PKT:
1278 if (hci_conn_num(hdev, SCO_LINK) < 1)
1279 return -ENODEV;
1280
1281 urb = alloc_isoc_urb(hdev, skb);
1282 if (IS_ERR(urb))
1283 return PTR_ERR(urb);
1284
1285 hdev->stat.sco_tx++;
1286 return submit_tx_urb(hdev, urb);
1287 }
1288
1289 return -EILSEQ;
1290}
1291
5e23b923
MH
1292static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
1293{
155961e8 1294 struct btusb_data *data = hci_get_drvdata(hdev);
5e23b923
MH
1295
1296 BT_DBG("%s evt %d", hdev->name, evt);
1297
014f7bc7
MH
1298 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
1299 data->sco_num = hci_conn_num(hdev, SCO_LINK);
43c2e57f 1300 schedule_work(&data->work);
a780efa8 1301 }
5e23b923
MH
1302}
1303
42b16b3f 1304static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
9bfa35fe 1305{
155961e8 1306 struct btusb_data *data = hci_get_drvdata(hdev);
9bfa35fe
MH
1307 struct usb_interface *intf = data->isoc;
1308 struct usb_endpoint_descriptor *ep_desc;
1309 int i, err;
1310
1311 if (!data->isoc)
1312 return -ENODEV;
1313
1314 err = usb_set_interface(data->udev, 1, altsetting);
1315 if (err < 0) {
1316 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
1317 return err;
1318 }
1319
1320 data->isoc_altsetting = altsetting;
1321
1322 data->isoc_tx_ep = NULL;
1323 data->isoc_rx_ep = NULL;
1324
1325 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1326 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1327
1328 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
1329 data->isoc_tx_ep = ep_desc;
1330 continue;
1331 }
1332
1333 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
1334 data->isoc_rx_ep = ep_desc;
1335 continue;
1336 }
1337 }
1338
1339 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
1340 BT_ERR("%s invalid SCO descriptors", hdev->name);
1341 return -ENODEV;
1342 }
1343
1344 return 0;
1345}
1346
5e23b923
MH
1347static void btusb_work(struct work_struct *work)
1348{
1349 struct btusb_data *data = container_of(work, struct btusb_data, work);
1350 struct hci_dev *hdev = data->hdev;
f4001d28 1351 int new_alts;
7bee549e 1352 int err;
5e23b923 1353
014f7bc7 1354 if (data->sco_num > 0) {
08b8b6c4 1355 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
8efdd0cd 1356 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
7bee549e
ON
1357 if (err < 0) {
1358 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1359 usb_kill_anchored_urbs(&data->isoc_anchor);
1360 return;
1361 }
1362
08b8b6c4 1363 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
7bee549e 1364 }
f4001d28
MA
1365
1366 if (hdev->voice_setting & 0x0020) {
1367 static const int alts[3] = { 2, 4, 5 };
89e7533d 1368
014f7bc7 1369 new_alts = alts[data->sco_num - 1];
f4001d28 1370 } else {
014f7bc7 1371 new_alts = data->sco_num;
f4001d28
MA
1372 }
1373
1374 if (data->isoc_altsetting != new_alts) {
9bfa35fe
MH
1375 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1376 usb_kill_anchored_urbs(&data->isoc_anchor);
1377
8f9d02f4
KP
1378 /* When isochronous alternate setting needs to be
1379 * changed, because SCO connection has been added
1380 * or removed, a packet fragment may be left in the
1381 * reassembling state. This could lead to wrongly
1382 * assembled fragments.
1383 *
1384 * Clear outstanding fragment when selecting a new
1385 * alternate setting.
1386 */
1387 spin_lock(&data->rxlock);
1388 kfree_skb(data->sco_skb);
1389 data->sco_skb = NULL;
1390 spin_unlock(&data->rxlock);
1391
f4001d28 1392 if (__set_isoc_interface(hdev, new_alts) < 0)
9bfa35fe
MH
1393 return;
1394 }
1395
1396 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
2eda66f4 1397 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
9bfa35fe
MH
1398 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1399 else
2eda66f4 1400 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
9bfa35fe
MH
1401 }
1402 } else {
1403 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1404 usb_kill_anchored_urbs(&data->isoc_anchor);
1405
1406 __set_isoc_interface(hdev, 0);
08b8b6c4 1407 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
8efdd0cd 1408 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
5e23b923
MH
1409 }
1410}
1411
7bee549e
ON
1412static void btusb_waker(struct work_struct *work)
1413{
1414 struct btusb_data *data = container_of(work, struct btusb_data, waker);
1415 int err;
1416
1417 err = usb_autopm_get_interface(data->intf);
1418 if (err < 0)
1419 return;
1420
1421 usb_autopm_put_interface(data->intf);
1422}
1423
9f8f962c
MH
1424static int btusb_setup_bcm92035(struct hci_dev *hdev)
1425{
1426 struct sk_buff *skb;
1427 u8 val = 0x00;
1428
1429 BT_DBG("%s", hdev->name);
1430
1431 skb = __hci_cmd_sync(hdev, 0xfc3b, 1, &val, HCI_INIT_TIMEOUT);
1432 if (IS_ERR(skb))
1433 BT_ERR("BCM92035 command failed (%ld)", -PTR_ERR(skb));
1434 else
1435 kfree_skb(skb);
1436
1437 return 0;
1438}
1439
81cac64b
MH
1440static int btusb_setup_csr(struct hci_dev *hdev)
1441{
1442 struct hci_rp_read_local_version *rp;
1443 struct sk_buff *skb;
81cac64b
MH
1444
1445 BT_DBG("%s", hdev->name);
1446
7cd84d72
MH
1447 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1448 HCI_INIT_TIMEOUT);
1449 if (IS_ERR(skb)) {
1450 int err = PTR_ERR(skb);
1451 BT_ERR("%s: CSR: Local version failed (%d)", hdev->name, err);
1452 return err;
1453 }
1454
1455 if (skb->len != sizeof(struct hci_rp_read_local_version)) {
1456 BT_ERR("%s: CSR: Local version length mismatch", hdev->name);
1457 kfree_skb(skb);
1458 return -EIO;
1459 }
81cac64b 1460
89e7533d 1461 rp = (struct hci_rp_read_local_version *)skb->data;
81cac64b 1462
6cafcd95
JH
1463 /* Detect controllers which aren't real CSR ones. */
1464 if (le16_to_cpu(rp->manufacturer) != 10 ||
1465 le16_to_cpu(rp->lmp_subver) == 0x0c5c) {
9641d343
MH
1466 /* Clear the reset quirk since this is not an actual
1467 * early Bluetooth 1.1 device from CSR.
1468 */
1469 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
81cac64b 1470
9641d343
MH
1471 /* These fake CSR controllers have all a broken
1472 * stored link key handling and so just disable it.
1473 */
1474 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
1475 }
81cac64b
MH
1476
1477 kfree_skb(skb);
1478
9641d343 1479 return 0;
81cac64b
MH
1480}
1481
dffd30ee 1482static const struct firmware *btusb_setup_intel_get_fw(struct hci_dev *hdev,
89e7533d 1483 struct intel_version *ver)
dffd30ee
THJA
1484{
1485 const struct firmware *fw;
1486 char fwname[64];
1487 int ret;
1488
1489 snprintf(fwname, sizeof(fwname),
1490 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1491 ver->hw_platform, ver->hw_variant, ver->hw_revision,
1492 ver->fw_variant, ver->fw_revision, ver->fw_build_num,
1493 ver->fw_build_ww, ver->fw_build_yy);
1494
1495 ret = request_firmware(&fw, fwname, &hdev->dev);
1496 if (ret < 0) {
1497 if (ret == -EINVAL) {
1498 BT_ERR("%s Intel firmware file request failed (%d)",
1499 hdev->name, ret);
1500 return NULL;
1501 }
1502
1503 BT_ERR("%s failed to open Intel firmware file: %s(%d)",
1504 hdev->name, fwname, ret);
1505
1506 /* If the correct firmware patch file is not found, use the
1507 * default firmware patch file instead
1508 */
1509 snprintf(fwname, sizeof(fwname), "intel/ibt-hw-%x.%x.bseq",
1510 ver->hw_platform, ver->hw_variant);
1511 if (request_firmware(&fw, fwname, &hdev->dev) < 0) {
1512 BT_ERR("%s failed to open default Intel fw file: %s",
1513 hdev->name, fwname);
1514 return NULL;
1515 }
1516 }
1517
1518 BT_INFO("%s: Intel Bluetooth firmware file: %s", hdev->name, fwname);
1519
1520 return fw;
1521}
1522
1523static int btusb_setup_intel_patching(struct hci_dev *hdev,
1524 const struct firmware *fw,
1525 const u8 **fw_ptr, int *disable_patch)
1526{
1527 struct sk_buff *skb;
1528 struct hci_command_hdr *cmd;
1529 const u8 *cmd_param;
1530 struct hci_event_hdr *evt = NULL;
1531 const u8 *evt_param = NULL;
1532 int remain = fw->size - (*fw_ptr - fw->data);
1533
1534 /* The first byte indicates the types of the patch command or event.
1535 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1536 * in the current firmware buffer doesn't start with 0x01 or
1537 * the size of remain buffer is smaller than HCI command header,
1538 * the firmware file is corrupted and it should stop the patching
1539 * process.
1540 */
1541 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) {
1542 BT_ERR("%s Intel fw corrupted: invalid cmd read", hdev->name);
1543 return -EINVAL;
1544 }
1545 (*fw_ptr)++;
1546 remain--;
1547
1548 cmd = (struct hci_command_hdr *)(*fw_ptr);
1549 *fw_ptr += sizeof(*cmd);
1550 remain -= sizeof(*cmd);
1551
1552 /* Ensure that the remain firmware data is long enough than the length
1553 * of command parameter. If not, the firmware file is corrupted.
1554 */
1555 if (remain < cmd->plen) {
1556 BT_ERR("%s Intel fw corrupted: invalid cmd len", hdev->name);
1557 return -EFAULT;
1558 }
1559
1560 /* If there is a command that loads a patch in the firmware
1561 * file, then enable the patch upon success, otherwise just
1562 * disable the manufacturer mode, for example patch activation
1563 * is not required when the default firmware patch file is used
1564 * because there are no patch data to load.
1565 */
1566 if (*disable_patch && le16_to_cpu(cmd->opcode) == 0xfc8e)
1567 *disable_patch = 0;
1568
1569 cmd_param = *fw_ptr;
1570 *fw_ptr += cmd->plen;
1571 remain -= cmd->plen;
1572
1573 /* This reads the expected events when the above command is sent to the
1574 * device. Some vendor commands expects more than one events, for
1575 * example command status event followed by vendor specific event.
1576 * For this case, it only keeps the last expected event. so the command
1577 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1578 * last expected event.
1579 */
1580 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
1581 (*fw_ptr)++;
1582 remain--;
1583
1584 evt = (struct hci_event_hdr *)(*fw_ptr);
1585 *fw_ptr += sizeof(*evt);
1586 remain -= sizeof(*evt);
1587
1588 if (remain < evt->plen) {
1589 BT_ERR("%s Intel fw corrupted: invalid evt len",
1590 hdev->name);
1591 return -EFAULT;
1592 }
1593
1594 evt_param = *fw_ptr;
1595 *fw_ptr += evt->plen;
1596 remain -= evt->plen;
1597 }
1598
1599 /* Every HCI commands in the firmware file has its correspond event.
1600 * If event is not found or remain is smaller than zero, the firmware
1601 * file is corrupted.
1602 */
1603 if (!evt || !evt_param || remain < 0) {
1604 BT_ERR("%s Intel fw corrupted: invalid evt read", hdev->name);
1605 return -EFAULT;
1606 }
1607
1608 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen,
1609 cmd_param, evt->evt, HCI_INIT_TIMEOUT);
1610 if (IS_ERR(skb)) {
1611 BT_ERR("%s sending Intel patch command (0x%4.4x) failed (%ld)",
1612 hdev->name, cmd->opcode, PTR_ERR(skb));
d9c78e97 1613 return PTR_ERR(skb);
dffd30ee
THJA
1614 }
1615
1616 /* It ensures that the returned event matches the event data read from
1617 * the firmware file. At fist, it checks the length and then
1618 * the contents of the event.
1619 */
1620 if (skb->len != evt->plen) {
1621 BT_ERR("%s mismatch event length (opcode 0x%4.4x)", hdev->name,
1622 le16_to_cpu(cmd->opcode));
1623 kfree_skb(skb);
1624 return -EFAULT;
1625 }
1626
1627 if (memcmp(skb->data, evt_param, evt->plen)) {
1628 BT_ERR("%s mismatch event parameter (opcode 0x%4.4x)",
1629 hdev->name, le16_to_cpu(cmd->opcode));
1630 kfree_skb(skb);
1631 return -EFAULT;
1632 }
1633 kfree_skb(skb);
1634
1635 return 0;
1636}
1637
1638static int btusb_setup_intel(struct hci_dev *hdev)
1639{
1640 struct sk_buff *skb;
1641 const struct firmware *fw;
1642 const u8 *fw_ptr;
1643 int disable_patch;
1644 struct intel_version *ver;
1645
1646 const u8 mfg_enable[] = { 0x01, 0x00 };
1647 const u8 mfg_disable[] = { 0x00, 0x00 };
1648 const u8 mfg_reset_deactivate[] = { 0x00, 0x01 };
1649 const u8 mfg_reset_activate[] = { 0x00, 0x02 };
1650
1651 BT_DBG("%s", hdev->name);
1652
1653 /* The controller has a bug with the first HCI command sent to it
1654 * returning number of completed commands as zero. This would stall the
1655 * command processing in the Bluetooth core.
1656 *
1657 * As a workaround, send HCI Reset command first which will reset the
1658 * number of completed commands and allow normal command processing
1659 * from now on.
1660 */
1661 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1662 if (IS_ERR(skb)) {
1663 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1664 hdev->name, PTR_ERR(skb));
d9c78e97 1665 return PTR_ERR(skb);
dffd30ee
THJA
1666 }
1667 kfree_skb(skb);
1668
1669 /* Read Intel specific controller version first to allow selection of
1670 * which firmware file to load.
1671 *
1672 * The returned information are hardware variant and revision plus
1673 * firmware variant, revision and build number.
1674 */
1675 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
1676 if (IS_ERR(skb)) {
1677 BT_ERR("%s reading Intel fw version command failed (%ld)",
1678 hdev->name, PTR_ERR(skb));
d9c78e97 1679 return PTR_ERR(skb);
dffd30ee
THJA
1680 }
1681
1682 if (skb->len != sizeof(*ver)) {
1683 BT_ERR("%s Intel version event length mismatch", hdev->name);
1684 kfree_skb(skb);
1685 return -EIO;
1686 }
1687
1688 ver = (struct intel_version *)skb->data;
dffd30ee
THJA
1689
1690 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1691 hdev->name, ver->hw_platform, ver->hw_variant,
1692 ver->hw_revision, ver->fw_variant, ver->fw_revision,
1693 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy,
1694 ver->fw_patch_num);
1695
1696 /* fw_patch_num indicates the version of patch the device currently
1697 * have. If there is no patch data in the device, it is always 0x00.
5075edae 1698 * So, if it is other than 0x00, no need to patch the device again.
dffd30ee
THJA
1699 */
1700 if (ver->fw_patch_num) {
1701 BT_INFO("%s: Intel device is already patched. patch num: %02x",
1702 hdev->name, ver->fw_patch_num);
1703 kfree_skb(skb);
4185a0f5 1704 btintel_check_bdaddr(hdev);
dffd30ee
THJA
1705 return 0;
1706 }
1707
1708 /* Opens the firmware patch file based on the firmware version read
1709 * from the controller. If it fails to open the matching firmware
1710 * patch file, it tries to open the default firmware patch file.
1711 * If no patch file is found, allow the device to operate without
1712 * a patch.
1713 */
1714 fw = btusb_setup_intel_get_fw(hdev, ver);
1715 if (!fw) {
1716 kfree_skb(skb);
4185a0f5 1717 btintel_check_bdaddr(hdev);
dffd30ee
THJA
1718 return 0;
1719 }
1720 fw_ptr = fw->data;
1721
ecffc804
MH
1722 kfree_skb(skb);
1723
dffd30ee
THJA
1724 /* This Intel specific command enables the manufacturer mode of the
1725 * controller.
1726 *
1727 * Only while this mode is enabled, the driver can download the
1728 * firmware patch data and configuration parameters.
1729 */
1730 skb = __hci_cmd_sync(hdev, 0xfc11, 2, mfg_enable, HCI_INIT_TIMEOUT);
1731 if (IS_ERR(skb)) {
1732 BT_ERR("%s entering Intel manufacturer mode failed (%ld)",
1733 hdev->name, PTR_ERR(skb));
1734 release_firmware(fw);
d9c78e97 1735 return PTR_ERR(skb);
dffd30ee
THJA
1736 }
1737
dffd30ee
THJA
1738 kfree_skb(skb);
1739
1740 disable_patch = 1;
1741
1742 /* The firmware data file consists of list of Intel specific HCI
1743 * commands and its expected events. The first byte indicates the
1744 * type of the message, either HCI command or HCI event.
1745 *
1746 * It reads the command and its expected event from the firmware file,
1747 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1748 * the returned event is compared with the event read from the firmware
1749 * file and it will continue until all the messages are downloaded to
1750 * the controller.
1751 *
1752 * Once the firmware patching is completed successfully,
1753 * the manufacturer mode is disabled with reset and activating the
1754 * downloaded patch.
1755 *
1756 * If the firmware patching fails, the manufacturer mode is
1757 * disabled with reset and deactivating the patch.
1758 *
1759 * If the default patch file is used, no reset is done when disabling
1760 * the manufacturer.
1761 */
1762 while (fw->size > fw_ptr - fw->data) {
1763 int ret;
1764
1765 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1766 &disable_patch);
1767 if (ret < 0)
1768 goto exit_mfg_deactivate;
1769 }
1770
1771 release_firmware(fw);
1772
1773 if (disable_patch)
1774 goto exit_mfg_disable;
1775
1776 /* Patching completed successfully and disable the manufacturer mode
1777 * with reset and activate the downloaded firmware patches.
1778 */
1779 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_activate),
1780 mfg_reset_activate, HCI_INIT_TIMEOUT);
1781 if (IS_ERR(skb)) {
1782 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1783 hdev->name, PTR_ERR(skb));
d9c78e97 1784 return PTR_ERR(skb);
dffd30ee
THJA
1785 }
1786 kfree_skb(skb);
1787
1788 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1789 hdev->name);
1790
4185a0f5 1791 btintel_check_bdaddr(hdev);
dffd30ee
THJA
1792 return 0;
1793
1794exit_mfg_disable:
1795 /* Disable the manufacturer mode without reset */
1796 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_disable), mfg_disable,
1797 HCI_INIT_TIMEOUT);
1798 if (IS_ERR(skb)) {
1799 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1800 hdev->name, PTR_ERR(skb));
d9c78e97 1801 return PTR_ERR(skb);
dffd30ee
THJA
1802 }
1803 kfree_skb(skb);
1804
1805 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
40cb0984 1806
4185a0f5 1807 btintel_check_bdaddr(hdev);
dffd30ee
THJA
1808 return 0;
1809
1810exit_mfg_deactivate:
1811 release_firmware(fw);
1812
1813 /* Patching failed. Disable the manufacturer mode with reset and
1814 * deactivate the downloaded firmware patches.
1815 */
1816 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_deactivate),
1817 mfg_reset_deactivate, HCI_INIT_TIMEOUT);
1818 if (IS_ERR(skb)) {
1819 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1820 hdev->name, PTR_ERR(skb));
d9c78e97 1821 return PTR_ERR(skb);
dffd30ee
THJA
1822 }
1823 kfree_skb(skb);
1824
1825 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1826 hdev->name);
1827
4185a0f5 1828 btintel_check_bdaddr(hdev);
dffd30ee
THJA
1829 return 0;
1830}
1831
cda0dd78
MH
1832static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode)
1833{
1834 struct sk_buff *skb;
1835 struct hci_event_hdr *hdr;
1836 struct hci_ev_cmd_complete *evt;
1837
1838 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_ATOMIC);
1839 if (!skb)
1840 return -ENOMEM;
1841
1842 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr));
1843 hdr->evt = HCI_EV_CMD_COMPLETE;
1844 hdr->plen = sizeof(*evt) + 1;
1845
1846 evt = (struct hci_ev_cmd_complete *)skb_put(skb, sizeof(*evt));
1847 evt->ncmd = 0x01;
1848 evt->opcode = cpu_to_le16(opcode);
1849
1850 *skb_put(skb, 1) = 0x00;
1851
1852 bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
1853
1854 return hci_recv_frame(hdev, skb);
1855}
1856
1857static int btusb_recv_bulk_intel(struct btusb_data *data, void *buffer,
1858 int count)
1859{
1860 /* When the device is in bootloader mode, then it can send
1861 * events via the bulk endpoint. These events are treated the
1862 * same way as the ones received from the interrupt endpoint.
1863 */
1864 if (test_bit(BTUSB_BOOTLOADER, &data->flags))
1865 return btusb_recv_intr(data, buffer, count);
1866
1867 return btusb_recv_bulk(data, buffer, count);
1868}
1869
ccd6da2a
MH
1870static void btusb_intel_bootup(struct btusb_data *data, const void *ptr,
1871 unsigned int len)
1872{
1873 const struct intel_bootup *evt = ptr;
1874
1875 if (len != sizeof(*evt))
1876 return;
1877
1878 if (test_and_clear_bit(BTUSB_BOOTING, &data->flags)) {
1879 smp_mb__after_atomic();
1880 wake_up_bit(&data->flags, BTUSB_BOOTING);
1881 }
1882}
1883
1884static void btusb_intel_secure_send_result(struct btusb_data *data,
1885 const void *ptr, unsigned int len)
1886{
1887 const struct intel_secure_send_result *evt = ptr;
1888
1889 if (len != sizeof(*evt))
1890 return;
1891
1892 if (evt->result)
1893 set_bit(BTUSB_FIRMWARE_FAILED, &data->flags);
1894
1895 if (test_and_clear_bit(BTUSB_DOWNLOADING, &data->flags) &&
1896 test_bit(BTUSB_FIRMWARE_LOADED, &data->flags)) {
1897 smp_mb__after_atomic();
1898 wake_up_bit(&data->flags, BTUSB_DOWNLOADING);
1899 }
1900}
1901
cda0dd78
MH
1902static int btusb_recv_event_intel(struct hci_dev *hdev, struct sk_buff *skb)
1903{
1904 struct btusb_data *data = hci_get_drvdata(hdev);
1905
1906 if (test_bit(BTUSB_BOOTLOADER, &data->flags)) {
1907 struct hci_event_hdr *hdr = (void *)skb->data;
1908
ccd6da2a
MH
1909 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff &&
1910 hdr->plen > 0) {
1911 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1;
1912 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1;
1913
1914 switch (skb->data[2]) {
1915 case 0x02:
1916 /* When switching to the operational firmware
1917 * the device sends a vendor specific event
1918 * indicating that the bootup completed.
1919 */
1920 btusb_intel_bootup(data, ptr, len);
1921 break;
1922 case 0x06:
1923 /* When the firmware loading completes the
1924 * device sends out a vendor specific event
1925 * indicating the result of the firmware
1926 * loading.
1927 */
1928 btusb_intel_secure_send_result(data, ptr, len);
1929 break;
fad70972 1930 }
cda0dd78
MH
1931 }
1932 }
1933
1934 return hci_recv_frame(hdev, skb);
1935}
1936
1937static int btusb_send_frame_intel(struct hci_dev *hdev, struct sk_buff *skb)
1938{
1939 struct btusb_data *data = hci_get_drvdata(hdev);
1940 struct urb *urb;
1941
1942 BT_DBG("%s", hdev->name);
1943
cda0dd78
MH
1944 switch (bt_cb(skb)->pkt_type) {
1945 case HCI_COMMAND_PKT:
1946 if (test_bit(BTUSB_BOOTLOADER, &data->flags)) {
1947 struct hci_command_hdr *cmd = (void *)skb->data;
1948 __u16 opcode = le16_to_cpu(cmd->opcode);
1949
1950 /* When in bootloader mode and the command 0xfc09
1951 * is received, it needs to be send down the
1952 * bulk endpoint. So allocate a bulk URB instead.
1953 */
1954 if (opcode == 0xfc09)
1955 urb = alloc_bulk_urb(hdev, skb);
1956 else
1957 urb = alloc_ctrl_urb(hdev, skb);
1958
1959 /* When the 0xfc01 command is issued to boot into
1960 * the operational firmware, it will actually not
1961 * send a command complete event. To keep the flow
1962 * control working inject that event here.
1963 */
1964 if (opcode == 0xfc01)
1965 inject_cmd_complete(hdev, opcode);
1966 } else {
1967 urb = alloc_ctrl_urb(hdev, skb);
1968 }
1969 if (IS_ERR(urb))
1970 return PTR_ERR(urb);
1971
1972 hdev->stat.cmd_tx++;
1973 return submit_or_queue_tx_urb(hdev, urb);
1974
1975 case HCI_ACLDATA_PKT:
1976 urb = alloc_bulk_urb(hdev, skb);
1977 if (IS_ERR(urb))
1978 return PTR_ERR(urb);
1979
1980 hdev->stat.acl_tx++;
1981 return submit_or_queue_tx_urb(hdev, urb);
1982
1983 case HCI_SCODATA_PKT:
1984 if (hci_conn_num(hdev, SCO_LINK) < 1)
1985 return -ENODEV;
1986
1987 urb = alloc_isoc_urb(hdev, skb);
1988 if (IS_ERR(urb))
1989 return PTR_ERR(urb);
1990
1991 hdev->stat.sco_tx++;
1992 return submit_tx_urb(hdev, urb);
1993 }
1994
1995 return -EILSEQ;
1996}
1997
cda0dd78
MH
1998static int btusb_setup_intel_new(struct hci_dev *hdev)
1999{
2000 static const u8 reset_param[] = { 0x00, 0x01, 0x00, 0x01,
2001 0x00, 0x08, 0x04, 0x00 };
2002 struct btusb_data *data = hci_get_drvdata(hdev);
2003 struct sk_buff *skb;
2004 struct intel_version *ver;
2005 struct intel_boot_params *params;
2006 const struct firmware *fw;
2007 const u8 *fw_ptr;
e66890a9 2008 u32 frag_len;
cda0dd78
MH
2009 char fwname[64];
2010 ktime_t calltime, delta, rettime;
2011 unsigned long long duration;
2012 int err;
2013
2014 BT_DBG("%s", hdev->name);
2015
2016 calltime = ktime_get();
2017
2018 /* Read the Intel version information to determine if the device
2019 * is in bootloader mode or if it already has operational firmware
2020 * loaded.
2021 */
2022 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
2023 if (IS_ERR(skb)) {
2024 BT_ERR("%s: Reading Intel version information failed (%ld)",
2025 hdev->name, PTR_ERR(skb));
2026 return PTR_ERR(skb);
2027 }
2028
2029 if (skb->len != sizeof(*ver)) {
2030 BT_ERR("%s: Intel version event size mismatch", hdev->name);
2031 kfree_skb(skb);
2032 return -EILSEQ;
2033 }
2034
2035 ver = (struct intel_version *)skb->data;
cda0dd78
MH
2036
2037 /* The hardware platform number has a fixed value of 0x37 and
2038 * for now only accept this single value.
2039 */
2040 if (ver->hw_platform != 0x37) {
2041 BT_ERR("%s: Unsupported Intel hardware platform (%u)",
2042 hdev->name, ver->hw_platform);
2043 kfree_skb(skb);
2044 return -EINVAL;
2045 }
2046
2047 /* At the moment only the hardware variant iBT 3.0 (LnP/SfP) is
2048 * supported by this firmware loading method. This check has been
2049 * put in place to ensure correct forward compatibility options
2050 * when newer hardware variants come along.
2051 */
2052 if (ver->hw_variant != 0x0b) {
2053 BT_ERR("%s: Unsupported Intel hardware variant (%u)",
2054 hdev->name, ver->hw_variant);
2055 kfree_skb(skb);
2056 return -EINVAL;
2057 }
2058
7feb99e1 2059 btintel_version_info(hdev, ver);
cda0dd78
MH
2060
2061 /* The firmware variant determines if the device is in bootloader
2062 * mode or is running operational firmware. The value 0x06 identifies
2063 * the bootloader and the value 0x23 identifies the operational
2064 * firmware.
2065 *
2066 * When the operational firmware is already present, then only
2067 * the check for valid Bluetooth device address is needed. This
2068 * determines if the device will be added as configured or
2069 * unconfigured controller.
2070 *
2071 * It is not possible to use the Secure Boot Parameters in this
2072 * case since that command is only available in bootloader mode.
2073 */
2074 if (ver->fw_variant == 0x23) {
2075 kfree_skb(skb);
2076 clear_bit(BTUSB_BOOTLOADER, &data->flags);
4185a0f5 2077 btintel_check_bdaddr(hdev);
cda0dd78
MH
2078 return 0;
2079 }
2080
2081 /* If the device is not in bootloader mode, then the only possible
2082 * choice is to return an error and abort the device initialization.
2083 */
2084 if (ver->fw_variant != 0x06) {
2085 BT_ERR("%s: Unsupported Intel firmware variant (%u)",
2086 hdev->name, ver->fw_variant);
2087 kfree_skb(skb);
2088 return -ENODEV;
2089 }
2090
2091 kfree_skb(skb);
2092
2093 /* Read the secure boot parameters to identify the operating
2094 * details of the bootloader.
2095 */
2096 skb = __hci_cmd_sync(hdev, 0xfc0d, 0, NULL, HCI_INIT_TIMEOUT);
2097 if (IS_ERR(skb)) {
2098 BT_ERR("%s: Reading Intel boot parameters failed (%ld)",
2099 hdev->name, PTR_ERR(skb));
2100 return PTR_ERR(skb);
2101 }
2102
2103 if (skb->len != sizeof(*params)) {
2104 BT_ERR("%s: Intel boot parameters size mismatch", hdev->name);
2105 kfree_skb(skb);
2106 return -EILSEQ;
2107 }
2108
2109 params = (struct intel_boot_params *)skb->data;
cda0dd78
MH
2110
2111 BT_INFO("%s: Device revision is %u", hdev->name,
2112 le16_to_cpu(params->dev_revid));
2113
2114 BT_INFO("%s: Secure boot is %s", hdev->name,
2115 params->secure_boot ? "enabled" : "disabled");
2116
2220994e
MH
2117 BT_INFO("%s: OTP lock is %s", hdev->name,
2118 params->otp_lock ? "enabled" : "disabled");
2119
2120 BT_INFO("%s: API lock is %s", hdev->name,
2121 params->api_lock ? "enabled" : "disabled");
2122
2123 BT_INFO("%s: Debug lock is %s", hdev->name,
2124 params->debug_lock ? "enabled" : "disabled");
2125
cda0dd78
MH
2126 BT_INFO("%s: Minimum firmware build %u week %u %u", hdev->name,
2127 params->min_fw_build_nn, params->min_fw_build_cw,
2128 2000 + params->min_fw_build_yy);
2129
2130 /* It is required that every single firmware fragment is acknowledged
2131 * with a command complete event. If the boot parameters indicate
2132 * that this bootloader does not send them, then abort the setup.
2133 */
2134 if (params->limited_cce != 0x00) {
2135 BT_ERR("%s: Unsupported Intel firmware loading method (%u)",
2136 hdev->name, params->limited_cce);
2137 kfree_skb(skb);
2138 return -EINVAL;
2139 }
2140
2141 /* If the OTP has no valid Bluetooth device address, then there will
2142 * also be no valid address for the operational firmware.
2143 */
2144 if (!bacmp(&params->otp_bdaddr, BDADDR_ANY)) {
2145 BT_INFO("%s: No device address configured", hdev->name);
2146 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
2147 }
2148
2149 /* With this Intel bootloader only the hardware variant and device
2150 * revision information are used to select the right firmware.
2151 *
2152 * Currently this bootloader support is limited to hardware variant
2153 * iBT 3.0 (LnP/SfP) which is identified by the value 11 (0x0b).
2154 */
2155 snprintf(fwname, sizeof(fwname), "intel/ibt-11-%u.sfi",
2156 le16_to_cpu(params->dev_revid));
2157
2158 err = request_firmware(&fw, fwname, &hdev->dev);
2159 if (err < 0) {
2160 BT_ERR("%s: Failed to load Intel firmware file (%d)",
2161 hdev->name, err);
2162 kfree_skb(skb);
2163 return err;
2164 }
2165
2166 BT_INFO("%s: Found device firmware: %s", hdev->name, fwname);
2167
52cc9168
THJA
2168 /* Save the DDC file name for later use to apply once the firmware
2169 * downloading is done.
2170 */
2171 snprintf(fwname, sizeof(fwname), "intel/ibt-11-%u.ddc",
2172 le16_to_cpu(params->dev_revid));
2173
cda0dd78
MH
2174 kfree_skb(skb);
2175
2176 if (fw->size < 644) {
2177 BT_ERR("%s: Invalid size of firmware file (%zu)",
2178 hdev->name, fw->size);
2179 err = -EBADF;
2180 goto done;
2181 }
2182
2183 set_bit(BTUSB_DOWNLOADING, &data->flags);
2184
2185 /* Start the firmware download transaction with the Init fragment
2186 * represented by the 128 bytes of CSS header.
2187 */
09df123d 2188 err = btintel_secure_send(hdev, 0x00, 128, fw->data);
cda0dd78
MH
2189 if (err < 0) {
2190 BT_ERR("%s: Failed to send firmware header (%d)",
2191 hdev->name, err);
2192 goto done;
2193 }
2194
2195 /* Send the 256 bytes of public key information from the firmware
2196 * as the PKey fragment.
2197 */
09df123d 2198 err = btintel_secure_send(hdev, 0x03, 256, fw->data + 128);
cda0dd78
MH
2199 if (err < 0) {
2200 BT_ERR("%s: Failed to send firmware public key (%d)",
2201 hdev->name, err);
2202 goto done;
2203 }
2204
2205 /* Send the 256 bytes of signature information from the firmware
2206 * as the Sign fragment.
2207 */
09df123d 2208 err = btintel_secure_send(hdev, 0x02, 256, fw->data + 388);
cda0dd78
MH
2209 if (err < 0) {
2210 BT_ERR("%s: Failed to send firmware signature (%d)",
2211 hdev->name, err);
2212 goto done;
2213 }
2214
2215 fw_ptr = fw->data + 644;
e66890a9 2216 frag_len = 0;
cda0dd78
MH
2217
2218 while (fw_ptr - fw->data < fw->size) {
e66890a9 2219 struct hci_command_hdr *cmd = (void *)(fw_ptr + frag_len);
cda0dd78 2220
e66890a9 2221 frag_len += sizeof(*cmd) + cmd->plen;
cda0dd78 2222
5075edae 2223 /* The parameter length of the secure send command requires
e66890a9
MH
2224 * a 4 byte alignment. It happens so that the firmware file
2225 * contains proper Intel_NOP commands to align the fragments
2226 * as needed.
2227 *
2228 * Send set of commands with 4 byte alignment from the
2229 * firmware data buffer as a single Data fragement.
cda0dd78 2230 */
e66890a9 2231 if (!(frag_len % 4)) {
09df123d 2232 err = btintel_secure_send(hdev, 0x01, frag_len, fw_ptr);
e66890a9
MH
2233 if (err < 0) {
2234 BT_ERR("%s: Failed to send firmware data (%d)",
2235 hdev->name, err);
2236 goto done;
2237 }
cda0dd78 2238
e66890a9
MH
2239 fw_ptr += frag_len;
2240 frag_len = 0;
2241 }
cda0dd78
MH
2242 }
2243
ce6bb929
MH
2244 set_bit(BTUSB_FIRMWARE_LOADED, &data->flags);
2245
a087a98e
JH
2246 BT_INFO("%s: Waiting for firmware download to complete", hdev->name);
2247
cda0dd78
MH
2248 /* Before switching the device into operational mode and with that
2249 * booting the loaded firmware, wait for the bootloader notification
2250 * that all fragments have been successfully received.
2251 *
a087a98e
JH
2252 * When the event processing receives the notification, then the
2253 * BTUSB_DOWNLOADING flag will be cleared.
2254 *
2255 * The firmware loading should not take longer than 5 seconds
2256 * and thus just timeout if that happens and fail the setup
2257 * of this device.
cda0dd78 2258 */
129a7693
JH
2259 err = wait_on_bit_timeout(&data->flags, BTUSB_DOWNLOADING,
2260 TASK_INTERRUPTIBLE,
2261 msecs_to_jiffies(5000));
a087a98e
JH
2262 if (err == 1) {
2263 BT_ERR("%s: Firmware loading interrupted", hdev->name);
2264 err = -EINTR;
2265 goto done;
2266 }
cda0dd78 2267
a087a98e
JH
2268 if (err) {
2269 BT_ERR("%s: Firmware loading timeout", hdev->name);
2270 err = -ETIMEDOUT;
2271 goto done;
cda0dd78
MH
2272 }
2273
2274 if (test_bit(BTUSB_FIRMWARE_FAILED, &data->flags)) {
2275 BT_ERR("%s: Firmware loading failed", hdev->name);
2276 err = -ENOEXEC;
2277 goto done;
2278 }
2279
2280 rettime = ktime_get();
2281 delta = ktime_sub(rettime, calltime);
2282 duration = (unsigned long long) ktime_to_ns(delta) >> 10;
2283
2284 BT_INFO("%s: Firmware loaded in %llu usecs", hdev->name, duration);
2285
2286done:
2287 release_firmware(fw);
2288
2289 if (err < 0)
2290 return err;
2291
2292 calltime = ktime_get();
2293
2294 set_bit(BTUSB_BOOTING, &data->flags);
2295
2296 skb = __hci_cmd_sync(hdev, 0xfc01, sizeof(reset_param), reset_param,
2297 HCI_INIT_TIMEOUT);
2298 if (IS_ERR(skb))
2299 return PTR_ERR(skb);
2300
2301 kfree_skb(skb);
2302
2303 /* The bootloader will not indicate when the device is ready. This
2304 * is done by the operational firmware sending bootup notification.
fad70972
JH
2305 *
2306 * Booting into operational firmware should not take longer than
2307 * 1 second. However if that happens, then just fail the setup
2308 * since something went wrong.
cda0dd78 2309 */
fad70972 2310 BT_INFO("%s: Waiting for device to boot", hdev->name);
cda0dd78 2311
129a7693
JH
2312 err = wait_on_bit_timeout(&data->flags, BTUSB_BOOTING,
2313 TASK_INTERRUPTIBLE,
2314 msecs_to_jiffies(1000));
cda0dd78 2315
fad70972
JH
2316 if (err == 1) {
2317 BT_ERR("%s: Device boot interrupted", hdev->name);
2318 return -EINTR;
2319 }
cda0dd78 2320
fad70972
JH
2321 if (err) {
2322 BT_ERR("%s: Device boot timeout", hdev->name);
2323 return -ETIMEDOUT;
cda0dd78
MH
2324 }
2325
2326 rettime = ktime_get();
2327 delta = ktime_sub(rettime, calltime);
2328 duration = (unsigned long long) ktime_to_ns(delta) >> 10;
2329
2330 BT_INFO("%s: Device booted in %llu usecs", hdev->name, duration);
2331
2332 clear_bit(BTUSB_BOOTLOADER, &data->flags);
2333
52cc9168
THJA
2334 /* Once the device is running in operational mode, it needs to apply
2335 * the device configuration (DDC) parameters.
2336 *
2337 * The device can work without DDC parameters, so even if it fails
2338 * to load the file, no need to fail the setup.
2339 */
e924d3d6 2340 btintel_load_ddc_config(hdev, fwname);
52cc9168 2341
cda0dd78
MH
2342 return 0;
2343}
2344
bfbd45e9
THJA
2345static int btusb_shutdown_intel(struct hci_dev *hdev)
2346{
2347 struct sk_buff *skb;
2348 long ret;
2349
2350 /* Some platforms have an issue with BT LED when the interface is
2351 * down or BT radio is turned off, which takes 5 seconds to BT LED
2352 * goes off. This command turns off the BT LED immediately.
2353 */
2354 skb = __hci_cmd_sync(hdev, 0xfc3f, 0, NULL, HCI_INIT_TIMEOUT);
2355 if (IS_ERR(skb)) {
2356 ret = PTR_ERR(skb);
2357 BT_ERR("%s: turning off Intel device LED failed (%ld)",
2358 hdev->name, ret);
2359 return ret;
2360 }
2361 kfree_skb(skb);
2362
2363 return 0;
2364}
2365
ae8df494
AK
2366static int btusb_set_bdaddr_marvell(struct hci_dev *hdev,
2367 const bdaddr_t *bdaddr)
2368{
2369 struct sk_buff *skb;
2370 u8 buf[8];
2371 long ret;
2372
2373 buf[0] = 0xfe;
2374 buf[1] = sizeof(bdaddr_t);
2375 memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
2376
2377 skb = __hci_cmd_sync(hdev, 0xfc22, sizeof(buf), buf, HCI_INIT_TIMEOUT);
2378 if (IS_ERR(skb)) {
2379 ret = PTR_ERR(skb);
2380 BT_ERR("%s: changing Marvell device address failed (%ld)",
2381 hdev->name, ret);
2382 return ret;
2383 }
2384 kfree_skb(skb);
2385
2386 return 0;
2387}
2388
5859223e
TK
2389static int btusb_set_bdaddr_ath3012(struct hci_dev *hdev,
2390 const bdaddr_t *bdaddr)
2391{
2392 struct sk_buff *skb;
2393 u8 buf[10];
2394 long ret;
2395
2396 buf[0] = 0x01;
2397 buf[1] = 0x01;
2398 buf[2] = 0x00;
2399 buf[3] = sizeof(bdaddr_t);
2400 memcpy(buf + 4, bdaddr, sizeof(bdaddr_t));
2401
2402 skb = __hci_cmd_sync(hdev, 0xfc0b, sizeof(buf), buf, HCI_INIT_TIMEOUT);
2403 if (IS_ERR(skb)) {
2404 ret = PTR_ERR(skb);
2405 BT_ERR("%s: Change address command failed (%ld)",
2406 hdev->name, ret);
2407 return ret;
2408 }
2409 kfree_skb(skb);
2410
2411 return 0;
2412}
2413
3267c884
KBYT
2414#define QCA_DFU_PACKET_LEN 4096
2415
2416#define QCA_GET_TARGET_VERSION 0x09
2417#define QCA_CHECK_STATUS 0x05
2418#define QCA_DFU_DOWNLOAD 0x01
2419
2420#define QCA_SYSCFG_UPDATED 0x40
2421#define QCA_PATCH_UPDATED 0x80
2422#define QCA_DFU_TIMEOUT 3000
2423
2424struct qca_version {
2425 __le32 rom_version;
2426 __le32 patch_version;
2427 __le32 ram_version;
2428 __le32 ref_clock;
2429 __u8 reserved[4];
2430} __packed;
2431
2432struct qca_rampatch_version {
2433 __le16 rom_version;
2434 __le16 patch_version;
2435} __packed;
2436
2437struct qca_device_info {
bf906b3d
KBYT
2438 u32 rom_version;
2439 u8 rampatch_hdr; /* length of header in rampatch */
2440 u8 nvm_hdr; /* length of header in NVM */
2441 u8 ver_offset; /* offset of version structure in rampatch */
3267c884
KBYT
2442};
2443
2444static const struct qca_device_info qca_devices_table[] = {
2445 { 0x00000100, 20, 4, 10 }, /* Rome 1.0 */
2446 { 0x00000101, 20, 4, 10 }, /* Rome 1.1 */
7f6e6363 2447 { 0x00000200, 28, 4, 18 }, /* Rome 2.0 */
3267c884
KBYT
2448 { 0x00000201, 28, 4, 18 }, /* Rome 2.1 */
2449 { 0x00000300, 28, 4, 18 }, /* Rome 3.0 */
2450 { 0x00000302, 28, 4, 18 }, /* Rome 3.2 */
2451};
2452
2453static int btusb_qca_send_vendor_req(struct hci_dev *hdev, u8 request,
2454 void *data, u16 size)
2455{
2456 struct btusb_data *btdata = hci_get_drvdata(hdev);
2457 struct usb_device *udev = btdata->udev;
2458 int pipe, err;
2459 u8 *buf;
2460
2461 buf = kmalloc(size, GFP_KERNEL);
2462 if (!buf)
2463 return -ENOMEM;
2464
2465 /* Found some of USB hosts have IOT issues with ours so that we should
2466 * not wait until HCI layer is ready.
2467 */
2468 pipe = usb_rcvctrlpipe(udev, 0);
2469 err = usb_control_msg(udev, pipe, request, USB_TYPE_VENDOR | USB_DIR_IN,
2470 0, 0, buf, size, USB_CTRL_SET_TIMEOUT);
2471 if (err < 0) {
2472 BT_ERR("%s: Failed to access otp area (%d)", hdev->name, err);
2473 goto done;
2474 }
2475
2476 memcpy(data, buf, size);
2477
2478done:
2479 kfree(buf);
2480
2481 return err;
2482}
2483
2484static int btusb_setup_qca_download_fw(struct hci_dev *hdev,
2485 const struct firmware *firmware,
2486 size_t hdr_size)
2487{
2488 struct btusb_data *btdata = hci_get_drvdata(hdev);
2489 struct usb_device *udev = btdata->udev;
2490 size_t count, size, sent = 0;
2491 int pipe, len, err;
2492 u8 *buf;
2493
2494 buf = kmalloc(QCA_DFU_PACKET_LEN, GFP_KERNEL);
2495 if (!buf)
2496 return -ENOMEM;
2497
2498 count = firmware->size;
2499
2500 size = min_t(size_t, count, hdr_size);
2501 memcpy(buf, firmware->data, size);
2502
2503 /* USB patches should go down to controller through USB path
2504 * because binary format fits to go down through USB channel.
2505 * USB control path is for patching headers and USB bulk is for
2506 * patch body.
2507 */
2508 pipe = usb_sndctrlpipe(udev, 0);
2509 err = usb_control_msg(udev, pipe, QCA_DFU_DOWNLOAD, USB_TYPE_VENDOR,
2510 0, 0, buf, size, USB_CTRL_SET_TIMEOUT);
2511 if (err < 0) {
2512 BT_ERR("%s: Failed to send headers (%d)", hdev->name, err);
2513 goto done;
2514 }
2515
2516 sent += size;
2517 count -= size;
2518
2519 while (count) {
2520 size = min_t(size_t, count, QCA_DFU_PACKET_LEN);
2521
2522 memcpy(buf, firmware->data + sent, size);
2523
2524 pipe = usb_sndbulkpipe(udev, 0x02);
2525 err = usb_bulk_msg(udev, pipe, buf, size, &len,
2526 QCA_DFU_TIMEOUT);
2527 if (err < 0) {
2528 BT_ERR("%s: Failed to send body at %zd of %zd (%d)",
2529 hdev->name, sent, firmware->size, err);
2530 break;
2531 }
2532
2533 if (size != len) {
2534 BT_ERR("%s: Failed to get bulk buffer", hdev->name);
2535 err = -EILSEQ;
2536 break;
2537 }
2538
2539 sent += size;
2540 count -= size;
2541 }
2542
2543done:
2544 kfree(buf);
2545 return err;
2546}
2547
2548static int btusb_setup_qca_load_rampatch(struct hci_dev *hdev,
2549 struct qca_version *ver,
2550 const struct qca_device_info *info)
2551{
2552 struct qca_rampatch_version *rver;
2553 const struct firmware *fw;
bf906b3d
KBYT
2554 u32 ver_rom, ver_patch;
2555 u16 rver_rom, rver_patch;
3267c884
KBYT
2556 char fwname[64];
2557 int err;
2558
bf906b3d
KBYT
2559 ver_rom = le32_to_cpu(ver->rom_version);
2560 ver_patch = le32_to_cpu(ver->patch_version);
2561
2562 snprintf(fwname, sizeof(fwname), "qca/rampatch_usb_%08x.bin", ver_rom);
3267c884
KBYT
2563
2564 err = request_firmware(&fw, fwname, &hdev->dev);
2565 if (err) {
2566 BT_ERR("%s: failed to request rampatch file: %s (%d)",
2567 hdev->name, fwname, err);
2568 return err;
2569 }
2570
2571 BT_INFO("%s: using rampatch file: %s", hdev->name, fwname);
bf906b3d 2572
3267c884 2573 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset);
bf906b3d
KBYT
2574 rver_rom = le16_to_cpu(rver->rom_version);
2575 rver_patch = le16_to_cpu(rver->patch_version);
2576
3267c884 2577 BT_INFO("%s: QCA: patch rome 0x%x build 0x%x, firmware rome 0x%x "
bf906b3d
KBYT
2578 "build 0x%x", hdev->name, rver_rom, rver_patch, ver_rom,
2579 ver_patch);
3267c884 2580
bf906b3d 2581 if (rver_rom != ver_rom || rver_patch <= ver_patch) {
3267c884
KBYT
2582 BT_ERR("%s: rampatch file version did not match with firmware",
2583 hdev->name);
2584 err = -EINVAL;
2585 goto done;
2586 }
2587
2588 err = btusb_setup_qca_download_fw(hdev, fw, info->rampatch_hdr);
2589
2590done:
2591 release_firmware(fw);
2592
2593 return err;
2594}
2595
2596static int btusb_setup_qca_load_nvm(struct hci_dev *hdev,
2597 struct qca_version *ver,
2598 const struct qca_device_info *info)
2599{
2600 const struct firmware *fw;
2601 char fwname[64];
2602 int err;
2603
2604 snprintf(fwname, sizeof(fwname), "qca/nvm_usb_%08x.bin",
2605 le32_to_cpu(ver->rom_version));
2606
2607 err = request_firmware(&fw, fwname, &hdev->dev);
2608 if (err) {
2609 BT_ERR("%s: failed to request NVM file: %s (%d)",
2610 hdev->name, fwname, err);
2611 return err;
2612 }
2613
2614 BT_INFO("%s: using NVM file: %s", hdev->name, fwname);
2615
2616 err = btusb_setup_qca_download_fw(hdev, fw, info->nvm_hdr);
2617
2618 release_firmware(fw);
2619
2620 return err;
2621}
2622
2623static int btusb_setup_qca(struct hci_dev *hdev)
2624{
2625 const struct qca_device_info *info = NULL;
2626 struct qca_version ver;
bf906b3d 2627 u32 ver_rom;
3267c884
KBYT
2628 u8 status;
2629 int i, err;
2630
2631 err = btusb_qca_send_vendor_req(hdev, QCA_GET_TARGET_VERSION, &ver,
eb50042f 2632 sizeof(ver));
3267c884
KBYT
2633 if (err < 0)
2634 return err;
2635
bf906b3d 2636 ver_rom = le32_to_cpu(ver.rom_version);
3267c884 2637 for (i = 0; i < ARRAY_SIZE(qca_devices_table); i++) {
bf906b3d 2638 if (ver_rom == qca_devices_table[i].rom_version)
3267c884
KBYT
2639 info = &qca_devices_table[i];
2640 }
2641 if (!info) {
2642 BT_ERR("%s: don't support firmware rome 0x%x", hdev->name,
bf906b3d 2643 ver_rom);
3267c884
KBYT
2644 return -ENODEV;
2645 }
2646
2647 err = btusb_qca_send_vendor_req(hdev, QCA_CHECK_STATUS, &status,
2648 sizeof(status));
2649 if (err < 0)
2650 return err;
2651
2652 if (!(status & QCA_PATCH_UPDATED)) {
2653 err = btusb_setup_qca_load_rampatch(hdev, &ver, info);
2654 if (err < 0)
2655 return err;
2656 }
2657
2658 if (!(status & QCA_SYSCFG_UPDATED)) {
2659 err = btusb_setup_qca_load_nvm(hdev, &ver, info);
2660 if (err < 0)
2661 return err;
2662 }
2663
2664 return 0;
2665}
2666
9d08f504
MH
2667#ifdef CONFIG_BT_HCIBTUSB_BCM
2668static inline int __set_diag_interface(struct hci_dev *hdev)
2669{
2670 struct btusb_data *data = hci_get_drvdata(hdev);
2671 struct usb_interface *intf = data->diag;
2672 int i;
2673
2674 if (!data->diag)
2675 return -ENODEV;
2676
2677 data->diag_tx_ep = NULL;
2678 data->diag_rx_ep = NULL;
2679
2680 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
2681 struct usb_endpoint_descriptor *ep_desc;
2682
2683 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
2684
2685 if (!data->diag_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
2686 data->diag_tx_ep = ep_desc;
2687 continue;
2688 }
2689
2690 if (!data->diag_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
2691 data->diag_rx_ep = ep_desc;
2692 continue;
2693 }
2694 }
2695
2696 if (!data->diag_tx_ep || !data->diag_rx_ep) {
2697 BT_ERR("%s invalid diagnostic descriptors", hdev->name);
2698 return -ENODEV;
2699 }
2700
2701 return 0;
2702}
2703
2704static struct urb *alloc_diag_urb(struct hci_dev *hdev, bool enable)
2705{
2706 struct btusb_data *data = hci_get_drvdata(hdev);
2707 struct sk_buff *skb;
2708 struct urb *urb;
2709 unsigned int pipe;
2710
2711 if (!data->diag_tx_ep)
2712 return ERR_PTR(-ENODEV);
2713
2714 urb = usb_alloc_urb(0, GFP_KERNEL);
2715 if (!urb)
2716 return ERR_PTR(-ENOMEM);
2717
2718 skb = bt_skb_alloc(2, GFP_KERNEL);
2719 if (!skb) {
2720 usb_free_urb(urb);
2721 return ERR_PTR(-ENOMEM);
2722 }
2723
2724 *skb_put(skb, 1) = 0xf0;
2725 *skb_put(skb, 1) = enable;
2726
2727 pipe = usb_sndbulkpipe(data->udev, data->diag_tx_ep->bEndpointAddress);
2728
2729 usb_fill_bulk_urb(urb, data->udev, pipe,
2730 skb->data, skb->len, btusb_tx_complete, skb);
2731
2732 skb->dev = (void *)hdev;
2733
2734 return urb;
2735}
2736
2737static int btusb_bcm_set_diag(struct hci_dev *hdev, bool enable)
2738{
2739 struct btusb_data *data = hci_get_drvdata(hdev);
2740 struct urb *urb;
2741
2742 if (!data->diag)
2743 return -ENODEV;
2744
2745 if (!test_bit(HCI_RUNNING, &hdev->flags))
2746 return -ENETDOWN;
2747
2748 urb = alloc_diag_urb(hdev, enable);
2749 if (IS_ERR(urb))
2750 return PTR_ERR(urb);
2751
2752 return submit_or_queue_tx_urb(hdev, urb);
2753}
2754#endif
2755
5e23b923 2756static int btusb_probe(struct usb_interface *intf,
89e7533d 2757 const struct usb_device_id *id)
5e23b923
MH
2758{
2759 struct usb_endpoint_descriptor *ep_desc;
2760 struct btusb_data *data;
2761 struct hci_dev *hdev;
22f8e9db 2762 unsigned ifnum_base;
5e23b923
MH
2763 int i, err;
2764
2765 BT_DBG("intf %p id %p", intf, id);
2766
cfeb4145 2767 /* interface numbers are hardcoded in the spec */
22f8e9db
MH
2768 if (intf->cur_altsetting->desc.bInterfaceNumber != 0) {
2769 if (!(id->driver_info & BTUSB_IFNUM_2))
2770 return -ENODEV;
2771 if (intf->cur_altsetting->desc.bInterfaceNumber != 2)
2772 return -ENODEV;
2773 }
2774
2775 ifnum_base = intf->cur_altsetting->desc.bInterfaceNumber;
5e23b923
MH
2776
2777 if (!id->driver_info) {
2778 const struct usb_device_id *match;
89e7533d 2779
5e23b923
MH
2780 match = usb_match_id(intf, blacklist_table);
2781 if (match)
2782 id = match;
2783 }
2784
cfeb4145
MH
2785 if (id->driver_info == BTUSB_IGNORE)
2786 return -ENODEV;
2787
2d25f8b4
SL
2788 if (id->driver_info & BTUSB_ATH3012) {
2789 struct usb_device *udev = interface_to_usbdev(intf);
2790
2791 /* Old firmware would otherwise let ath3k driver load
2792 * patch and sysconfig files */
2793 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
2794 return -ENODEV;
2795 }
2796
98921dbd 2797 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
5e23b923
MH
2798 if (!data)
2799 return -ENOMEM;
2800
2801 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
2802 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
2803
2804 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
2805 data->intr_ep = ep_desc;
2806 continue;
2807 }
2808
2809 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
2810 data->bulk_tx_ep = ep_desc;
2811 continue;
2812 }
2813
2814 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
2815 data->bulk_rx_ep = ep_desc;
2816 continue;
2817 }
2818 }
2819
98921dbd 2820 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
5e23b923 2821 return -ENODEV;
5e23b923 2822
893ba544
MH
2823 if (id->driver_info & BTUSB_AMP) {
2824 data->cmdreq_type = USB_TYPE_CLASS | 0x01;
2825 data->cmdreq = 0x2b;
2826 } else {
2827 data->cmdreq_type = USB_TYPE_CLASS;
2828 data->cmdreq = 0x00;
2829 }
7a9d4020 2830
5e23b923 2831 data->udev = interface_to_usbdev(intf);
5fbcd260 2832 data->intf = intf;
5e23b923 2833
5e23b923 2834 INIT_WORK(&data->work, btusb_work);
7bee549e 2835 INIT_WORK(&data->waker, btusb_waker);
803b5836
MH
2836 init_usb_anchor(&data->deferred);
2837 init_usb_anchor(&data->tx_anchor);
7bee549e 2838 spin_lock_init(&data->txlock);
5e23b923 2839
5e23b923
MH
2840 init_usb_anchor(&data->intr_anchor);
2841 init_usb_anchor(&data->bulk_anchor);
9bfa35fe 2842 init_usb_anchor(&data->isoc_anchor);
9d08f504 2843 init_usb_anchor(&data->diag_anchor);
803b5836 2844 spin_lock_init(&data->rxlock);
5e23b923 2845
cda0dd78
MH
2846 if (id->driver_info & BTUSB_INTEL_NEW) {
2847 data->recv_event = btusb_recv_event_intel;
2848 data->recv_bulk = btusb_recv_bulk_intel;
2849 set_bit(BTUSB_BOOTLOADER, &data->flags);
2850 } else {
2851 data->recv_event = hci_recv_frame;
2852 data->recv_bulk = btusb_recv_bulk;
2853 }
2cbd3f5c 2854
5e23b923 2855 hdev = hci_alloc_dev();
98921dbd 2856 if (!hdev)
5e23b923 2857 return -ENOMEM;
5e23b923 2858
c13854ce 2859 hdev->bus = HCI_USB;
155961e8 2860 hci_set_drvdata(hdev, data);
5e23b923 2861
893ba544
MH
2862 if (id->driver_info & BTUSB_AMP)
2863 hdev->dev_type = HCI_AMP;
2864 else
2865 hdev->dev_type = HCI_BREDR;
2866
5e23b923
MH
2867 data->hdev = hdev;
2868
2869 SET_HCIDEV_DEV(hdev, &intf->dev);
2870
9f8f962c
MH
2871 hdev->open = btusb_open;
2872 hdev->close = btusb_close;
2873 hdev->flush = btusb_flush;
2874 hdev->send = btusb_send_frame;
2875 hdev->notify = btusb_notify;
2876
6c9d435d
MH
2877 if (id->driver_info & BTUSB_BCM2045)
2878 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
2879
9f8f962c
MH
2880 if (id->driver_info & BTUSB_BCM92035)
2881 hdev->setup = btusb_setup_bcm92035;
5e23b923 2882
c2bfb100 2883#ifdef CONFIG_BT_HCIBTUSB_BCM
abbaf50e 2884 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
49a5f782 2885 hdev->manufacturer = 15;
c2bfb100 2886 hdev->setup = btbcm_setup_patchram;
9d08f504 2887 hdev->set_diag = btusb_bcm_set_diag;
1df1f591 2888 hdev->set_bdaddr = btbcm_set_bdaddr;
9d08f504
MH
2889
2890 /* Broadcom LM_DIAG Interface numbers are hardcoded */
22f8e9db 2891 data->diag = usb_ifnum_to_if(data->udev, ifnum_base + 2);
abbaf50e 2892 }
10d4c673 2893
9d08f504 2894 if (id->driver_info & BTUSB_BCM_APPLE) {
49a5f782 2895 hdev->manufacturer = 15;
c2bfb100 2896 hdev->setup = btbcm_setup_apple;
9d08f504
MH
2897 hdev->set_diag = btusb_bcm_set_diag;
2898
2899 /* Broadcom LM_DIAG Interface numbers are hardcoded */
22f8e9db 2900 data->diag = usb_ifnum_to_if(data->udev, ifnum_base + 2);
9d08f504 2901 }
c2bfb100 2902#endif
17b2772b 2903
cb8d6597 2904 if (id->driver_info & BTUSB_INTEL) {
49a5f782 2905 hdev->manufacturer = 2;
dffd30ee 2906 hdev->setup = btusb_setup_intel;
bfbd45e9 2907 hdev->shutdown = btusb_shutdown_intel;
3e24767b 2908 hdev->set_diag = btintel_set_diag_mfg;
4185a0f5 2909 hdev->set_bdaddr = btintel_set_bdaddr;
c33fb9b4 2910 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
c1154842 2911 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
3e24767b 2912 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks);
cb8d6597 2913 }
dffd30ee 2914
cda0dd78 2915 if (id->driver_info & BTUSB_INTEL_NEW) {
49a5f782 2916 hdev->manufacturer = 2;
cda0dd78
MH
2917 hdev->send = btusb_send_frame_intel;
2918 hdev->setup = btusb_setup_intel_new;
eeb6abe9 2919 hdev->hw_error = btintel_hw_error;
6d2e50d2 2920 hdev->set_diag = btintel_set_diag;
4185a0f5 2921 hdev->set_bdaddr = btintel_set_bdaddr;
b970c5ba 2922 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
d8270fbb 2923 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks);
cda0dd78
MH
2924 }
2925
ae8df494
AK
2926 if (id->driver_info & BTUSB_MARVELL)
2927 hdev->set_bdaddr = btusb_set_bdaddr_marvell;
2928
661cf88a
MH
2929 if (id->driver_info & BTUSB_SWAVE) {
2930 set_bit(HCI_QUIRK_FIXUP_INQUIRY_MODE, &hdev->quirks);
d57dbe77 2931 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
661cf88a 2932 }
d57dbe77 2933
40df783d
MH
2934 if (id->driver_info & BTUSB_INTEL_BOOT)
2935 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2936
79f0c87d 2937 if (id->driver_info & BTUSB_ATH3012) {
5859223e 2938 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
3d50d51a 2939 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
79f0c87d
JP
2940 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
2941 }
5859223e 2942
3267c884
KBYT
2943 if (id->driver_info & BTUSB_QCA_ROME) {
2944 data->setup_on_usb = btusb_setup_qca;
2945 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
2946 }
2947
db33c77d 2948#ifdef CONFIG_BT_HCIBTUSB_RTL
04b8c814 2949 if (id->driver_info & BTUSB_REALTEK) {
db33c77d 2950 hdev->setup = btrtl_setup_realtek;
04b8c814
DD
2951
2952 /* Realtek devices lose their updated firmware over suspend,
2953 * but the USB hub doesn't notice any status change.
2954 * Explicitly request a device reset on resume.
2955 */
2956 set_bit(BTUSB_RESET_RESUME, &data->flags);
2957 }
db33c77d 2958#endif
a2698a9b 2959
893ba544
MH
2960 if (id->driver_info & BTUSB_AMP) {
2961 /* AMP controllers do not support SCO packets */
2962 data->isoc = NULL;
2963 } else {
22f8e9db
MH
2964 /* Interface orders are hardcoded in the specification */
2965 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1);
893ba544 2966 }
9bfa35fe 2967
7a9d4020 2968 if (!reset)
a6c511c6 2969 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
cfeb4145
MH
2970
2971 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
2972 if (!disable_scofix)
2973 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
2974 }
2975
9bfa35fe
MH
2976 if (id->driver_info & BTUSB_BROKEN_ISOC)
2977 data->isoc = NULL;
2978
7a9d4020
MH
2979 if (id->driver_info & BTUSB_DIGIANSWER) {
2980 data->cmdreq_type = USB_TYPE_VENDOR;
a6c511c6 2981 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
7a9d4020
MH
2982 }
2983
2984 if (id->driver_info & BTUSB_CSR) {
2985 struct usb_device *udev = data->udev;
81cac64b 2986 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
7a9d4020
MH
2987
2988 /* Old firmware would otherwise execute USB reset */
81cac64b 2989 if (bcdDevice < 0x117)
a6c511c6 2990 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
81cac64b
MH
2991
2992 /* Fake CSR devices with broken commands */
6cafcd95 2993 if (bcdDevice <= 0x100 || bcdDevice == 0x134)
81cac64b 2994 hdev->setup = btusb_setup_csr;
49c989a0
JP
2995
2996 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
7a9d4020
MH
2997 }
2998
cfeb4145 2999 if (id->driver_info & BTUSB_SNIFFER) {
9bfa35fe 3000 struct usb_device *udev = data->udev;
cfeb4145 3001
7a9d4020 3002 /* New sniffer firmware has crippled HCI interface */
cfeb4145
MH
3003 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
3004 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
3005 }
3006
3a5ef20c
MH
3007 if (id->driver_info & BTUSB_INTEL_BOOT) {
3008 /* A bug in the bootloader causes that interrupt interface is
3009 * only enabled after receiving SetInterface(0, AltSetting=0).
3010 */
3011 err = usb_set_interface(data->udev, 0, 0);
3012 if (err < 0) {
3013 BT_ERR("failed to set interface 0, alt 0 %d", err);
3014 hci_free_dev(hdev);
3015 return err;
3016 }
3017 }
3018
9bfa35fe
MH
3019 if (data->isoc) {
3020 err = usb_driver_claim_interface(&btusb_driver,
89e7533d 3021 data->isoc, data);
9bfa35fe
MH
3022 if (err < 0) {
3023 hci_free_dev(hdev);
9bfa35fe
MH
3024 return err;
3025 }
3026 }
3027
9d08f504
MH
3028#ifdef CONFIG_BT_HCIBTUSB_BCM
3029 if (data->diag) {
3030 if (!usb_driver_claim_interface(&btusb_driver,
3031 data->diag, data))
3032 __set_diag_interface(hdev);
3033 else
3034 data->diag = NULL;
3035 }
3036#endif
3037
5e23b923
MH
3038 err = hci_register_dev(hdev);
3039 if (err < 0) {
3040 hci_free_dev(hdev);
5e23b923
MH
3041 return err;
3042 }
3043
3044 usb_set_intfdata(intf, data);
3045
3046 return 0;
3047}
3048
3049static void btusb_disconnect(struct usb_interface *intf)
3050{
3051 struct btusb_data *data = usb_get_intfdata(intf);
3052 struct hci_dev *hdev;
3053
3054 BT_DBG("intf %p", intf);
3055
3056 if (!data)
3057 return;
3058
3059 hdev = data->hdev;
5fbcd260
MH
3060 usb_set_intfdata(data->intf, NULL);
3061
3062 if (data->isoc)
3063 usb_set_intfdata(data->isoc, NULL);
5e23b923 3064
9d08f504
MH
3065 if (data->diag)
3066 usb_set_intfdata(data->diag, NULL);
3067
5e23b923
MH
3068 hci_unregister_dev(hdev);
3069
9d08f504
MH
3070 if (intf == data->intf) {
3071 if (data->isoc)
3072 usb_driver_release_interface(&btusb_driver, data->isoc);
3073 if (data->diag)
3074 usb_driver_release_interface(&btusb_driver, data->diag);
3075 } else if (intf == data->isoc) {
3076 if (data->diag)
3077 usb_driver_release_interface(&btusb_driver, data->diag);
5fbcd260 3078 usb_driver_release_interface(&btusb_driver, data->intf);
9d08f504
MH
3079 } else if (intf == data->diag) {
3080 usb_driver_release_interface(&btusb_driver, data->intf);
3081 if (data->isoc)
3082 usb_driver_release_interface(&btusb_driver, data->isoc);
3083 }
5fbcd260 3084
5e23b923
MH
3085 hci_free_dev(hdev);
3086}
3087
7bee549e 3088#ifdef CONFIG_PM
6a88adf2
MH
3089static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
3090{
3091 struct btusb_data *data = usb_get_intfdata(intf);
3092
3093 BT_DBG("intf %p", intf);
3094
3095 if (data->suspend_count++)
3096 return 0;
3097
7bee549e 3098 spin_lock_irq(&data->txlock);
5b1b0b81 3099 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
7bee549e
ON
3100 set_bit(BTUSB_SUSPENDING, &data->flags);
3101 spin_unlock_irq(&data->txlock);
3102 } else {
3103 spin_unlock_irq(&data->txlock);
3104 data->suspend_count--;
3105 return -EBUSY;
3106 }
3107
6a88adf2
MH
3108 cancel_work_sync(&data->work);
3109
7bee549e 3110 btusb_stop_traffic(data);
6a88adf2
MH
3111 usb_kill_anchored_urbs(&data->tx_anchor);
3112
04b8c814
DD
3113 /* Optionally request a device reset on resume, but only when
3114 * wakeups are disabled. If wakeups are enabled we assume the
3115 * device will stay powered up throughout suspend.
3116 */
3117 if (test_bit(BTUSB_RESET_RESUME, &data->flags) &&
3118 !device_may_wakeup(&data->udev->dev))
3119 data->udev->reset_resume = 1;
3120
6a88adf2
MH
3121 return 0;
3122}
3123
7bee549e
ON
3124static void play_deferred(struct btusb_data *data)
3125{
3126 struct urb *urb;
3127 int err;
3128
3129 while ((urb = usb_get_from_anchor(&data->deferred))) {
3130 err = usb_submit_urb(urb, GFP_ATOMIC);
3131 if (err < 0)
3132 break;
3133
3134 data->tx_in_flight++;
3135 }
3136 usb_scuttle_anchored_urbs(&data->deferred);
3137}
3138
6a88adf2
MH
3139static int btusb_resume(struct usb_interface *intf)
3140{
3141 struct btusb_data *data = usb_get_intfdata(intf);
3142 struct hci_dev *hdev = data->hdev;
7bee549e 3143 int err = 0;
6a88adf2
MH
3144
3145 BT_DBG("intf %p", intf);
3146
3147 if (--data->suspend_count)
3148 return 0;
3149
3150 if (!test_bit(HCI_RUNNING, &hdev->flags))
7bee549e 3151 goto done;
6a88adf2
MH
3152
3153 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
3154 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
3155 if (err < 0) {
3156 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
7bee549e 3157 goto failed;
6a88adf2
MH
3158 }
3159 }
3160
3161 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
43c2e57f
MH
3162 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
3163 if (err < 0) {
6a88adf2 3164 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
7bee549e
ON
3165 goto failed;
3166 }
3167
3168 btusb_submit_bulk_urb(hdev, GFP_NOIO);
6a88adf2
MH
3169 }
3170
3171 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
3172 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
3173 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
3174 else
3175 btusb_submit_isoc_urb(hdev, GFP_NOIO);
3176 }
3177
7bee549e
ON
3178 spin_lock_irq(&data->txlock);
3179 play_deferred(data);
3180 clear_bit(BTUSB_SUSPENDING, &data->flags);
3181 spin_unlock_irq(&data->txlock);
3182 schedule_work(&data->work);
3183
6a88adf2 3184 return 0;
7bee549e
ON
3185
3186failed:
3187 usb_scuttle_anchored_urbs(&data->deferred);
3188done:
3189 spin_lock_irq(&data->txlock);
3190 clear_bit(BTUSB_SUSPENDING, &data->flags);
3191 spin_unlock_irq(&data->txlock);
3192
3193 return err;
6a88adf2 3194}
7bee549e 3195#endif
6a88adf2 3196
5e23b923
MH
3197static struct usb_driver btusb_driver = {
3198 .name = "btusb",
3199 .probe = btusb_probe,
3200 .disconnect = btusb_disconnect,
7bee549e 3201#ifdef CONFIG_PM
6a88adf2
MH
3202 .suspend = btusb_suspend,
3203 .resume = btusb_resume,
7bee549e 3204#endif
5e23b923 3205 .id_table = btusb_table,
7bee549e 3206 .supports_autosuspend = 1,
e1f12eb6 3207 .disable_hub_initiated_lpm = 1,
5e23b923
MH
3208};
3209
93f1508c 3210module_usb_driver(btusb_driver);
5e23b923 3211
cfeb4145
MH
3212module_param(disable_scofix, bool, 0644);
3213MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
3214
3215module_param(force_scofix, bool, 0644);
3216MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
3217
3218module_param(reset, bool, 0644);
3219MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
3220
5e23b923
MH
3221MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
3222MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
3223MODULE_VERSION(VERSION);
3224MODULE_LICENSE("GPL");