blob: 2901e703809dbc26a287f649482f700e8c628f33 [file] [log] [blame]
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001/*
2 *
3 * Generic Bluetooth USB driver
4 *
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02005 * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann5e23b922007-10-20 14:12:34 +02006 *
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
Marcel Holtmann5e23b922007-10-20 14:12:34 +020024#include <linux/module.h>
Marcel Holtmann5e23b922007-10-20 14:12:34 +020025#include <linux/usb.h>
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -070026#include <linux/firmware.h>
Marcel Holtmann5e23b922007-10-20 14:12:34 +020027
28#include <net/bluetooth/bluetooth.h>
29#include <net/bluetooth/hci_core.h>
30
Oliver Neukum7bee5492009-08-24 23:44:59 +020031#define VERSION "0.6"
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020032
Rusty Russell90ab5ee2012-01-13 09:32:20 +103033static bool disable_scofix;
34static bool force_scofix;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010035
Rusty Russell90ab5ee2012-01-13 09:32:20 +103036static bool reset = 1;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020037
38static struct usb_driver btusb_driver;
39
40#define BTUSB_IGNORE 0x01
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010041#define BTUSB_DIGIANSWER 0x02
42#define BTUSB_CSR 0x04
43#define BTUSB_SNIFFER 0x08
44#define BTUSB_BCM92035 0x10
45#define BTUSB_BROKEN_ISOC 0x20
46#define BTUSB_WRONG_SCO_MTU 0x40
Steven.Li2d25f8b2011-07-01 14:02:36 +080047#define BTUSB_ATH3012 0x80
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -070048#define BTUSB_INTEL 0x100
Marcel Holtmann40df7832014-07-06 13:29:58 +020049#define BTUSB_INTEL_BOOT 0x200
50#define BTUSB_BCM_PATCHRAM 0x400
Amitkumar Karwarae8df492014-07-18 14:47:06 -070051#define BTUSB_MARVELL 0x800
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -080052#define BTUSB_SWAVE 0x1000
Marcel Holtmann5e23b922007-10-20 14:12:34 +020053
Marcel Holtmann54265202013-10-11 07:46:18 -070054static const struct usb_device_id btusb_table[] = {
Marcel Holtmann5e23b922007-10-20 14:12:34 +020055 /* Generic Bluetooth USB device */
56 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
57
Henrik Rydberg1fa65352012-08-25 19:28:06 +020058 /* Apple-specific (Broadcom) devices */
59 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) },
60
Cho, Yu-Chen178c0592013-06-04 21:40:26 +080061 /* MediaTek MT76x0E */
62 { USB_DEVICE(0x0e8d, 0x763f) },
63
Oliver Neukumc510eae2011-09-21 11:41:45 +020064 /* Broadcom SoftSailing reporting vendor specific */
Don Zickus2e8b50632012-03-28 16:41:11 -040065 { USB_DEVICE(0x0a5c, 0x21e1) },
Oliver Neukumc510eae2011-09-21 11:41:45 +020066
Nobuhiro Iwamatsu3cd01972010-08-20 16:24:07 +090067 /* Apple MacBookPro 7,1 */
68 { USB_DEVICE(0x05ac, 0x8213) },
69
Cyril Lacoux0a79f672010-07-14 10:29:27 +040070 /* Apple iMac11,1 */
71 { USB_DEVICE(0x05ac, 0x8215) },
72
Nobuhiro Iwamatsu9c047152010-08-20 16:24:06 +090073 /* Apple MacBookPro6,2 */
74 { USB_DEVICE(0x05ac, 0x8218) },
75
Edgar (gimli) Hucek3e3ede72010-11-04 08:04:33 +010076 /* Apple MacBookAir3,1, MacBookAir3,2 */
77 { USB_DEVICE(0x05ac, 0x821b) },
78
Pieter-Augustijn Van Malleghema63b7232011-09-07 02:28:10 -040079 /* Apple MacBookAir4,1 */
80 { USB_DEVICE(0x05ac, 0x821f) },
81
Marc-Antoine Perennou88d377b2011-03-24 14:51:21 -030082 /* Apple MacBookPro8,2 */
83 { USB_DEVICE(0x05ac, 0x821a) },
84
Jurgen Kramerf78b68262011-09-04 18:01:42 +020085 /* Apple MacMini5,1 */
86 { USB_DEVICE(0x05ac, 0x8281) },
87
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020088 /* AVM BlueFRITZ! USB v2.0 */
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -080089 { USB_DEVICE(0x057c, 0x3800), .driver_info = BTUSB_SWAVE },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020090
91 /* Bluetooth Ultraport Module from IBM */
92 { USB_DEVICE(0x04bf, 0x030a) },
93
94 /* ALPS Modules with non-standard id */
95 { USB_DEVICE(0x044e, 0x3001) },
96 { USB_DEVICE(0x044e, 0x3002) },
97
98 /* Ericsson with non-standard id */
99 { USB_DEVICE(0x0bdb, 0x1002) },
100
101 /* Canyon CN-BTU1 with HID interfaces */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100102 { USB_DEVICE(0x0c10, 0x0000) },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200103
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800104 /* Broadcom BCM20702A0 */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200105 { USB_DEVICE(0x0489, 0xe042) },
106 { USB_DEVICE(0x04ca, 0x2003) },
Jeff Cook1ee3ff62012-11-09 16:39:48 -0700107 { USB_DEVICE(0x0b05, 0x17b5) },
Raphael Kubo da Costa38a172b2013-09-02 14:57:51 +0300108 { USB_DEVICE(0x0b05, 0x17cb) },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800109 { USB_DEVICE(0x413c, 0x8197) },
Fabio Ka86c02e2014-11-18 00:46:28 -0200110 { USB_DEVICE(0x13d3, 0x3404),
111 .driver_info = BTUSB_BCM_PATCHRAM },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800112
Marcel Holtmannd049f4e2015-01-26 20:35:32 -0800113 /* Broadcom BCM20702B0 (Dynex/Insignia) */
114 { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM },
115
Steven Harms98514032012-04-13 14:45:55 -0400116 /* Foxconn - Hon Hai */
Heinrich Siebmanns6029ddc2014-12-03 19:32:22 +0100117 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01),
118 .driver_info = BTUSB_BCM_PATCHRAM },
Steven Harms98514032012-04-13 14:45:55 -0400119
Andy Shevchenko0b880062014-02-18 18:26:19 +0200120 /* Broadcom devices with vendor specific id */
Petri Gynther10d4c672014-05-08 15:50:01 -0700121 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
122 .driver_info = BTUSB_BCM_PATCHRAM },
Gustavo Padovan92c385f2012-08-06 15:36:49 -0300123
Marcel Holtmannc2aef6e2014-07-21 14:02:33 +0200124 /* ASUSTek Computer - Broadcom based */
Rick Dunn9a5abdaa2015-01-17 05:29:12 +0100125 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01),
126 .driver_info = BTUSB_BCM_PATCHRAM },
Marcel Holtmannc2aef6e2014-07-21 14:02:33 +0200127
Ken O'Brien5bcecf32013-09-21 19:14:43 +0100128 /* Belkin F8065bf - Broadcom based */
129 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) },
130
Jurgen Kramer9113bfd2014-02-15 12:01:09 +0100131 /* IMC Networks - Broadcom based */
132 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) },
133
Marcel Holtmann40df7832014-07-06 13:29:58 +0200134 /* Intel Bluetooth USB Bootloader (RAM module) */
Marcel Holtmannd92f2df2014-07-06 14:53:55 +0200135 { USB_DEVICE(0x8087, 0x0a5a),
136 .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },
Marcel Holtmann40df7832014-07-06 13:29:58 +0200137
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200138 { } /* Terminating entry */
139};
140
141MODULE_DEVICE_TABLE(usb, btusb_table);
142
Marcel Holtmann54265202013-10-11 07:46:18 -0700143static const struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200144 /* CSR BlueCore devices */
145 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
146
147 /* Broadcom BCM2033 without firmware */
148 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
149
Bala Shanmugambe931122010-11-26 17:35:46 +0530150 /* Atheros 3011 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200151 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
152 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
153 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530154 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Marek Vasut6eda5412012-06-08 14:32:50 +0200155 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700156 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530157
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800158 /* Atheros AR9285 Malbec with sflash firmware */
159 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
160
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530161 /* Atheros 3012 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200162 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
163 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
164 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
165 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
166 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +0530167 { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200168 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
169 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
170 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
171 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700172 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200173 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
174 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
Janne Heikkinen134d3b32014-12-09 07:44:51 +0200175 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200176 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
177 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +0100178 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200179 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800180 { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
Steven.Li2d25f8b2011-07-01 14:02:36 +0800181 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900182 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200183 { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100184 { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100185 { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200186 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800187 { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200188 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800189 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800190 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200191 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
192 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800193 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530194 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin3bb30a7c2014-11-25 20:19:52 +0300195 { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin033efa92015-01-18 00:16:51 +0300196 { USB_DEVICE(0x13d3, 0x3423), .driver_info = BTUSB_ATH3012 },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530197 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530198
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800199 /* Atheros AR5BBU12 with sflash firmware */
200 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
201
Michael Gruetzner85d59722012-05-02 22:33:40 +0200202 /* Atheros AR5BBU12 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530203 { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200204 { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200205
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200206 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100207 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200208 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
209 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200210
211 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100212 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
213 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200214
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200215 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100216 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
217 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200218
219 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100220 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200221
222 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100223 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200224
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100225 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100226 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100227 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200228
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100229 /* Belkin F8T012 and F8T013 devices */
230 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
231 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200232
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100233 /* Asus WL-BTD202 device */
234 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
235
236 /* Kensington Bluetooth USB adapter */
237 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
238
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200239 /* RTX Telecom based adapters with buggy SCO support */
240 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
241 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
242
243 /* CONWISE Technology based adapters with buggy SCO support */
244 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
245
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -0800246 /* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
247 { USB_DEVICE(0x1300, 0x0001), .driver_info = BTUSB_SWAVE },
248
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200249 /* Digianswer devices */
250 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
251 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
252
253 /* CSR BlueCore Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200254 { USB_DEVICE(0x0a12, 0x0002),
255 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200256
257 /* Frontline ComProbe Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200258 { USB_DEVICE(0x16d3, 0x0002),
259 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200260
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700261 /* Intel Bluetooth device */
262 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Anef4e5e42013-11-12 13:10:58 -0800263 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700264
Amitkumar Karwarae8df492014-07-18 14:47:06 -0700265 /* Marvell device */
266 { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL },
267 { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL },
268
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200269 { } /* Terminating entry */
270};
271
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200272#define BTUSB_MAX_ISOC_FRAMES 10
273
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200274#define BTUSB_INTR_RUNNING 0
275#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200276#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200277#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300278#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200279
280struct btusb_data {
281 struct hci_dev *hdev;
282 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200283 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200284 struct usb_interface *isoc;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200285
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200286 unsigned long flags;
287
288 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200289 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200290
Marcel Holtmann803b5832014-09-16 08:00:29 +0200291 struct usb_anchor deferred;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200292 struct usb_anchor tx_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200293 int tx_in_flight;
294 spinlock_t txlock;
295
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200296 struct usb_anchor intr_anchor;
297 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200298 struct usb_anchor isoc_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200299 spinlock_t rxlock;
300
301 struct sk_buff *evt_skb;
302 struct sk_buff *acl_skb;
303 struct sk_buff *sco_skb;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200304
305 struct usb_endpoint_descriptor *intr_ep;
306 struct usb_endpoint_descriptor *bulk_tx_ep;
307 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200308 struct usb_endpoint_descriptor *isoc_tx_ep;
309 struct usb_endpoint_descriptor *isoc_rx_ep;
310
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100311 __u8 cmdreq_type;
312
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100313 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200314 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100315 int suspend_count;
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100316
Marcel Holtmann97307f52015-01-12 13:51:10 -0800317 int (*recv_event)(struct hci_dev *hdev, struct sk_buff *skb);
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100318 int (*recv_bulk)(struct btusb_data *data, void *buffer, int count);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200319};
320
Marcel Holtmann803b5832014-09-16 08:00:29 +0200321static inline void btusb_free_frags(struct btusb_data *data)
322{
323 unsigned long flags;
324
325 spin_lock_irqsave(&data->rxlock, flags);
326
327 kfree_skb(data->evt_skb);
328 data->evt_skb = NULL;
329
330 kfree_skb(data->acl_skb);
331 data->acl_skb = NULL;
332
333 kfree_skb(data->sco_skb);
334 data->sco_skb = NULL;
335
336 spin_unlock_irqrestore(&data->rxlock, flags);
337}
338
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200339static int btusb_recv_intr(struct btusb_data *data, void *buffer, int count)
340{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200341 struct sk_buff *skb;
342 int err = 0;
343
344 spin_lock(&data->rxlock);
345 skb = data->evt_skb;
346
347 while (count) {
348 int len;
349
350 if (!skb) {
351 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
352 if (!skb) {
353 err = -ENOMEM;
354 break;
355 }
356
357 bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
358 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE;
359 }
360
361 len = min_t(uint, bt_cb(skb)->expect, count);
362 memcpy(skb_put(skb, len), buffer, len);
363
364 count -= len;
365 buffer += len;
366 bt_cb(skb)->expect -= len;
367
368 if (skb->len == HCI_EVENT_HDR_SIZE) {
369 /* Complete event header */
370 bt_cb(skb)->expect = hci_event_hdr(skb)->plen;
371
372 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
373 kfree_skb(skb);
374 skb = NULL;
375
376 err = -EILSEQ;
377 break;
378 }
379 }
380
381 if (bt_cb(skb)->expect == 0) {
382 /* Complete frame */
Marcel Holtmann97307f52015-01-12 13:51:10 -0800383 data->recv_event(data->hdev, skb);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200384 skb = NULL;
385 }
386 }
387
388 data->evt_skb = skb;
389 spin_unlock(&data->rxlock);
390
391 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200392}
393
394static int btusb_recv_bulk(struct btusb_data *data, void *buffer, int count)
395{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200396 struct sk_buff *skb;
397 int err = 0;
398
399 spin_lock(&data->rxlock);
400 skb = data->acl_skb;
401
402 while (count) {
403 int len;
404
405 if (!skb) {
406 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
407 if (!skb) {
408 err = -ENOMEM;
409 break;
410 }
411
412 bt_cb(skb)->pkt_type = HCI_ACLDATA_PKT;
413 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE;
414 }
415
416 len = min_t(uint, bt_cb(skb)->expect, count);
417 memcpy(skb_put(skb, len), buffer, len);
418
419 count -= len;
420 buffer += len;
421 bt_cb(skb)->expect -= len;
422
423 if (skb->len == HCI_ACL_HDR_SIZE) {
424 __le16 dlen = hci_acl_hdr(skb)->dlen;
425
426 /* Complete ACL header */
427 bt_cb(skb)->expect = __le16_to_cpu(dlen);
428
429 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
430 kfree_skb(skb);
431 skb = NULL;
432
433 err = -EILSEQ;
434 break;
435 }
436 }
437
438 if (bt_cb(skb)->expect == 0) {
439 /* Complete frame */
440 hci_recv_frame(data->hdev, skb);
441 skb = NULL;
442 }
443 }
444
445 data->acl_skb = skb;
446 spin_unlock(&data->rxlock);
447
448 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200449}
450
451static int btusb_recv_isoc(struct btusb_data *data, void *buffer, int count)
452{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200453 struct sk_buff *skb;
454 int err = 0;
455
456 spin_lock(&data->rxlock);
457 skb = data->sco_skb;
458
459 while (count) {
460 int len;
461
462 if (!skb) {
463 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);
464 if (!skb) {
465 err = -ENOMEM;
466 break;
467 }
468
469 bt_cb(skb)->pkt_type = HCI_SCODATA_PKT;
470 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE;
471 }
472
473 len = min_t(uint, bt_cb(skb)->expect, count);
474 memcpy(skb_put(skb, len), buffer, len);
475
476 count -= len;
477 buffer += len;
478 bt_cb(skb)->expect -= len;
479
480 if (skb->len == HCI_SCO_HDR_SIZE) {
481 /* Complete SCO header */
482 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen;
483
484 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
485 kfree_skb(skb);
486 skb = NULL;
487
488 err = -EILSEQ;
489 break;
490 }
491 }
492
493 if (bt_cb(skb)->expect == 0) {
494 /* Complete frame */
495 hci_recv_frame(data->hdev, skb);
496 skb = NULL;
497 }
498 }
499
500 data->sco_skb = skb;
501 spin_unlock(&data->rxlock);
502
503 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200504}
505
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200506static void btusb_intr_complete(struct urb *urb)
507{
508 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100509 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200510 int err;
511
Marcel Holtmann89e75332014-09-16 04:44:50 +0200512 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
513 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200514
515 if (!test_bit(HCI_RUNNING, &hdev->flags))
516 return;
517
518 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200519 hdev->stat.byte_rx += urb->actual_length;
520
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200521 if (btusb_recv_intr(data, urb->transfer_buffer,
522 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200523 BT_ERR("%s corrupted event packet", hdev->name);
524 hdev->stat.err_rx++;
525 }
Champion Chen85560c42014-09-06 14:06:08 -0500526 } else if (urb->status == -ENOENT) {
527 /* Avoid suspend failed when usb_kill_urb */
528 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200529 }
530
531 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
532 return;
533
Oliver Neukum7bee5492009-08-24 23:44:59 +0200534 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200535 usb_anchor_urb(urb, &data->intr_anchor);
536
537 err = usb_submit_urb(urb, GFP_ATOMIC);
538 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200539 /* -EPERM: urb is being killed;
540 * -ENODEV: device got disconnected */
541 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100542 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200543 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200544 usb_unanchor_urb(urb);
545 }
546}
547
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100548static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200549{
David Herrmann155961e2012-02-09 21:58:32 +0100550 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200551 struct urb *urb;
552 unsigned char *buf;
553 unsigned int pipe;
554 int err, size;
555
556 BT_DBG("%s", hdev->name);
557
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200558 if (!data->intr_ep)
559 return -ENODEV;
560
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100561 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200562 if (!urb)
563 return -ENOMEM;
564
565 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
566
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100567 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200568 if (!buf) {
569 usb_free_urb(urb);
570 return -ENOMEM;
571 }
572
573 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
574
575 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200576 btusb_intr_complete, hdev, data->intr_ep->bInterval);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200577
578 urb->transfer_flags |= URB_FREE_BUFFER;
579
580 usb_anchor_urb(urb, &data->intr_anchor);
581
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100582 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200583 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200584 if (err != -EPERM && err != -ENODEV)
585 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200586 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200587 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200588 }
589
590 usb_free_urb(urb);
591
592 return err;
593}
594
595static void btusb_bulk_complete(struct urb *urb)
596{
597 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100598 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200599 int err;
600
Marcel Holtmann89e75332014-09-16 04:44:50 +0200601 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
602 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200603
604 if (!test_bit(HCI_RUNNING, &hdev->flags))
605 return;
606
607 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200608 hdev->stat.byte_rx += urb->actual_length;
609
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100610 if (data->recv_bulk(data, urb->transfer_buffer,
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200611 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200612 BT_ERR("%s corrupted ACL packet", hdev->name);
613 hdev->stat.err_rx++;
614 }
Champion Chen85560c42014-09-06 14:06:08 -0500615 } else if (urb->status == -ENOENT) {
616 /* Avoid suspend failed when usb_kill_urb */
617 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200618 }
619
620 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
621 return;
622
623 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100624 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200625
626 err = usb_submit_urb(urb, GFP_ATOMIC);
627 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200628 /* -EPERM: urb is being killed;
629 * -ENODEV: device got disconnected */
630 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100631 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200632 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200633 usb_unanchor_urb(urb);
634 }
635}
636
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100637static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200638{
David Herrmann155961e2012-02-09 21:58:32 +0100639 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200640 struct urb *urb;
641 unsigned char *buf;
642 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530643 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200644
645 BT_DBG("%s", hdev->name);
646
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200647 if (!data->bulk_rx_ep)
648 return -ENODEV;
649
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100650 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200651 if (!urb)
652 return -ENOMEM;
653
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100654 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200655 if (!buf) {
656 usb_free_urb(urb);
657 return -ENOMEM;
658 }
659
660 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
661
Marcel Holtmann89e75332014-09-16 04:44:50 +0200662 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
663 btusb_bulk_complete, hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200664
665 urb->transfer_flags |= URB_FREE_BUFFER;
666
Oliver Neukum7bee5492009-08-24 23:44:59 +0200667 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200668 usb_anchor_urb(urb, &data->bulk_anchor);
669
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100670 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200671 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200672 if (err != -EPERM && err != -ENODEV)
673 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200674 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200675 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200676 }
677
678 usb_free_urb(urb);
679
680 return err;
681}
682
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200683static void btusb_isoc_complete(struct urb *urb)
684{
685 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100686 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200687 int i, err;
688
Marcel Holtmann89e75332014-09-16 04:44:50 +0200689 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
690 urb->actual_length);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200691
692 if (!test_bit(HCI_RUNNING, &hdev->flags))
693 return;
694
695 if (urb->status == 0) {
696 for (i = 0; i < urb->number_of_packets; i++) {
697 unsigned int offset = urb->iso_frame_desc[i].offset;
698 unsigned int length = urb->iso_frame_desc[i].actual_length;
699
700 if (urb->iso_frame_desc[i].status)
701 continue;
702
703 hdev->stat.byte_rx += length;
704
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200705 if (btusb_recv_isoc(data, urb->transfer_buffer + offset,
706 length) < 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200707 BT_ERR("%s corrupted SCO packet", hdev->name);
708 hdev->stat.err_rx++;
709 }
710 }
Champion Chen85560c42014-09-06 14:06:08 -0500711 } else if (urb->status == -ENOENT) {
712 /* Avoid suspend failed when usb_kill_urb */
713 return;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200714 }
715
716 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
717 return;
718
719 usb_anchor_urb(urb, &data->isoc_anchor);
720
721 err = usb_submit_urb(urb, GFP_ATOMIC);
722 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200723 /* -EPERM: urb is being killed;
724 * -ENODEV: device got disconnected */
725 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100726 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200727 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200728 usb_unanchor_urb(urb);
729 }
730}
731
Jesper Juhl42b16b32011-01-17 00:09:38 +0100732static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200733{
734 int i, offset = 0;
735
736 BT_DBG("len %d mtu %d", len, mtu);
737
738 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
739 i++, offset += mtu, len -= mtu) {
740 urb->iso_frame_desc[i].offset = offset;
741 urb->iso_frame_desc[i].length = mtu;
742 }
743
744 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
745 urb->iso_frame_desc[i].offset = offset;
746 urb->iso_frame_desc[i].length = len;
747 i++;
748 }
749
750 urb->number_of_packets = i;
751}
752
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100753static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200754{
David Herrmann155961e2012-02-09 21:58:32 +0100755 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200756 struct urb *urb;
757 unsigned char *buf;
758 unsigned int pipe;
759 int err, size;
760
761 BT_DBG("%s", hdev->name);
762
763 if (!data->isoc_rx_ep)
764 return -ENODEV;
765
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100766 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200767 if (!urb)
768 return -ENOMEM;
769
770 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
771 BTUSB_MAX_ISOC_FRAMES;
772
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100773 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200774 if (!buf) {
775 usb_free_urb(urb);
776 return -ENOMEM;
777 }
778
779 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
780
Bing Zhaofa0fb932011-12-20 18:19:00 -0800781 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200782 hdev, data->isoc_rx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200783
Marcel Holtmann89e75332014-09-16 04:44:50 +0200784 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200785
786 __fill_isoc_descriptor(urb, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200787 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200788
789 usb_anchor_urb(urb, &data->isoc_anchor);
790
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100791 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200792 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200793 if (err != -EPERM && err != -ENODEV)
794 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200795 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200796 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200797 }
798
799 usb_free_urb(urb);
800
801 return err;
802}
803
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200804static void btusb_tx_complete(struct urb *urb)
805{
806 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +0200807 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
David Herrmann155961e2012-02-09 21:58:32 +0100808 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200809
Marcel Holtmann89e75332014-09-16 04:44:50 +0200810 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
811 urb->actual_length);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200812
813 if (!test_bit(HCI_RUNNING, &hdev->flags))
814 goto done;
815
816 if (!urb->status)
817 hdev->stat.byte_tx += urb->transfer_buffer_length;
818 else
819 hdev->stat.err_tx++;
820
821done:
822 spin_lock(&data->txlock);
823 data->tx_in_flight--;
824 spin_unlock(&data->txlock);
825
826 kfree(urb->setup_packet);
827
828 kfree_skb(skb);
829}
830
831static void btusb_isoc_tx_complete(struct urb *urb)
832{
833 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +0200834 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200835
Marcel Holtmann89e75332014-09-16 04:44:50 +0200836 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
837 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200838
839 if (!test_bit(HCI_RUNNING, &hdev->flags))
840 goto done;
841
842 if (!urb->status)
843 hdev->stat.byte_tx += urb->transfer_buffer_length;
844 else
845 hdev->stat.err_tx++;
846
847done:
848 kfree(urb->setup_packet);
849
850 kfree_skb(skb);
851}
852
853static int btusb_open(struct hci_dev *hdev)
854{
David Herrmann155961e2012-02-09 21:58:32 +0100855 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200856 int err;
857
858 BT_DBG("%s", hdev->name);
859
Oliver Neukum7bee5492009-08-24 23:44:59 +0200860 err = usb_autopm_get_interface(data->intf);
861 if (err < 0)
862 return err;
863
864 data->intf->needs_remote_wakeup = 1;
865
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200866 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200867 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200868
869 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200870 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200871
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100872 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100873 if (err < 0)
874 goto failed;
875
876 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200877 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100878 usb_kill_anchored_urbs(&data->intr_anchor);
879 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200880 }
881
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100882 set_bit(BTUSB_BULK_RUNNING, &data->flags);
883 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
884
Oliver Neukum7bee5492009-08-24 23:44:59 +0200885done:
886 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100887 return 0;
888
889failed:
890 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
891 clear_bit(HCI_RUNNING, &hdev->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200892 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200893 return err;
894}
895
Oliver Neukum7bee5492009-08-24 23:44:59 +0200896static void btusb_stop_traffic(struct btusb_data *data)
897{
898 usb_kill_anchored_urbs(&data->intr_anchor);
899 usb_kill_anchored_urbs(&data->bulk_anchor);
900 usb_kill_anchored_urbs(&data->isoc_anchor);
901}
902
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200903static int btusb_close(struct hci_dev *hdev)
904{
David Herrmann155961e2012-02-09 21:58:32 +0100905 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200906 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200907
908 BT_DBG("%s", hdev->name);
909
910 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
911 return 0;
912
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200913 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -0800914 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200915
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200916 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200917 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200918 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200919
920 btusb_stop_traffic(data);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200921 btusb_free_frags(data);
922
Oliver Neukum7bee5492009-08-24 23:44:59 +0200923 err = usb_autopm_get_interface(data->intf);
924 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100925 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200926
927 data->intf->needs_remote_wakeup = 0;
928 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200929
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100930failed:
931 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200932 return 0;
933}
934
935static int btusb_flush(struct hci_dev *hdev)
936{
David Herrmann155961e2012-02-09 21:58:32 +0100937 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200938
939 BT_DBG("%s", hdev->name);
940
941 usb_kill_anchored_urbs(&data->tx_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200942 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200943
944 return 0;
945}
946
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200947static struct urb *alloc_ctrl_urb(struct hci_dev *hdev, struct sk_buff *skb)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200948{
David Herrmann155961e2012-02-09 21:58:32 +0100949 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200950 struct usb_ctrlrequest *dr;
951 struct urb *urb;
952 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200953
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200954 urb = usb_alloc_urb(0, GFP_KERNEL);
955 if (!urb)
956 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200957
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200958 dr = kmalloc(sizeof(*dr), GFP_KERNEL);
959 if (!dr) {
960 usb_free_urb(urb);
961 return ERR_PTR(-ENOMEM);
962 }
963
964 dr->bRequestType = data->cmdreq_type;
965 dr->bRequest = 0;
966 dr->wIndex = 0;
967 dr->wValue = 0;
968 dr->wLength = __cpu_to_le16(skb->len);
969
970 pipe = usb_sndctrlpipe(data->udev, 0x00);
971
Marcel Holtmann89e75332014-09-16 04:44:50 +0200972 usb_fill_control_urb(urb, data->udev, pipe, (void *)dr,
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200973 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200974
Marcel Holtmann89e75332014-09-16 04:44:50 +0200975 skb->dev = (void *)hdev;
Marcel Holtmann7bd8f092013-10-11 06:19:18 -0700976
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200977 return urb;
978}
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200979
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200980static struct urb *alloc_bulk_urb(struct hci_dev *hdev, struct sk_buff *skb)
981{
982 struct btusb_data *data = hci_get_drvdata(hdev);
983 struct urb *urb;
984 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200985
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200986 if (!data->bulk_tx_ep)
987 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200988
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200989 urb = usb_alloc_urb(0, GFP_KERNEL);
990 if (!urb)
991 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200992
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200993 pipe = usb_sndbulkpipe(data->udev, data->bulk_tx_ep->bEndpointAddress);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200994
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200995 usb_fill_bulk_urb(urb, data->udev, pipe,
996 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200997
Marcel Holtmann89e75332014-09-16 04:44:50 +0200998 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200999
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001000 return urb;
1001}
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001002
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001003static struct urb *alloc_isoc_urb(struct hci_dev *hdev, struct sk_buff *skb)
1004{
1005 struct btusb_data *data = hci_get_drvdata(hdev);
1006 struct urb *urb;
1007 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001008
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001009 if (!data->isoc_tx_ep)
1010 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001011
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001012 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_KERNEL);
1013 if (!urb)
1014 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001015
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001016 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001017
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001018 usb_fill_int_urb(urb, data->udev, pipe,
1019 skb->data, skb->len, btusb_isoc_tx_complete,
1020 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001021
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001022 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001023
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001024 __fill_isoc_descriptor(urb, skb->len,
1025 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001026
Marcel Holtmann89e75332014-09-16 04:44:50 +02001027 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001028
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001029 return urb;
1030}
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001031
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001032static int submit_tx_urb(struct hci_dev *hdev, struct urb *urb)
1033{
1034 struct btusb_data *data = hci_get_drvdata(hdev);
1035 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001036
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001037 usb_anchor_urb(urb, &data->tx_anchor);
1038
Johan Hedberge9753ef2014-09-14 08:49:34 +03001039 err = usb_submit_urb(urb, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001040 if (err < 0) {
Paul Bolle5a9b80e2011-10-09 12:12:16 +02001041 if (err != -EPERM && err != -ENODEV)
1042 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001043 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001044 kfree(urb->setup_packet);
1045 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001046 } else {
1047 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001048 }
1049
Cong Wang54a8a792011-11-22 09:32:57 +08001050 usb_free_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001051 return err;
1052}
1053
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001054static int submit_or_queue_tx_urb(struct hci_dev *hdev, struct urb *urb)
1055{
1056 struct btusb_data *data = hci_get_drvdata(hdev);
1057 unsigned long flags;
1058 bool suspending;
1059
1060 spin_lock_irqsave(&data->txlock, flags);
1061 suspending = test_bit(BTUSB_SUSPENDING, &data->flags);
1062 if (!suspending)
1063 data->tx_in_flight++;
1064 spin_unlock_irqrestore(&data->txlock, flags);
1065
1066 if (!suspending)
1067 return submit_tx_urb(hdev, urb);
1068
1069 usb_anchor_urb(urb, &data->deferred);
1070 schedule_work(&data->waker);
1071
1072 usb_free_urb(urb);
1073 return 0;
1074}
1075
1076static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
1077{
1078 struct urb *urb;
1079
1080 BT_DBG("%s", hdev->name);
1081
1082 if (!test_bit(HCI_RUNNING, &hdev->flags))
1083 return -EBUSY;
1084
1085 switch (bt_cb(skb)->pkt_type) {
1086 case HCI_COMMAND_PKT:
1087 urb = alloc_ctrl_urb(hdev, skb);
1088 if (IS_ERR(urb))
1089 return PTR_ERR(urb);
1090
1091 hdev->stat.cmd_tx++;
1092 return submit_or_queue_tx_urb(hdev, urb);
1093
1094 case HCI_ACLDATA_PKT:
1095 urb = alloc_bulk_urb(hdev, skb);
1096 if (IS_ERR(urb))
1097 return PTR_ERR(urb);
1098
1099 hdev->stat.acl_tx++;
1100 return submit_or_queue_tx_urb(hdev, urb);
1101
1102 case HCI_SCODATA_PKT:
1103 if (hci_conn_num(hdev, SCO_LINK) < 1)
1104 return -ENODEV;
1105
1106 urb = alloc_isoc_urb(hdev, skb);
1107 if (IS_ERR(urb))
1108 return PTR_ERR(urb);
1109
1110 hdev->stat.sco_tx++;
1111 return submit_tx_urb(hdev, urb);
1112 }
1113
1114 return -EILSEQ;
1115}
1116
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001117static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
1118{
David Herrmann155961e2012-02-09 21:58:32 +01001119 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001120
1121 BT_DBG("%s evt %d", hdev->name, evt);
1122
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001123 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
1124 data->sco_num = hci_conn_num(hdev, SCO_LINK);
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001125 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +01001126 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001127}
1128
Jesper Juhl42b16b32011-01-17 00:09:38 +01001129static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001130{
David Herrmann155961e2012-02-09 21:58:32 +01001131 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001132 struct usb_interface *intf = data->isoc;
1133 struct usb_endpoint_descriptor *ep_desc;
1134 int i, err;
1135
1136 if (!data->isoc)
1137 return -ENODEV;
1138
1139 err = usb_set_interface(data->udev, 1, altsetting);
1140 if (err < 0) {
1141 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
1142 return err;
1143 }
1144
1145 data->isoc_altsetting = altsetting;
1146
1147 data->isoc_tx_ep = NULL;
1148 data->isoc_rx_ep = NULL;
1149
1150 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1151 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1152
1153 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
1154 data->isoc_tx_ep = ep_desc;
1155 continue;
1156 }
1157
1158 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
1159 data->isoc_rx_ep = ep_desc;
1160 continue;
1161 }
1162 }
1163
1164 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
1165 BT_ERR("%s invalid SCO descriptors", hdev->name);
1166 return -ENODEV;
1167 }
1168
1169 return 0;
1170}
1171
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001172static void btusb_work(struct work_struct *work)
1173{
1174 struct btusb_data *data = container_of(work, struct btusb_data, work);
1175 struct hci_dev *hdev = data->hdev;
Mikel Astizf4001d22012-04-11 08:48:51 +02001176 int new_alts;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001177 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001178
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001179 if (data->sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001180 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001181 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001182 if (err < 0) {
1183 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1184 usb_kill_anchored_urbs(&data->isoc_anchor);
1185 return;
1186 }
1187
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001188 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001189 }
Mikel Astizf4001d22012-04-11 08:48:51 +02001190
1191 if (hdev->voice_setting & 0x0020) {
1192 static const int alts[3] = { 2, 4, 5 };
Marcel Holtmann89e75332014-09-16 04:44:50 +02001193
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001194 new_alts = alts[data->sco_num - 1];
Mikel Astizf4001d22012-04-11 08:48:51 +02001195 } else {
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001196 new_alts = data->sco_num;
Mikel Astizf4001d22012-04-11 08:48:51 +02001197 }
1198
1199 if (data->isoc_altsetting != new_alts) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001200 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1201 usb_kill_anchored_urbs(&data->isoc_anchor);
1202
Mikel Astizf4001d22012-04-11 08:48:51 +02001203 if (__set_isoc_interface(hdev, new_alts) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001204 return;
1205 }
1206
1207 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001208 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001209 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1210 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001211 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001212 }
1213 } else {
1214 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1215 usb_kill_anchored_urbs(&data->isoc_anchor);
1216
1217 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001218 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001219 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001220 }
1221}
1222
Oliver Neukum7bee5492009-08-24 23:44:59 +02001223static void btusb_waker(struct work_struct *work)
1224{
1225 struct btusb_data *data = container_of(work, struct btusb_data, waker);
1226 int err;
1227
1228 err = usb_autopm_get_interface(data->intf);
1229 if (err < 0)
1230 return;
1231
1232 usb_autopm_put_interface(data->intf);
1233}
1234
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07001235static int btusb_setup_bcm92035(struct hci_dev *hdev)
1236{
1237 struct sk_buff *skb;
1238 u8 val = 0x00;
1239
1240 BT_DBG("%s", hdev->name);
1241
1242 skb = __hci_cmd_sync(hdev, 0xfc3b, 1, &val, HCI_INIT_TIMEOUT);
1243 if (IS_ERR(skb))
1244 BT_ERR("BCM92035 command failed (%ld)", -PTR_ERR(skb));
1245 else
1246 kfree_skb(skb);
1247
1248 return 0;
1249}
1250
Marcel Holtmann81cac642014-01-03 03:02:36 -08001251static int btusb_setup_csr(struct hci_dev *hdev)
1252{
1253 struct hci_rp_read_local_version *rp;
1254 struct sk_buff *skb;
1255 int ret;
1256
1257 BT_DBG("%s", hdev->name);
1258
1259 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1260 HCI_INIT_TIMEOUT);
1261 if (IS_ERR(skb)) {
1262 BT_ERR("Reading local version failed (%ld)", -PTR_ERR(skb));
1263 return -PTR_ERR(skb);
1264 }
1265
Marcel Holtmann89e75332014-09-16 04:44:50 +02001266 rp = (struct hci_rp_read_local_version *)skb->data;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001267
1268 if (!rp->status) {
1269 if (le16_to_cpu(rp->manufacturer) != 10) {
1270 /* Clear the reset quirk since this is not an actual
1271 * early Bluetooth 1.1 device from CSR.
1272 */
1273 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
1274
1275 /* These fake CSR controllers have all a broken
1276 * stored link key handling and so just disable it.
1277 */
1278 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY,
1279 &hdev->quirks);
1280 }
1281 }
1282
1283 ret = -bt_to_errno(rp->status);
1284
1285 kfree_skb(skb);
1286
1287 return ret;
1288}
1289
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001290struct intel_version {
1291 u8 status;
1292 u8 hw_platform;
1293 u8 hw_variant;
1294 u8 hw_revision;
1295 u8 fw_variant;
1296 u8 fw_revision;
1297 u8 fw_build_num;
1298 u8 fw_build_ww;
1299 u8 fw_build_yy;
1300 u8 fw_patch_num;
1301} __packed;
1302
1303static const struct firmware *btusb_setup_intel_get_fw(struct hci_dev *hdev,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001304 struct intel_version *ver)
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001305{
1306 const struct firmware *fw;
1307 char fwname[64];
1308 int ret;
1309
1310 snprintf(fwname, sizeof(fwname),
1311 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1312 ver->hw_platform, ver->hw_variant, ver->hw_revision,
1313 ver->fw_variant, ver->fw_revision, ver->fw_build_num,
1314 ver->fw_build_ww, ver->fw_build_yy);
1315
1316 ret = request_firmware(&fw, fwname, &hdev->dev);
1317 if (ret < 0) {
1318 if (ret == -EINVAL) {
1319 BT_ERR("%s Intel firmware file request failed (%d)",
1320 hdev->name, ret);
1321 return NULL;
1322 }
1323
1324 BT_ERR("%s failed to open Intel firmware file: %s(%d)",
1325 hdev->name, fwname, ret);
1326
1327 /* If the correct firmware patch file is not found, use the
1328 * default firmware patch file instead
1329 */
1330 snprintf(fwname, sizeof(fwname), "intel/ibt-hw-%x.%x.bseq",
1331 ver->hw_platform, ver->hw_variant);
1332 if (request_firmware(&fw, fwname, &hdev->dev) < 0) {
1333 BT_ERR("%s failed to open default Intel fw file: %s",
1334 hdev->name, fwname);
1335 return NULL;
1336 }
1337 }
1338
1339 BT_INFO("%s: Intel Bluetooth firmware file: %s", hdev->name, fwname);
1340
1341 return fw;
1342}
1343
1344static int btusb_setup_intel_patching(struct hci_dev *hdev,
1345 const struct firmware *fw,
1346 const u8 **fw_ptr, int *disable_patch)
1347{
1348 struct sk_buff *skb;
1349 struct hci_command_hdr *cmd;
1350 const u8 *cmd_param;
1351 struct hci_event_hdr *evt = NULL;
1352 const u8 *evt_param = NULL;
1353 int remain = fw->size - (*fw_ptr - fw->data);
1354
1355 /* The first byte indicates the types of the patch command or event.
1356 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1357 * in the current firmware buffer doesn't start with 0x01 or
1358 * the size of remain buffer is smaller than HCI command header,
1359 * the firmware file is corrupted and it should stop the patching
1360 * process.
1361 */
1362 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) {
1363 BT_ERR("%s Intel fw corrupted: invalid cmd read", hdev->name);
1364 return -EINVAL;
1365 }
1366 (*fw_ptr)++;
1367 remain--;
1368
1369 cmd = (struct hci_command_hdr *)(*fw_ptr);
1370 *fw_ptr += sizeof(*cmd);
1371 remain -= sizeof(*cmd);
1372
1373 /* Ensure that the remain firmware data is long enough than the length
1374 * of command parameter. If not, the firmware file is corrupted.
1375 */
1376 if (remain < cmd->plen) {
1377 BT_ERR("%s Intel fw corrupted: invalid cmd len", hdev->name);
1378 return -EFAULT;
1379 }
1380
1381 /* If there is a command that loads a patch in the firmware
1382 * file, then enable the patch upon success, otherwise just
1383 * disable the manufacturer mode, for example patch activation
1384 * is not required when the default firmware patch file is used
1385 * because there are no patch data to load.
1386 */
1387 if (*disable_patch && le16_to_cpu(cmd->opcode) == 0xfc8e)
1388 *disable_patch = 0;
1389
1390 cmd_param = *fw_ptr;
1391 *fw_ptr += cmd->plen;
1392 remain -= cmd->plen;
1393
1394 /* This reads the expected events when the above command is sent to the
1395 * device. Some vendor commands expects more than one events, for
1396 * example command status event followed by vendor specific event.
1397 * For this case, it only keeps the last expected event. so the command
1398 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1399 * last expected event.
1400 */
1401 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
1402 (*fw_ptr)++;
1403 remain--;
1404
1405 evt = (struct hci_event_hdr *)(*fw_ptr);
1406 *fw_ptr += sizeof(*evt);
1407 remain -= sizeof(*evt);
1408
1409 if (remain < evt->plen) {
1410 BT_ERR("%s Intel fw corrupted: invalid evt len",
1411 hdev->name);
1412 return -EFAULT;
1413 }
1414
1415 evt_param = *fw_ptr;
1416 *fw_ptr += evt->plen;
1417 remain -= evt->plen;
1418 }
1419
1420 /* Every HCI commands in the firmware file has its correspond event.
1421 * If event is not found or remain is smaller than zero, the firmware
1422 * file is corrupted.
1423 */
1424 if (!evt || !evt_param || remain < 0) {
1425 BT_ERR("%s Intel fw corrupted: invalid evt read", hdev->name);
1426 return -EFAULT;
1427 }
1428
1429 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen,
1430 cmd_param, evt->evt, HCI_INIT_TIMEOUT);
1431 if (IS_ERR(skb)) {
1432 BT_ERR("%s sending Intel patch command (0x%4.4x) failed (%ld)",
1433 hdev->name, cmd->opcode, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001434 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001435 }
1436
1437 /* It ensures that the returned event matches the event data read from
1438 * the firmware file. At fist, it checks the length and then
1439 * the contents of the event.
1440 */
1441 if (skb->len != evt->plen) {
1442 BT_ERR("%s mismatch event length (opcode 0x%4.4x)", hdev->name,
1443 le16_to_cpu(cmd->opcode));
1444 kfree_skb(skb);
1445 return -EFAULT;
1446 }
1447
1448 if (memcmp(skb->data, evt_param, evt->plen)) {
1449 BT_ERR("%s mismatch event parameter (opcode 0x%4.4x)",
1450 hdev->name, le16_to_cpu(cmd->opcode));
1451 kfree_skb(skb);
1452 return -EFAULT;
1453 }
1454 kfree_skb(skb);
1455
1456 return 0;
1457}
1458
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001459#define BDADDR_INTEL (&(bdaddr_t) {{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
1460
1461static int btusb_check_bdaddr_intel(struct hci_dev *hdev)
1462{
1463 struct sk_buff *skb;
1464 struct hci_rp_read_bd_addr *rp;
1465
1466 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1467 HCI_INIT_TIMEOUT);
1468 if (IS_ERR(skb)) {
1469 BT_ERR("%s reading Intel device address failed (%ld)",
1470 hdev->name, PTR_ERR(skb));
1471 return PTR_ERR(skb);
1472 }
1473
1474 if (skb->len != sizeof(*rp)) {
1475 BT_ERR("%s Intel device address length mismatch", hdev->name);
1476 kfree_skb(skb);
1477 return -EIO;
1478 }
1479
Marcel Holtmann89e75332014-09-16 04:44:50 +02001480 rp = (struct hci_rp_read_bd_addr *)skb->data;
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001481 if (rp->status) {
1482 BT_ERR("%s Intel device address result failed (%02x)",
1483 hdev->name, rp->status);
1484 kfree_skb(skb);
1485 return -bt_to_errno(rp->status);
1486 }
1487
1488 /* For some Intel based controllers, the default Bluetooth device
1489 * address 00:03:19:9E:8B:00 can be found. These controllers are
1490 * fully operational, but have the danger of duplicate addresses
1491 * and that in turn can cause problems with Bluetooth operation.
1492 */
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001493 if (!bacmp(&rp->bdaddr, BDADDR_INTEL)) {
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001494 BT_ERR("%s found Intel default device address (%pMR)",
1495 hdev->name, &rp->bdaddr);
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001496 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1497 }
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001498
1499 kfree_skb(skb);
1500
1501 return 0;
1502}
1503
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001504static int btusb_setup_intel(struct hci_dev *hdev)
1505{
1506 struct sk_buff *skb;
1507 const struct firmware *fw;
1508 const u8 *fw_ptr;
1509 int disable_patch;
1510 struct intel_version *ver;
1511
1512 const u8 mfg_enable[] = { 0x01, 0x00 };
1513 const u8 mfg_disable[] = { 0x00, 0x00 };
1514 const u8 mfg_reset_deactivate[] = { 0x00, 0x01 };
1515 const u8 mfg_reset_activate[] = { 0x00, 0x02 };
1516
1517 BT_DBG("%s", hdev->name);
1518
1519 /* The controller has a bug with the first HCI command sent to it
1520 * returning number of completed commands as zero. This would stall the
1521 * command processing in the Bluetooth core.
1522 *
1523 * As a workaround, send HCI Reset command first which will reset the
1524 * number of completed commands and allow normal command processing
1525 * from now on.
1526 */
1527 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1528 if (IS_ERR(skb)) {
1529 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1530 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001531 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001532 }
1533 kfree_skb(skb);
1534
1535 /* Read Intel specific controller version first to allow selection of
1536 * which firmware file to load.
1537 *
1538 * The returned information are hardware variant and revision plus
1539 * firmware variant, revision and build number.
1540 */
1541 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
1542 if (IS_ERR(skb)) {
1543 BT_ERR("%s reading Intel fw version command failed (%ld)",
1544 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001545 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001546 }
1547
1548 if (skb->len != sizeof(*ver)) {
1549 BT_ERR("%s Intel version event length mismatch", hdev->name);
1550 kfree_skb(skb);
1551 return -EIO;
1552 }
1553
1554 ver = (struct intel_version *)skb->data;
1555 if (ver->status) {
1556 BT_ERR("%s Intel fw version event failed (%02x)", hdev->name,
1557 ver->status);
1558 kfree_skb(skb);
1559 return -bt_to_errno(ver->status);
1560 }
1561
1562 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1563 hdev->name, ver->hw_platform, ver->hw_variant,
1564 ver->hw_revision, ver->fw_variant, ver->fw_revision,
1565 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy,
1566 ver->fw_patch_num);
1567
1568 /* fw_patch_num indicates the version of patch the device currently
1569 * have. If there is no patch data in the device, it is always 0x00.
1570 * So, if it is other than 0x00, no need to patch the deivce again.
1571 */
1572 if (ver->fw_patch_num) {
1573 BT_INFO("%s: Intel device is already patched. patch num: %02x",
1574 hdev->name, ver->fw_patch_num);
1575 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001576 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001577 return 0;
1578 }
1579
1580 /* Opens the firmware patch file based on the firmware version read
1581 * from the controller. If it fails to open the matching firmware
1582 * patch file, it tries to open the default firmware patch file.
1583 * If no patch file is found, allow the device to operate without
1584 * a patch.
1585 */
1586 fw = btusb_setup_intel_get_fw(hdev, ver);
1587 if (!fw) {
1588 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001589 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001590 return 0;
1591 }
1592 fw_ptr = fw->data;
1593
1594 /* This Intel specific command enables the manufacturer mode of the
1595 * controller.
1596 *
1597 * Only while this mode is enabled, the driver can download the
1598 * firmware patch data and configuration parameters.
1599 */
1600 skb = __hci_cmd_sync(hdev, 0xfc11, 2, mfg_enable, HCI_INIT_TIMEOUT);
1601 if (IS_ERR(skb)) {
1602 BT_ERR("%s entering Intel manufacturer mode failed (%ld)",
1603 hdev->name, PTR_ERR(skb));
1604 release_firmware(fw);
Adam Leed9c78e92013-07-10 10:02:12 +08001605 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001606 }
1607
1608 if (skb->data[0]) {
1609 u8 evt_status = skb->data[0];
Marcel Holtmann89e75332014-09-16 04:44:50 +02001610
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001611 BT_ERR("%s enable Intel manufacturer mode event failed (%02x)",
1612 hdev->name, evt_status);
1613 kfree_skb(skb);
1614 release_firmware(fw);
1615 return -bt_to_errno(evt_status);
1616 }
1617 kfree_skb(skb);
1618
1619 disable_patch = 1;
1620
1621 /* The firmware data file consists of list of Intel specific HCI
1622 * commands and its expected events. The first byte indicates the
1623 * type of the message, either HCI command or HCI event.
1624 *
1625 * It reads the command and its expected event from the firmware file,
1626 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1627 * the returned event is compared with the event read from the firmware
1628 * file and it will continue until all the messages are downloaded to
1629 * the controller.
1630 *
1631 * Once the firmware patching is completed successfully,
1632 * the manufacturer mode is disabled with reset and activating the
1633 * downloaded patch.
1634 *
1635 * If the firmware patching fails, the manufacturer mode is
1636 * disabled with reset and deactivating the patch.
1637 *
1638 * If the default patch file is used, no reset is done when disabling
1639 * the manufacturer.
1640 */
1641 while (fw->size > fw_ptr - fw->data) {
1642 int ret;
1643
1644 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1645 &disable_patch);
1646 if (ret < 0)
1647 goto exit_mfg_deactivate;
1648 }
1649
1650 release_firmware(fw);
1651
1652 if (disable_patch)
1653 goto exit_mfg_disable;
1654
1655 /* Patching completed successfully and disable the manufacturer mode
1656 * with reset and activate the downloaded firmware patches.
1657 */
1658 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_activate),
1659 mfg_reset_activate, HCI_INIT_TIMEOUT);
1660 if (IS_ERR(skb)) {
1661 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1662 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001663 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001664 }
1665 kfree_skb(skb);
1666
1667 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1668 hdev->name);
1669
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001670 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001671 return 0;
1672
1673exit_mfg_disable:
1674 /* Disable the manufacturer mode without reset */
1675 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_disable), mfg_disable,
1676 HCI_INIT_TIMEOUT);
1677 if (IS_ERR(skb)) {
1678 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1679 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001680 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001681 }
1682 kfree_skb(skb);
1683
1684 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001685
1686 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001687 return 0;
1688
1689exit_mfg_deactivate:
1690 release_firmware(fw);
1691
1692 /* Patching failed. Disable the manufacturer mode with reset and
1693 * deactivate the downloaded firmware patches.
1694 */
1695 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_deactivate),
1696 mfg_reset_deactivate, HCI_INIT_TIMEOUT);
1697 if (IS_ERR(skb)) {
1698 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1699 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001700 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001701 }
1702 kfree_skb(skb);
1703
1704 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1705 hdev->name);
1706
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001707 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001708 return 0;
1709}
1710
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001711static int btusb_set_bdaddr_intel(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1712{
1713 struct sk_buff *skb;
1714 long ret;
1715
1716 skb = __hci_cmd_sync(hdev, 0xfc31, 6, bdaddr, HCI_INIT_TIMEOUT);
1717 if (IS_ERR(skb)) {
1718 ret = PTR_ERR(skb);
1719 BT_ERR("%s: changing Intel device address failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001720 hdev->name, ret);
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001721 return ret;
1722 }
1723 kfree_skb(skb);
1724
1725 return 0;
1726}
1727
Amitkumar Karwarae8df492014-07-18 14:47:06 -07001728static int btusb_set_bdaddr_marvell(struct hci_dev *hdev,
1729 const bdaddr_t *bdaddr)
1730{
1731 struct sk_buff *skb;
1732 u8 buf[8];
1733 long ret;
1734
1735 buf[0] = 0xfe;
1736 buf[1] = sizeof(bdaddr_t);
1737 memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
1738
1739 skb = __hci_cmd_sync(hdev, 0xfc22, sizeof(buf), buf, HCI_INIT_TIMEOUT);
1740 if (IS_ERR(skb)) {
1741 ret = PTR_ERR(skb);
1742 BT_ERR("%s: changing Marvell device address failed (%ld)",
1743 hdev->name, ret);
1744 return ret;
1745 }
1746 kfree_skb(skb);
1747
1748 return 0;
1749}
1750
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001751#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}})
1752
Petri Gynther10d4c672014-05-08 15:50:01 -07001753static int btusb_setup_bcm_patchram(struct hci_dev *hdev)
1754{
1755 struct btusb_data *data = hci_get_drvdata(hdev);
1756 struct usb_device *udev = data->udev;
1757 char fw_name[64];
1758 const struct firmware *fw;
1759 const u8 *fw_ptr;
1760 size_t fw_size;
1761 const struct hci_command_hdr *cmd;
1762 const u8 *cmd_param;
1763 u16 opcode;
1764 struct sk_buff *skb;
1765 struct hci_rp_read_local_version *ver;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001766 struct hci_rp_read_bd_addr *bda;
Petri Gynther10d4c672014-05-08 15:50:01 -07001767 long ret;
1768
1769 snprintf(fw_name, sizeof(fw_name), "brcm/%s-%04x-%04x.hcd",
1770 udev->product ? udev->product : "BCM",
1771 le16_to_cpu(udev->descriptor.idVendor),
1772 le16_to_cpu(udev->descriptor.idProduct));
1773
1774 ret = request_firmware(&fw, fw_name, &hdev->dev);
1775 if (ret < 0) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001776 BT_INFO("%s: BCM: patch %s not found", hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001777 return 0;
1778 }
1779
1780 /* Reset */
1781 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1782 if (IS_ERR(skb)) {
1783 ret = PTR_ERR(skb);
1784 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1785 goto done;
1786 }
1787 kfree_skb(skb);
1788
1789 /* Read Local Version Info */
1790 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1791 HCI_INIT_TIMEOUT);
1792 if (IS_ERR(skb)) {
1793 ret = PTR_ERR(skb);
1794 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001795 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001796 goto done;
1797 }
1798
1799 if (skb->len != sizeof(*ver)) {
1800 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001801 hdev->name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001802 kfree_skb(skb);
1803 ret = -EIO;
1804 goto done;
1805 }
1806
Marcel Holtmann89e75332014-09-16 04:44:50 +02001807 ver = (struct hci_rp_read_local_version *)skb->data;
Petri Gynther10d4c672014-05-08 15:50:01 -07001808 BT_INFO("%s: BCM: patching hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1809 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1810 ver->lmp_ver, ver->lmp_subver);
1811 kfree_skb(skb);
1812
1813 /* Start Download */
1814 skb = __hci_cmd_sync(hdev, 0xfc2e, 0, NULL, HCI_INIT_TIMEOUT);
1815 if (IS_ERR(skb)) {
1816 ret = PTR_ERR(skb);
1817 BT_ERR("%s: BCM: Download Minidrv command failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001818 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001819 goto reset_fw;
1820 }
1821 kfree_skb(skb);
1822
1823 /* 50 msec delay after Download Minidrv completes */
1824 msleep(50);
1825
1826 fw_ptr = fw->data;
1827 fw_size = fw->size;
1828
1829 while (fw_size >= sizeof(*cmd)) {
Marcel Holtmann89e75332014-09-16 04:44:50 +02001830 cmd = (struct hci_command_hdr *)fw_ptr;
Petri Gynther10d4c672014-05-08 15:50:01 -07001831 fw_ptr += sizeof(*cmd);
1832 fw_size -= sizeof(*cmd);
1833
1834 if (fw_size < cmd->plen) {
1835 BT_ERR("%s: BCM: patch %s is corrupted",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001836 hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001837 ret = -EINVAL;
1838 goto reset_fw;
1839 }
1840
1841 cmd_param = fw_ptr;
1842 fw_ptr += cmd->plen;
1843 fw_size -= cmd->plen;
1844
1845 opcode = le16_to_cpu(cmd->opcode);
1846
1847 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param,
1848 HCI_INIT_TIMEOUT);
1849 if (IS_ERR(skb)) {
1850 ret = PTR_ERR(skb);
1851 BT_ERR("%s: BCM: patch command %04x failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001852 hdev->name, opcode, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001853 goto reset_fw;
1854 }
1855 kfree_skb(skb);
1856 }
1857
1858 /* 250 msec delay after Launch Ram completes */
1859 msleep(250);
1860
1861reset_fw:
1862 /* Reset */
1863 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1864 if (IS_ERR(skb)) {
1865 ret = PTR_ERR(skb);
1866 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1867 goto done;
1868 }
1869 kfree_skb(skb);
1870
1871 /* Read Local Version Info */
1872 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1873 HCI_INIT_TIMEOUT);
1874 if (IS_ERR(skb)) {
1875 ret = PTR_ERR(skb);
1876 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001877 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001878 goto done;
1879 }
1880
1881 if (skb->len != sizeof(*ver)) {
1882 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001883 hdev->name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001884 kfree_skb(skb);
1885 ret = -EIO;
1886 goto done;
1887 }
1888
Marcel Holtmann89e75332014-09-16 04:44:50 +02001889 ver = (struct hci_rp_read_local_version *)skb->data;
Petri Gynther10d4c672014-05-08 15:50:01 -07001890 BT_INFO("%s: BCM: firmware hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1891 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1892 ver->lmp_ver, ver->lmp_subver);
1893 kfree_skb(skb);
1894
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001895 /* Read BD Address */
1896 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1897 HCI_INIT_TIMEOUT);
1898 if (IS_ERR(skb)) {
1899 ret = PTR_ERR(skb);
1900 BT_ERR("%s: HCI_OP_READ_BD_ADDR failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001901 hdev->name, ret);
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001902 goto done;
1903 }
1904
1905 if (skb->len != sizeof(*bda)) {
1906 BT_ERR("%s: HCI_OP_READ_BD_ADDR event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001907 hdev->name);
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001908 kfree_skb(skb);
1909 ret = -EIO;
1910 goto done;
1911 }
1912
Marcel Holtmann89e75332014-09-16 04:44:50 +02001913 bda = (struct hci_rp_read_bd_addr *)skb->data;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001914 if (bda->status) {
1915 BT_ERR("%s: HCI_OP_READ_BD_ADDR error status (%02x)",
1916 hdev->name, bda->status);
1917 kfree_skb(skb);
1918 ret = -bt_to_errno(bda->status);
1919 goto done;
1920 }
1921
1922 /* The address 00:20:70:02:A0:00 indicates a BCM20702A0 controller
1923 * with no configured address.
1924 */
Marcel Holtmann849e5082014-07-04 16:54:39 +02001925 if (!bacmp(&bda->bdaddr, BDADDR_BCM20702A0)) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001926 BT_INFO("%s: BCM: using default device address (%pMR)",
1927 hdev->name, &bda->bdaddr);
Marcel Holtmann849e5082014-07-04 16:54:39 +02001928 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1929 }
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001930
1931 kfree_skb(skb);
1932
Petri Gynther10d4c672014-05-08 15:50:01 -07001933done:
1934 release_firmware(fw);
1935
1936 return ret;
1937}
1938
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001939static int btusb_set_bdaddr_bcm(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1940{
1941 struct sk_buff *skb;
1942 long ret;
1943
1944 skb = __hci_cmd_sync(hdev, 0xfc01, 6, bdaddr, HCI_INIT_TIMEOUT);
1945 if (IS_ERR(skb)) {
1946 ret = PTR_ERR(skb);
1947 BT_ERR("%s: BCM: Change address command failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001948 hdev->name, ret);
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001949 return ret;
1950 }
1951 kfree_skb(skb);
1952
1953 return 0;
1954}
1955
Toshi Kikuchi58592232014-12-12 10:58:05 -08001956static int btusb_set_bdaddr_ath3012(struct hci_dev *hdev,
1957 const bdaddr_t *bdaddr)
1958{
1959 struct sk_buff *skb;
1960 u8 buf[10];
1961 long ret;
1962
1963 buf[0] = 0x01;
1964 buf[1] = 0x01;
1965 buf[2] = 0x00;
1966 buf[3] = sizeof(bdaddr_t);
1967 memcpy(buf + 4, bdaddr, sizeof(bdaddr_t));
1968
1969 skb = __hci_cmd_sync(hdev, 0xfc0b, sizeof(buf), buf, HCI_INIT_TIMEOUT);
1970 if (IS_ERR(skb)) {
1971 ret = PTR_ERR(skb);
1972 BT_ERR("%s: Change address command failed (%ld)",
1973 hdev->name, ret);
1974 return ret;
1975 }
1976 kfree_skb(skb);
1977
1978 return 0;
1979}
1980
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001981static int btusb_probe(struct usb_interface *intf,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001982 const struct usb_device_id *id)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001983{
1984 struct usb_endpoint_descriptor *ep_desc;
1985 struct btusb_data *data;
1986 struct hci_dev *hdev;
1987 int i, err;
1988
1989 BT_DBG("intf %p id %p", intf, id);
1990
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001991 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001992 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
1993 return -ENODEV;
1994
1995 if (!id->driver_info) {
1996 const struct usb_device_id *match;
Marcel Holtmann89e75332014-09-16 04:44:50 +02001997
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001998 match = usb_match_id(intf, blacklist_table);
1999 if (match)
2000 id = match;
2001 }
2002
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002003 if (id->driver_info == BTUSB_IGNORE)
2004 return -ENODEV;
2005
Steven.Li2d25f8b2011-07-01 14:02:36 +08002006 if (id->driver_info & BTUSB_ATH3012) {
2007 struct usb_device *udev = interface_to_usbdev(intf);
2008
2009 /* Old firmware would otherwise let ath3k driver load
2010 * patch and sysconfig files */
2011 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
2012 return -ENODEV;
2013 }
2014
Sachin Kamat98921db2012-07-27 12:38:39 +05302015 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002016 if (!data)
2017 return -ENOMEM;
2018
2019 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
2020 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
2021
2022 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
2023 data->intr_ep = ep_desc;
2024 continue;
2025 }
2026
2027 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
2028 data->bulk_tx_ep = ep_desc;
2029 continue;
2030 }
2031
2032 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
2033 data->bulk_rx_ep = ep_desc;
2034 continue;
2035 }
2036 }
2037
Sachin Kamat98921db2012-07-27 12:38:39 +05302038 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002039 return -ENODEV;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002040
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002041 data->cmdreq_type = USB_TYPE_CLASS;
2042
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002043 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002044 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002045
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002046 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002047 INIT_WORK(&data->waker, btusb_waker);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002048 init_usb_anchor(&data->deferred);
2049 init_usb_anchor(&data->tx_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002050 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002051
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002052 init_usb_anchor(&data->intr_anchor);
2053 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002054 init_usb_anchor(&data->isoc_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002055 spin_lock_init(&data->rxlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002056
Marcel Holtmann97307f52015-01-12 13:51:10 -08002057 data->recv_event = hci_recv_frame;
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +01002058 data->recv_bulk = btusb_recv_bulk;
2059
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002060 hdev = hci_alloc_dev();
Sachin Kamat98921db2012-07-27 12:38:39 +05302061 if (!hdev)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002062 return -ENOMEM;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002063
Marcel Holtmannc13854c2010-02-08 15:27:07 +01002064 hdev->bus = HCI_USB;
David Herrmann155961e2012-02-09 21:58:32 +01002065 hci_set_drvdata(hdev, data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002066
2067 data->hdev = hdev;
2068
2069 SET_HCIDEV_DEV(hdev, &intf->dev);
2070
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07002071 hdev->open = btusb_open;
2072 hdev->close = btusb_close;
2073 hdev->flush = btusb_flush;
2074 hdev->send = btusb_send_frame;
2075 hdev->notify = btusb_notify;
2076
2077 if (id->driver_info & BTUSB_BCM92035)
2078 hdev->setup = btusb_setup_bcm92035;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002079
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002080 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
Petri Gynther10d4c672014-05-08 15:50:01 -07002081 hdev->setup = btusb_setup_bcm_patchram;
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002082 hdev->set_bdaddr = btusb_set_bdaddr_bcm;
Marcel Holtmann27c3fbe2014-11-02 20:52:24 +01002083 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002084 }
Petri Gynther10d4c672014-05-08 15:50:01 -07002085
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02002086 if (id->driver_info & BTUSB_INTEL) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07002087 hdev->setup = btusb_setup_intel;
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02002088 hdev->set_bdaddr = btusb_set_bdaddr_intel;
2089 }
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07002090
Amitkumar Karwarae8df492014-07-18 14:47:06 -07002091 if (id->driver_info & BTUSB_MARVELL)
2092 hdev->set_bdaddr = btusb_set_bdaddr_marvell;
2093
Marcel Holtmann661cf882015-01-02 23:35:20 -08002094 if (id->driver_info & BTUSB_SWAVE) {
2095 set_bit(HCI_QUIRK_FIXUP_INQUIRY_MODE, &hdev->quirks);
Marcel Holtmannd57dbe72014-12-26 04:42:33 +01002096 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
Marcel Holtmann661cf882015-01-02 23:35:20 -08002097 }
Marcel Holtmannd57dbe72014-12-26 04:42:33 +01002098
Marcel Holtmann40df7832014-07-06 13:29:58 +02002099 if (id->driver_info & BTUSB_INTEL_BOOT)
2100 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2101
Toshi Kikuchi58592232014-12-12 10:58:05 -08002102 if (id->driver_info & BTUSB_ATH3012)
2103 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
2104
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002105 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002106 data->isoc = usb_ifnum_to_if(data->udev, 1);
2107
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002108 if (!reset)
Szymon Janca6c511c2012-05-23 12:35:46 +02002109 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002110
2111 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
2112 if (!disable_scofix)
2113 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
2114 }
2115
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002116 if (id->driver_info & BTUSB_BROKEN_ISOC)
2117 data->isoc = NULL;
2118
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002119 if (id->driver_info & BTUSB_DIGIANSWER) {
2120 data->cmdreq_type = USB_TYPE_VENDOR;
Szymon Janca6c511c2012-05-23 12:35:46 +02002121 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002122 }
2123
2124 if (id->driver_info & BTUSB_CSR) {
2125 struct usb_device *udev = data->udev;
Marcel Holtmann81cac642014-01-03 03:02:36 -08002126 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002127
2128 /* Old firmware would otherwise execute USB reset */
Marcel Holtmann81cac642014-01-03 03:02:36 -08002129 if (bcdDevice < 0x117)
Szymon Janca6c511c2012-05-23 12:35:46 +02002130 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08002131
2132 /* Fake CSR devices with broken commands */
2133 if (bcdDevice <= 0x100)
2134 hdev->setup = btusb_setup_csr;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002135 }
2136
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002137 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002138 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002139
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002140 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002141 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
2142 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2143 }
2144
Marcel Holtmann3a5ef202014-07-06 14:53:54 +02002145 if (id->driver_info & BTUSB_INTEL_BOOT) {
2146 /* A bug in the bootloader causes that interrupt interface is
2147 * only enabled after receiving SetInterface(0, AltSetting=0).
2148 */
2149 err = usb_set_interface(data->udev, 0, 0);
2150 if (err < 0) {
2151 BT_ERR("failed to set interface 0, alt 0 %d", err);
2152 hci_free_dev(hdev);
2153 return err;
2154 }
2155 }
2156
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002157 if (data->isoc) {
2158 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann89e75332014-09-16 04:44:50 +02002159 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002160 if (err < 0) {
2161 hci_free_dev(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002162 return err;
2163 }
2164 }
2165
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002166 err = hci_register_dev(hdev);
2167 if (err < 0) {
2168 hci_free_dev(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002169 return err;
2170 }
2171
2172 usb_set_intfdata(intf, data);
2173
2174 return 0;
2175}
2176
2177static void btusb_disconnect(struct usb_interface *intf)
2178{
2179 struct btusb_data *data = usb_get_intfdata(intf);
2180 struct hci_dev *hdev;
2181
2182 BT_DBG("intf %p", intf);
2183
2184 if (!data)
2185 return;
2186
2187 hdev = data->hdev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002188 usb_set_intfdata(data->intf, NULL);
2189
2190 if (data->isoc)
2191 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002192
2193 hci_unregister_dev(hdev);
2194
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002195 if (intf == data->isoc)
2196 usb_driver_release_interface(&btusb_driver, data->intf);
2197 else if (data->isoc)
2198 usb_driver_release_interface(&btusb_driver, data->isoc);
2199
Marcel Holtmann803b5832014-09-16 08:00:29 +02002200 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002201 hci_free_dev(hdev);
2202}
2203
Oliver Neukum7bee5492009-08-24 23:44:59 +02002204#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002205static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
2206{
2207 struct btusb_data *data = usb_get_intfdata(intf);
2208
2209 BT_DBG("intf %p", intf);
2210
2211 if (data->suspend_count++)
2212 return 0;
2213
Oliver Neukum7bee5492009-08-24 23:44:59 +02002214 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02002215 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02002216 set_bit(BTUSB_SUSPENDING, &data->flags);
2217 spin_unlock_irq(&data->txlock);
2218 } else {
2219 spin_unlock_irq(&data->txlock);
2220 data->suspend_count--;
2221 return -EBUSY;
2222 }
2223
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002224 cancel_work_sync(&data->work);
2225
Oliver Neukum7bee5492009-08-24 23:44:59 +02002226 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002227 usb_kill_anchored_urbs(&data->tx_anchor);
2228
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002229 return 0;
2230}
2231
Oliver Neukum7bee5492009-08-24 23:44:59 +02002232static void play_deferred(struct btusb_data *data)
2233{
2234 struct urb *urb;
2235 int err;
2236
2237 while ((urb = usb_get_from_anchor(&data->deferred))) {
2238 err = usb_submit_urb(urb, GFP_ATOMIC);
2239 if (err < 0)
2240 break;
2241
2242 data->tx_in_flight++;
2243 }
2244 usb_scuttle_anchored_urbs(&data->deferred);
2245}
2246
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002247static int btusb_resume(struct usb_interface *intf)
2248{
2249 struct btusb_data *data = usb_get_intfdata(intf);
2250 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02002251 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002252
2253 BT_DBG("intf %p", intf);
2254
2255 if (--data->suspend_count)
2256 return 0;
2257
2258 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02002259 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002260
2261 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
2262 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
2263 if (err < 0) {
2264 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002265 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002266 }
2267 }
2268
2269 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01002270 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
2271 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002272 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002273 goto failed;
2274 }
2275
2276 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002277 }
2278
2279 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
2280 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
2281 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2282 else
2283 btusb_submit_isoc_urb(hdev, GFP_NOIO);
2284 }
2285
Oliver Neukum7bee5492009-08-24 23:44:59 +02002286 spin_lock_irq(&data->txlock);
2287 play_deferred(data);
2288 clear_bit(BTUSB_SUSPENDING, &data->flags);
2289 spin_unlock_irq(&data->txlock);
2290 schedule_work(&data->work);
2291
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002292 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02002293
2294failed:
2295 usb_scuttle_anchored_urbs(&data->deferred);
2296done:
2297 spin_lock_irq(&data->txlock);
2298 clear_bit(BTUSB_SUSPENDING, &data->flags);
2299 spin_unlock_irq(&data->txlock);
2300
2301 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002302}
Oliver Neukum7bee5492009-08-24 23:44:59 +02002303#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002304
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002305static struct usb_driver btusb_driver = {
2306 .name = "btusb",
2307 .probe = btusb_probe,
2308 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002309#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002310 .suspend = btusb_suspend,
2311 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002312#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002313 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002314 .supports_autosuspend = 1,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -07002315 .disable_hub_initiated_lpm = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002316};
2317
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08002318module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002319
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002320module_param(disable_scofix, bool, 0644);
2321MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
2322
2323module_param(force_scofix, bool, 0644);
2324MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
2325
2326module_param(reset, bool, 0644);
2327MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
2328
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002329MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
2330MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
2331MODULE_VERSION(VERSION);
2332MODULE_LICENSE("GPL");