blob: edfc17bfcd44e02a8c8fb8748687cf265770863d [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 Holtmann5e23b922007-10-20 14:12:34 +020052
Marcel Holtmann54265202013-10-11 07:46:18 -070053static const struct usb_device_id btusb_table[] = {
Marcel Holtmann5e23b922007-10-20 14:12:34 +020054 /* Generic Bluetooth USB device */
55 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
56
Henrik Rydberg1fa65352012-08-25 19:28:06 +020057 /* Apple-specific (Broadcom) devices */
58 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) },
59
Cho, Yu-Chen178c0592013-06-04 21:40:26 +080060 /* MediaTek MT76x0E */
61 { USB_DEVICE(0x0e8d, 0x763f) },
62
Oliver Neukumc510eae2011-09-21 11:41:45 +020063 /* Broadcom SoftSailing reporting vendor specific */
Don Zickus2e8b50632012-03-28 16:41:11 -040064 { USB_DEVICE(0x0a5c, 0x21e1) },
Oliver Neukumc510eae2011-09-21 11:41:45 +020065
Nobuhiro Iwamatsu3cd01972010-08-20 16:24:07 +090066 /* Apple MacBookPro 7,1 */
67 { USB_DEVICE(0x05ac, 0x8213) },
68
Cyril Lacoux0a79f672010-07-14 10:29:27 +040069 /* Apple iMac11,1 */
70 { USB_DEVICE(0x05ac, 0x8215) },
71
Nobuhiro Iwamatsu9c047152010-08-20 16:24:06 +090072 /* Apple MacBookPro6,2 */
73 { USB_DEVICE(0x05ac, 0x8218) },
74
Edgar (gimli) Hucek3e3ede72010-11-04 08:04:33 +010075 /* Apple MacBookAir3,1, MacBookAir3,2 */
76 { USB_DEVICE(0x05ac, 0x821b) },
77
Pieter-Augustijn Van Malleghema63b7232011-09-07 02:28:10 -040078 /* Apple MacBookAir4,1 */
79 { USB_DEVICE(0x05ac, 0x821f) },
80
Marc-Antoine Perennou88d377b2011-03-24 14:51:21 -030081 /* Apple MacBookPro8,2 */
82 { USB_DEVICE(0x05ac, 0x821a) },
83
Jurgen Kramerf78b68262011-09-04 18:01:42 +020084 /* Apple MacMini5,1 */
85 { USB_DEVICE(0x05ac, 0x8281) },
86
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020087 /* AVM BlueFRITZ! USB v2.0 */
88 { USB_DEVICE(0x057c, 0x3800) },
89
90 /* Bluetooth Ultraport Module from IBM */
91 { USB_DEVICE(0x04bf, 0x030a) },
92
93 /* ALPS Modules with non-standard id */
94 { USB_DEVICE(0x044e, 0x3001) },
95 { USB_DEVICE(0x044e, 0x3002) },
96
97 /* Ericsson with non-standard id */
98 { USB_DEVICE(0x0bdb, 0x1002) },
99
100 /* Canyon CN-BTU1 with HID interfaces */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100101 { USB_DEVICE(0x0c10, 0x0000) },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200102
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800103 /* Broadcom BCM20702A0 */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200104 { USB_DEVICE(0x0489, 0xe042) },
105 { USB_DEVICE(0x04ca, 0x2003) },
Jeff Cook1ee3ff62012-11-09 16:39:48 -0700106 { USB_DEVICE(0x0b05, 0x17b5) },
Raphael Kubo da Costa38a172b2013-09-02 14:57:51 +0300107 { USB_DEVICE(0x0b05, 0x17cb) },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800108 { USB_DEVICE(0x413c, 0x8197) },
109
Steven Harms98514032012-04-13 14:45:55 -0400110 /* Foxconn - Hon Hai */
Gustavo Padovanee664012012-08-15 01:38:11 -0300111 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) },
Steven Harms98514032012-04-13 14:45:55 -0400112
Andy Shevchenko0b880062014-02-18 18:26:19 +0200113 /* Broadcom devices with vendor specific id */
Petri Gynther10d4c672014-05-08 15:50:01 -0700114 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
115 .driver_info = BTUSB_BCM_PATCHRAM },
Gustavo Padovan92c385f2012-08-06 15:36:49 -0300116
Marcel Holtmannc2aef6e2014-07-21 14:02:33 +0200117 /* ASUSTek Computer - Broadcom based */
118 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01) },
119
Ken O'Brien5bcecf32013-09-21 19:14:43 +0100120 /* Belkin F8065bf - Broadcom based */
121 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) },
122
Jurgen Kramer9113bfd2014-02-15 12:01:09 +0100123 /* IMC Networks - Broadcom based */
124 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) },
125
Marcel Holtmann40df7832014-07-06 13:29:58 +0200126 /* Intel Bluetooth USB Bootloader (RAM module) */
Marcel Holtmannd92f2df02014-07-06 14:53:55 +0200127 { USB_DEVICE(0x8087, 0x0a5a),
128 .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },
Marcel Holtmann40df7832014-07-06 13:29:58 +0200129
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200130 { } /* Terminating entry */
131};
132
133MODULE_DEVICE_TABLE(usb, btusb_table);
134
Marcel Holtmann54265202013-10-11 07:46:18 -0700135static const struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200136 /* CSR BlueCore devices */
137 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
138
139 /* Broadcom BCM2033 without firmware */
140 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
141
Bala Shanmugambe931122010-11-26 17:35:46 +0530142 /* Atheros 3011 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200143 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
144 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
145 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530146 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Marek Vasut6eda5412012-06-08 14:32:50 +0200147 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700148 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530149
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800150 /* Atheros AR9285 Malbec with sflash firmware */
151 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
152
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530153 /* Atheros 3012 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200154 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
155 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
156 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
157 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
158 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
159 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
160 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
161 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
162 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700163 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200164 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
165 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
166 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
167 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +0100168 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200169 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800170 { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
Steven.Li2d25f8b2011-07-01 14:02:36 +0800171 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900172 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200173 { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100174 { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100175 { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200176 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800177 { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200178 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800179 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800180 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200181 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
182 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800183 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530184 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530185 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530186
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800187 /* Atheros AR5BBU12 with sflash firmware */
188 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
189
Michael Gruetzner85d59722012-05-02 22:33:40 +0200190 /* Atheros AR5BBU12 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530191 { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200192 { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200193
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200194 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100195 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200196 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
197 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200198
199 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100200 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
201 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200202
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200203 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100204 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
205 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200206
207 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100208 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200209
210 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100211 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200212
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100213 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100214 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100215 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200216
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100217 /* Belkin F8T012 and F8T013 devices */
218 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
219 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200220
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100221 /* Asus WL-BTD202 device */
222 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
223
224 /* Kensington Bluetooth USB adapter */
225 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
226
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200227 /* RTX Telecom based adapters with buggy SCO support */
228 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
229 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
230
231 /* CONWISE Technology based adapters with buggy SCO support */
232 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
233
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200234 /* Digianswer devices */
235 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
236 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
237
238 /* CSR BlueCore Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200239 { USB_DEVICE(0x0a12, 0x0002),
240 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200241
242 /* Frontline ComProbe Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200243 { USB_DEVICE(0x16d3, 0x0002),
244 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200245
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700246 /* Intel Bluetooth device */
247 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Anef4e5e42013-11-12 13:10:58 -0800248 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700249
Amitkumar Karwarae8df492014-07-18 14:47:06 -0700250 /* Marvell device */
251 { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL },
252 { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL },
253
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200254 { } /* Terminating entry */
255};
256
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200257#define BTUSB_MAX_ISOC_FRAMES 10
258
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200259#define BTUSB_INTR_RUNNING 0
260#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200261#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200262#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300263#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200264
265struct btusb_data {
266 struct hci_dev *hdev;
267 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200268 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200269 struct usb_interface *isoc;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200270
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200271 unsigned long flags;
272
273 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200274 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200275
Marcel Holtmann803b5832014-09-16 08:00:29 +0200276 struct usb_anchor deferred;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200277 struct usb_anchor tx_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200278 int tx_in_flight;
279 spinlock_t txlock;
280
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200281 struct usb_anchor intr_anchor;
282 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200283 struct usb_anchor isoc_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200284 spinlock_t rxlock;
285
286 struct sk_buff *evt_skb;
287 struct sk_buff *acl_skb;
288 struct sk_buff *sco_skb;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200289
290 struct usb_endpoint_descriptor *intr_ep;
291 struct usb_endpoint_descriptor *bulk_tx_ep;
292 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200293 struct usb_endpoint_descriptor *isoc_tx_ep;
294 struct usb_endpoint_descriptor *isoc_rx_ep;
295
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100296 __u8 cmdreq_type;
297
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100298 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200299 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100300 int suspend_count;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200301};
302
Marcel Holtmann803b5832014-09-16 08:00:29 +0200303static inline void btusb_free_frags(struct btusb_data *data)
304{
305 unsigned long flags;
306
307 spin_lock_irqsave(&data->rxlock, flags);
308
309 kfree_skb(data->evt_skb);
310 data->evt_skb = NULL;
311
312 kfree_skb(data->acl_skb);
313 data->acl_skb = NULL;
314
315 kfree_skb(data->sco_skb);
316 data->sco_skb = NULL;
317
318 spin_unlock_irqrestore(&data->rxlock, flags);
319}
320
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200321static int btusb_recv_intr(struct btusb_data *data, void *buffer, int count)
322{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200323 struct sk_buff *skb;
324 int err = 0;
325
326 spin_lock(&data->rxlock);
327 skb = data->evt_skb;
328
329 while (count) {
330 int len;
331
332 if (!skb) {
333 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
334 if (!skb) {
335 err = -ENOMEM;
336 break;
337 }
338
339 bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
340 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE;
341 }
342
343 len = min_t(uint, bt_cb(skb)->expect, count);
344 memcpy(skb_put(skb, len), buffer, len);
345
346 count -= len;
347 buffer += len;
348 bt_cb(skb)->expect -= len;
349
350 if (skb->len == HCI_EVENT_HDR_SIZE) {
351 /* Complete event header */
352 bt_cb(skb)->expect = hci_event_hdr(skb)->plen;
353
354 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
355 kfree_skb(skb);
356 skb = NULL;
357
358 err = -EILSEQ;
359 break;
360 }
361 }
362
363 if (bt_cb(skb)->expect == 0) {
364 /* Complete frame */
365 hci_recv_frame(data->hdev, skb);
366 skb = NULL;
367 }
368 }
369
370 data->evt_skb = skb;
371 spin_unlock(&data->rxlock);
372
373 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200374}
375
376static int btusb_recv_bulk(struct btusb_data *data, void *buffer, int count)
377{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200378 struct sk_buff *skb;
379 int err = 0;
380
381 spin_lock(&data->rxlock);
382 skb = data->acl_skb;
383
384 while (count) {
385 int len;
386
387 if (!skb) {
388 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
389 if (!skb) {
390 err = -ENOMEM;
391 break;
392 }
393
394 bt_cb(skb)->pkt_type = HCI_ACLDATA_PKT;
395 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE;
396 }
397
398 len = min_t(uint, bt_cb(skb)->expect, count);
399 memcpy(skb_put(skb, len), buffer, len);
400
401 count -= len;
402 buffer += len;
403 bt_cb(skb)->expect -= len;
404
405 if (skb->len == HCI_ACL_HDR_SIZE) {
406 __le16 dlen = hci_acl_hdr(skb)->dlen;
407
408 /* Complete ACL header */
409 bt_cb(skb)->expect = __le16_to_cpu(dlen);
410
411 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
412 kfree_skb(skb);
413 skb = NULL;
414
415 err = -EILSEQ;
416 break;
417 }
418 }
419
420 if (bt_cb(skb)->expect == 0) {
421 /* Complete frame */
422 hci_recv_frame(data->hdev, skb);
423 skb = NULL;
424 }
425 }
426
427 data->acl_skb = skb;
428 spin_unlock(&data->rxlock);
429
430 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200431}
432
433static int btusb_recv_isoc(struct btusb_data *data, void *buffer, int count)
434{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200435 struct sk_buff *skb;
436 int err = 0;
437
438 spin_lock(&data->rxlock);
439 skb = data->sco_skb;
440
441 while (count) {
442 int len;
443
444 if (!skb) {
445 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);
446 if (!skb) {
447 err = -ENOMEM;
448 break;
449 }
450
451 bt_cb(skb)->pkt_type = HCI_SCODATA_PKT;
452 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE;
453 }
454
455 len = min_t(uint, bt_cb(skb)->expect, count);
456 memcpy(skb_put(skb, len), buffer, len);
457
458 count -= len;
459 buffer += len;
460 bt_cb(skb)->expect -= len;
461
462 if (skb->len == HCI_SCO_HDR_SIZE) {
463 /* Complete SCO header */
464 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen;
465
466 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
467 kfree_skb(skb);
468 skb = NULL;
469
470 err = -EILSEQ;
471 break;
472 }
473 }
474
475 if (bt_cb(skb)->expect == 0) {
476 /* Complete frame */
477 hci_recv_frame(data->hdev, skb);
478 skb = NULL;
479 }
480 }
481
482 data->sco_skb = skb;
483 spin_unlock(&data->rxlock);
484
485 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200486}
487
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200488static void btusb_intr_complete(struct urb *urb)
489{
490 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100491 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200492 int err;
493
Marcel Holtmann89e75332014-09-16 04:44:50 +0200494 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
495 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200496
497 if (!test_bit(HCI_RUNNING, &hdev->flags))
498 return;
499
500 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200501 hdev->stat.byte_rx += urb->actual_length;
502
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200503 if (btusb_recv_intr(data, urb->transfer_buffer,
504 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200505 BT_ERR("%s corrupted event packet", hdev->name);
506 hdev->stat.err_rx++;
507 }
Champion Chen85560c42014-09-06 14:06:08 -0500508 } else if (urb->status == -ENOENT) {
509 /* Avoid suspend failed when usb_kill_urb */
510 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200511 }
512
513 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
514 return;
515
Oliver Neukum7bee5492009-08-24 23:44:59 +0200516 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200517 usb_anchor_urb(urb, &data->intr_anchor);
518
519 err = usb_submit_urb(urb, GFP_ATOMIC);
520 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200521 /* -EPERM: urb is being killed;
522 * -ENODEV: device got disconnected */
523 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100524 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200525 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200526 usb_unanchor_urb(urb);
527 }
528}
529
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100530static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200531{
David Herrmann155961e2012-02-09 21:58:32 +0100532 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200533 struct urb *urb;
534 unsigned char *buf;
535 unsigned int pipe;
536 int err, size;
537
538 BT_DBG("%s", hdev->name);
539
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200540 if (!data->intr_ep)
541 return -ENODEV;
542
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100543 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200544 if (!urb)
545 return -ENOMEM;
546
547 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
548
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100549 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200550 if (!buf) {
551 usb_free_urb(urb);
552 return -ENOMEM;
553 }
554
555 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
556
557 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200558 btusb_intr_complete, hdev, data->intr_ep->bInterval);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200559
560 urb->transfer_flags |= URB_FREE_BUFFER;
561
562 usb_anchor_urb(urb, &data->intr_anchor);
563
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100564 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200565 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200566 if (err != -EPERM && err != -ENODEV)
567 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200568 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200569 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200570 }
571
572 usb_free_urb(urb);
573
574 return err;
575}
576
577static void btusb_bulk_complete(struct urb *urb)
578{
579 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100580 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200581 int err;
582
Marcel Holtmann89e75332014-09-16 04:44:50 +0200583 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
584 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200585
586 if (!test_bit(HCI_RUNNING, &hdev->flags))
587 return;
588
589 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200590 hdev->stat.byte_rx += urb->actual_length;
591
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200592 if (btusb_recv_bulk(data, urb->transfer_buffer,
593 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200594 BT_ERR("%s corrupted ACL packet", hdev->name);
595 hdev->stat.err_rx++;
596 }
Champion Chen85560c42014-09-06 14:06:08 -0500597 } else if (urb->status == -ENOENT) {
598 /* Avoid suspend failed when usb_kill_urb */
599 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200600 }
601
602 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
603 return;
604
605 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100606 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200607
608 err = usb_submit_urb(urb, GFP_ATOMIC);
609 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200610 /* -EPERM: urb is being killed;
611 * -ENODEV: device got disconnected */
612 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100613 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200614 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200615 usb_unanchor_urb(urb);
616 }
617}
618
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100619static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200620{
David Herrmann155961e2012-02-09 21:58:32 +0100621 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200622 struct urb *urb;
623 unsigned char *buf;
624 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530625 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200626
627 BT_DBG("%s", hdev->name);
628
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200629 if (!data->bulk_rx_ep)
630 return -ENODEV;
631
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100632 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200633 if (!urb)
634 return -ENOMEM;
635
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100636 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200637 if (!buf) {
638 usb_free_urb(urb);
639 return -ENOMEM;
640 }
641
642 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
643
Marcel Holtmann89e75332014-09-16 04:44:50 +0200644 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
645 btusb_bulk_complete, hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200646
647 urb->transfer_flags |= URB_FREE_BUFFER;
648
Oliver Neukum7bee5492009-08-24 23:44:59 +0200649 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200650 usb_anchor_urb(urb, &data->bulk_anchor);
651
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100652 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200653 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200654 if (err != -EPERM && err != -ENODEV)
655 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200656 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200657 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200658 }
659
660 usb_free_urb(urb);
661
662 return err;
663}
664
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200665static void btusb_isoc_complete(struct urb *urb)
666{
667 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100668 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200669 int i, err;
670
Marcel Holtmann89e75332014-09-16 04:44:50 +0200671 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
672 urb->actual_length);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200673
674 if (!test_bit(HCI_RUNNING, &hdev->flags))
675 return;
676
677 if (urb->status == 0) {
678 for (i = 0; i < urb->number_of_packets; i++) {
679 unsigned int offset = urb->iso_frame_desc[i].offset;
680 unsigned int length = urb->iso_frame_desc[i].actual_length;
681
682 if (urb->iso_frame_desc[i].status)
683 continue;
684
685 hdev->stat.byte_rx += length;
686
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200687 if (btusb_recv_isoc(data, urb->transfer_buffer + offset,
688 length) < 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200689 BT_ERR("%s corrupted SCO packet", hdev->name);
690 hdev->stat.err_rx++;
691 }
692 }
Champion Chen85560c42014-09-06 14:06:08 -0500693 } else if (urb->status == -ENOENT) {
694 /* Avoid suspend failed when usb_kill_urb */
695 return;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200696 }
697
698 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
699 return;
700
701 usb_anchor_urb(urb, &data->isoc_anchor);
702
703 err = usb_submit_urb(urb, GFP_ATOMIC);
704 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200705 /* -EPERM: urb is being killed;
706 * -ENODEV: device got disconnected */
707 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100708 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200709 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200710 usb_unanchor_urb(urb);
711 }
712}
713
Jesper Juhl42b16b32011-01-17 00:09:38 +0100714static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200715{
716 int i, offset = 0;
717
718 BT_DBG("len %d mtu %d", len, mtu);
719
720 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
721 i++, offset += mtu, len -= mtu) {
722 urb->iso_frame_desc[i].offset = offset;
723 urb->iso_frame_desc[i].length = mtu;
724 }
725
726 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
727 urb->iso_frame_desc[i].offset = offset;
728 urb->iso_frame_desc[i].length = len;
729 i++;
730 }
731
732 urb->number_of_packets = i;
733}
734
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100735static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200736{
David Herrmann155961e2012-02-09 21:58:32 +0100737 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200738 struct urb *urb;
739 unsigned char *buf;
740 unsigned int pipe;
741 int err, size;
742
743 BT_DBG("%s", hdev->name);
744
745 if (!data->isoc_rx_ep)
746 return -ENODEV;
747
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100748 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200749 if (!urb)
750 return -ENOMEM;
751
752 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
753 BTUSB_MAX_ISOC_FRAMES;
754
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100755 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200756 if (!buf) {
757 usb_free_urb(urb);
758 return -ENOMEM;
759 }
760
761 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
762
Bing Zhaofa0fb932011-12-20 18:19:00 -0800763 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200764 hdev, data->isoc_rx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200765
Marcel Holtmann89e75332014-09-16 04:44:50 +0200766 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200767
768 __fill_isoc_descriptor(urb, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200769 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200770
771 usb_anchor_urb(urb, &data->isoc_anchor);
772
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100773 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200774 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200775 if (err != -EPERM && err != -ENODEV)
776 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200777 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200778 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200779 }
780
781 usb_free_urb(urb);
782
783 return err;
784}
785
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200786static void btusb_tx_complete(struct urb *urb)
787{
788 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +0200789 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
David Herrmann155961e2012-02-09 21:58:32 +0100790 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200791
Marcel Holtmann89e75332014-09-16 04:44:50 +0200792 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
793 urb->actual_length);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200794
795 if (!test_bit(HCI_RUNNING, &hdev->flags))
796 goto done;
797
798 if (!urb->status)
799 hdev->stat.byte_tx += urb->transfer_buffer_length;
800 else
801 hdev->stat.err_tx++;
802
803done:
804 spin_lock(&data->txlock);
805 data->tx_in_flight--;
806 spin_unlock(&data->txlock);
807
808 kfree(urb->setup_packet);
809
810 kfree_skb(skb);
811}
812
813static void btusb_isoc_tx_complete(struct urb *urb)
814{
815 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +0200816 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200817
Marcel Holtmann89e75332014-09-16 04:44:50 +0200818 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
819 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200820
821 if (!test_bit(HCI_RUNNING, &hdev->flags))
822 goto done;
823
824 if (!urb->status)
825 hdev->stat.byte_tx += urb->transfer_buffer_length;
826 else
827 hdev->stat.err_tx++;
828
829done:
830 kfree(urb->setup_packet);
831
832 kfree_skb(skb);
833}
834
835static int btusb_open(struct hci_dev *hdev)
836{
David Herrmann155961e2012-02-09 21:58:32 +0100837 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200838 int err;
839
840 BT_DBG("%s", hdev->name);
841
Oliver Neukum7bee5492009-08-24 23:44:59 +0200842 err = usb_autopm_get_interface(data->intf);
843 if (err < 0)
844 return err;
845
846 data->intf->needs_remote_wakeup = 1;
847
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200848 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200849 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200850
851 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200852 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200853
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100854 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100855 if (err < 0)
856 goto failed;
857
858 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200859 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100860 usb_kill_anchored_urbs(&data->intr_anchor);
861 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200862 }
863
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100864 set_bit(BTUSB_BULK_RUNNING, &data->flags);
865 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
866
Oliver Neukum7bee5492009-08-24 23:44:59 +0200867done:
868 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100869 return 0;
870
871failed:
872 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
873 clear_bit(HCI_RUNNING, &hdev->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200874 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200875 return err;
876}
877
Oliver Neukum7bee5492009-08-24 23:44:59 +0200878static void btusb_stop_traffic(struct btusb_data *data)
879{
880 usb_kill_anchored_urbs(&data->intr_anchor);
881 usb_kill_anchored_urbs(&data->bulk_anchor);
882 usb_kill_anchored_urbs(&data->isoc_anchor);
883}
884
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200885static int btusb_close(struct hci_dev *hdev)
886{
David Herrmann155961e2012-02-09 21:58:32 +0100887 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200888 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200889
890 BT_DBG("%s", hdev->name);
891
892 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
893 return 0;
894
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200895 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -0800896 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200897
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200898 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200899 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200900 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200901
902 btusb_stop_traffic(data);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200903 btusb_free_frags(data);
904
Oliver Neukum7bee5492009-08-24 23:44:59 +0200905 err = usb_autopm_get_interface(data->intf);
906 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100907 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200908
909 data->intf->needs_remote_wakeup = 0;
910 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200911
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100912failed:
913 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200914 return 0;
915}
916
917static int btusb_flush(struct hci_dev *hdev)
918{
David Herrmann155961e2012-02-09 21:58:32 +0100919 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200920
921 BT_DBG("%s", hdev->name);
922
923 usb_kill_anchored_urbs(&data->tx_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200924 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200925
926 return 0;
927}
928
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200929static struct urb *alloc_ctrl_urb(struct hci_dev *hdev, struct sk_buff *skb)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200930{
David Herrmann155961e2012-02-09 21:58:32 +0100931 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200932 struct usb_ctrlrequest *dr;
933 struct urb *urb;
934 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200935
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200936 urb = usb_alloc_urb(0, GFP_KERNEL);
937 if (!urb)
938 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200939
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200940 dr = kmalloc(sizeof(*dr), GFP_KERNEL);
941 if (!dr) {
942 usb_free_urb(urb);
943 return ERR_PTR(-ENOMEM);
944 }
945
946 dr->bRequestType = data->cmdreq_type;
947 dr->bRequest = 0;
948 dr->wIndex = 0;
949 dr->wValue = 0;
950 dr->wLength = __cpu_to_le16(skb->len);
951
952 pipe = usb_sndctrlpipe(data->udev, 0x00);
953
Marcel Holtmann89e75332014-09-16 04:44:50 +0200954 usb_fill_control_urb(urb, data->udev, pipe, (void *)dr,
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200955 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200956
Marcel Holtmann89e75332014-09-16 04:44:50 +0200957 skb->dev = (void *)hdev;
Marcel Holtmann7bd8f092013-10-11 06:19:18 -0700958
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200959 return urb;
960}
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200961
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200962static struct urb *alloc_bulk_urb(struct hci_dev *hdev, struct sk_buff *skb)
963{
964 struct btusb_data *data = hci_get_drvdata(hdev);
965 struct urb *urb;
966 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200967
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200968 if (!data->bulk_tx_ep)
969 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200970
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200971 urb = usb_alloc_urb(0, GFP_KERNEL);
972 if (!urb)
973 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200974
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200975 pipe = usb_sndbulkpipe(data->udev, data->bulk_tx_ep->bEndpointAddress);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200976
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200977 usb_fill_bulk_urb(urb, data->udev, pipe,
978 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200979
Marcel Holtmann89e75332014-09-16 04:44:50 +0200980 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200981
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200982 return urb;
983}
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200984
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200985static struct urb *alloc_isoc_urb(struct hci_dev *hdev, struct sk_buff *skb)
986{
987 struct btusb_data *data = hci_get_drvdata(hdev);
988 struct urb *urb;
989 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200990
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200991 if (!data->isoc_tx_ep)
992 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200993
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200994 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_KERNEL);
995 if (!urb)
996 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200997
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200998 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200999
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001000 usb_fill_int_urb(urb, data->udev, pipe,
1001 skb->data, skb->len, btusb_isoc_tx_complete,
1002 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001003
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001004 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001005
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001006 __fill_isoc_descriptor(urb, skb->len,
1007 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001008
Marcel Holtmann89e75332014-09-16 04:44:50 +02001009 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001010
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001011 return urb;
1012}
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001013
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001014static int submit_tx_urb(struct hci_dev *hdev, struct urb *urb)
1015{
1016 struct btusb_data *data = hci_get_drvdata(hdev);
1017 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001018
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001019 usb_anchor_urb(urb, &data->tx_anchor);
1020
Johan Hedberge9753ef2014-09-14 08:49:34 +03001021 err = usb_submit_urb(urb, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001022 if (err < 0) {
Paul Bolle5a9b80e2011-10-09 12:12:16 +02001023 if (err != -EPERM && err != -ENODEV)
1024 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001025 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001026 kfree(urb->setup_packet);
1027 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001028 } else {
1029 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001030 }
1031
Cong Wang54a8a79c2011-11-22 09:32:57 +08001032 usb_free_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001033 return err;
1034}
1035
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001036static int submit_or_queue_tx_urb(struct hci_dev *hdev, struct urb *urb)
1037{
1038 struct btusb_data *data = hci_get_drvdata(hdev);
1039 unsigned long flags;
1040 bool suspending;
1041
1042 spin_lock_irqsave(&data->txlock, flags);
1043 suspending = test_bit(BTUSB_SUSPENDING, &data->flags);
1044 if (!suspending)
1045 data->tx_in_flight++;
1046 spin_unlock_irqrestore(&data->txlock, flags);
1047
1048 if (!suspending)
1049 return submit_tx_urb(hdev, urb);
1050
1051 usb_anchor_urb(urb, &data->deferred);
1052 schedule_work(&data->waker);
1053
1054 usb_free_urb(urb);
1055 return 0;
1056}
1057
1058static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
1059{
1060 struct urb *urb;
1061
1062 BT_DBG("%s", hdev->name);
1063
1064 if (!test_bit(HCI_RUNNING, &hdev->flags))
1065 return -EBUSY;
1066
1067 switch (bt_cb(skb)->pkt_type) {
1068 case HCI_COMMAND_PKT:
1069 urb = alloc_ctrl_urb(hdev, skb);
1070 if (IS_ERR(urb))
1071 return PTR_ERR(urb);
1072
1073 hdev->stat.cmd_tx++;
1074 return submit_or_queue_tx_urb(hdev, urb);
1075
1076 case HCI_ACLDATA_PKT:
1077 urb = alloc_bulk_urb(hdev, skb);
1078 if (IS_ERR(urb))
1079 return PTR_ERR(urb);
1080
1081 hdev->stat.acl_tx++;
1082 return submit_or_queue_tx_urb(hdev, urb);
1083
1084 case HCI_SCODATA_PKT:
1085 if (hci_conn_num(hdev, SCO_LINK) < 1)
1086 return -ENODEV;
1087
1088 urb = alloc_isoc_urb(hdev, skb);
1089 if (IS_ERR(urb))
1090 return PTR_ERR(urb);
1091
1092 hdev->stat.sco_tx++;
1093 return submit_tx_urb(hdev, urb);
1094 }
1095
1096 return -EILSEQ;
1097}
1098
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001099static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
1100{
David Herrmann155961e2012-02-09 21:58:32 +01001101 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001102
1103 BT_DBG("%s evt %d", hdev->name, evt);
1104
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001105 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
1106 data->sco_num = hci_conn_num(hdev, SCO_LINK);
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001107 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +01001108 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001109}
1110
Jesper Juhl42b16b32011-01-17 00:09:38 +01001111static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001112{
David Herrmann155961e2012-02-09 21:58:32 +01001113 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001114 struct usb_interface *intf = data->isoc;
1115 struct usb_endpoint_descriptor *ep_desc;
1116 int i, err;
1117
1118 if (!data->isoc)
1119 return -ENODEV;
1120
1121 err = usb_set_interface(data->udev, 1, altsetting);
1122 if (err < 0) {
1123 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
1124 return err;
1125 }
1126
1127 data->isoc_altsetting = altsetting;
1128
1129 data->isoc_tx_ep = NULL;
1130 data->isoc_rx_ep = NULL;
1131
1132 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1133 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1134
1135 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
1136 data->isoc_tx_ep = ep_desc;
1137 continue;
1138 }
1139
1140 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
1141 data->isoc_rx_ep = ep_desc;
1142 continue;
1143 }
1144 }
1145
1146 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
1147 BT_ERR("%s invalid SCO descriptors", hdev->name);
1148 return -ENODEV;
1149 }
1150
1151 return 0;
1152}
1153
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001154static void btusb_work(struct work_struct *work)
1155{
1156 struct btusb_data *data = container_of(work, struct btusb_data, work);
1157 struct hci_dev *hdev = data->hdev;
Mikel Astizf4001d22012-04-11 08:48:51 +02001158 int new_alts;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001159 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001160
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001161 if (data->sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001162 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001163 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001164 if (err < 0) {
1165 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1166 usb_kill_anchored_urbs(&data->isoc_anchor);
1167 return;
1168 }
1169
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001170 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001171 }
Mikel Astizf4001d22012-04-11 08:48:51 +02001172
1173 if (hdev->voice_setting & 0x0020) {
1174 static const int alts[3] = { 2, 4, 5 };
Marcel Holtmann89e75332014-09-16 04:44:50 +02001175
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001176 new_alts = alts[data->sco_num - 1];
Mikel Astizf4001d22012-04-11 08:48:51 +02001177 } else {
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001178 new_alts = data->sco_num;
Mikel Astizf4001d22012-04-11 08:48:51 +02001179 }
1180
1181 if (data->isoc_altsetting != new_alts) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001182 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1183 usb_kill_anchored_urbs(&data->isoc_anchor);
1184
Mikel Astizf4001d22012-04-11 08:48:51 +02001185 if (__set_isoc_interface(hdev, new_alts) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001186 return;
1187 }
1188
1189 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001190 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001191 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1192 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001193 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001194 }
1195 } else {
1196 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1197 usb_kill_anchored_urbs(&data->isoc_anchor);
1198
1199 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001200 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001201 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001202 }
1203}
1204
Oliver Neukum7bee5492009-08-24 23:44:59 +02001205static void btusb_waker(struct work_struct *work)
1206{
1207 struct btusb_data *data = container_of(work, struct btusb_data, waker);
1208 int err;
1209
1210 err = usb_autopm_get_interface(data->intf);
1211 if (err < 0)
1212 return;
1213
1214 usb_autopm_put_interface(data->intf);
1215}
1216
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07001217static int btusb_setup_bcm92035(struct hci_dev *hdev)
1218{
1219 struct sk_buff *skb;
1220 u8 val = 0x00;
1221
1222 BT_DBG("%s", hdev->name);
1223
1224 skb = __hci_cmd_sync(hdev, 0xfc3b, 1, &val, HCI_INIT_TIMEOUT);
1225 if (IS_ERR(skb))
1226 BT_ERR("BCM92035 command failed (%ld)", -PTR_ERR(skb));
1227 else
1228 kfree_skb(skb);
1229
1230 return 0;
1231}
1232
Marcel Holtmann81cac642014-01-03 03:02:36 -08001233static int btusb_setup_csr(struct hci_dev *hdev)
1234{
1235 struct hci_rp_read_local_version *rp;
1236 struct sk_buff *skb;
1237 int ret;
1238
1239 BT_DBG("%s", hdev->name);
1240
1241 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1242 HCI_INIT_TIMEOUT);
1243 if (IS_ERR(skb)) {
1244 BT_ERR("Reading local version failed (%ld)", -PTR_ERR(skb));
1245 return -PTR_ERR(skb);
1246 }
1247
Marcel Holtmann89e75332014-09-16 04:44:50 +02001248 rp = (struct hci_rp_read_local_version *)skb->data;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001249
1250 if (!rp->status) {
1251 if (le16_to_cpu(rp->manufacturer) != 10) {
1252 /* Clear the reset quirk since this is not an actual
1253 * early Bluetooth 1.1 device from CSR.
1254 */
1255 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
1256
1257 /* These fake CSR controllers have all a broken
1258 * stored link key handling and so just disable it.
1259 */
1260 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY,
1261 &hdev->quirks);
1262 }
1263 }
1264
1265 ret = -bt_to_errno(rp->status);
1266
1267 kfree_skb(skb);
1268
1269 return ret;
1270}
1271
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001272struct intel_version {
1273 u8 status;
1274 u8 hw_platform;
1275 u8 hw_variant;
1276 u8 hw_revision;
1277 u8 fw_variant;
1278 u8 fw_revision;
1279 u8 fw_build_num;
1280 u8 fw_build_ww;
1281 u8 fw_build_yy;
1282 u8 fw_patch_num;
1283} __packed;
1284
1285static const struct firmware *btusb_setup_intel_get_fw(struct hci_dev *hdev,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001286 struct intel_version *ver)
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001287{
1288 const struct firmware *fw;
1289 char fwname[64];
1290 int ret;
1291
1292 snprintf(fwname, sizeof(fwname),
1293 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1294 ver->hw_platform, ver->hw_variant, ver->hw_revision,
1295 ver->fw_variant, ver->fw_revision, ver->fw_build_num,
1296 ver->fw_build_ww, ver->fw_build_yy);
1297
1298 ret = request_firmware(&fw, fwname, &hdev->dev);
1299 if (ret < 0) {
1300 if (ret == -EINVAL) {
1301 BT_ERR("%s Intel firmware file request failed (%d)",
1302 hdev->name, ret);
1303 return NULL;
1304 }
1305
1306 BT_ERR("%s failed to open Intel firmware file: %s(%d)",
1307 hdev->name, fwname, ret);
1308
1309 /* If the correct firmware patch file is not found, use the
1310 * default firmware patch file instead
1311 */
1312 snprintf(fwname, sizeof(fwname), "intel/ibt-hw-%x.%x.bseq",
1313 ver->hw_platform, ver->hw_variant);
1314 if (request_firmware(&fw, fwname, &hdev->dev) < 0) {
1315 BT_ERR("%s failed to open default Intel fw file: %s",
1316 hdev->name, fwname);
1317 return NULL;
1318 }
1319 }
1320
1321 BT_INFO("%s: Intel Bluetooth firmware file: %s", hdev->name, fwname);
1322
1323 return fw;
1324}
1325
1326static int btusb_setup_intel_patching(struct hci_dev *hdev,
1327 const struct firmware *fw,
1328 const u8 **fw_ptr, int *disable_patch)
1329{
1330 struct sk_buff *skb;
1331 struct hci_command_hdr *cmd;
1332 const u8 *cmd_param;
1333 struct hci_event_hdr *evt = NULL;
1334 const u8 *evt_param = NULL;
1335 int remain = fw->size - (*fw_ptr - fw->data);
1336
1337 /* The first byte indicates the types of the patch command or event.
1338 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1339 * in the current firmware buffer doesn't start with 0x01 or
1340 * the size of remain buffer is smaller than HCI command header,
1341 * the firmware file is corrupted and it should stop the patching
1342 * process.
1343 */
1344 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) {
1345 BT_ERR("%s Intel fw corrupted: invalid cmd read", hdev->name);
1346 return -EINVAL;
1347 }
1348 (*fw_ptr)++;
1349 remain--;
1350
1351 cmd = (struct hci_command_hdr *)(*fw_ptr);
1352 *fw_ptr += sizeof(*cmd);
1353 remain -= sizeof(*cmd);
1354
1355 /* Ensure that the remain firmware data is long enough than the length
1356 * of command parameter. If not, the firmware file is corrupted.
1357 */
1358 if (remain < cmd->plen) {
1359 BT_ERR("%s Intel fw corrupted: invalid cmd len", hdev->name);
1360 return -EFAULT;
1361 }
1362
1363 /* If there is a command that loads a patch in the firmware
1364 * file, then enable the patch upon success, otherwise just
1365 * disable the manufacturer mode, for example patch activation
1366 * is not required when the default firmware patch file is used
1367 * because there are no patch data to load.
1368 */
1369 if (*disable_patch && le16_to_cpu(cmd->opcode) == 0xfc8e)
1370 *disable_patch = 0;
1371
1372 cmd_param = *fw_ptr;
1373 *fw_ptr += cmd->plen;
1374 remain -= cmd->plen;
1375
1376 /* This reads the expected events when the above command is sent to the
1377 * device. Some vendor commands expects more than one events, for
1378 * example command status event followed by vendor specific event.
1379 * For this case, it only keeps the last expected event. so the command
1380 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1381 * last expected event.
1382 */
1383 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
1384 (*fw_ptr)++;
1385 remain--;
1386
1387 evt = (struct hci_event_hdr *)(*fw_ptr);
1388 *fw_ptr += sizeof(*evt);
1389 remain -= sizeof(*evt);
1390
1391 if (remain < evt->plen) {
1392 BT_ERR("%s Intel fw corrupted: invalid evt len",
1393 hdev->name);
1394 return -EFAULT;
1395 }
1396
1397 evt_param = *fw_ptr;
1398 *fw_ptr += evt->plen;
1399 remain -= evt->plen;
1400 }
1401
1402 /* Every HCI commands in the firmware file has its correspond event.
1403 * If event is not found or remain is smaller than zero, the firmware
1404 * file is corrupted.
1405 */
1406 if (!evt || !evt_param || remain < 0) {
1407 BT_ERR("%s Intel fw corrupted: invalid evt read", hdev->name);
1408 return -EFAULT;
1409 }
1410
1411 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen,
1412 cmd_param, evt->evt, HCI_INIT_TIMEOUT);
1413 if (IS_ERR(skb)) {
1414 BT_ERR("%s sending Intel patch command (0x%4.4x) failed (%ld)",
1415 hdev->name, cmd->opcode, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001416 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001417 }
1418
1419 /* It ensures that the returned event matches the event data read from
1420 * the firmware file. At fist, it checks the length and then
1421 * the contents of the event.
1422 */
1423 if (skb->len != evt->plen) {
1424 BT_ERR("%s mismatch event length (opcode 0x%4.4x)", hdev->name,
1425 le16_to_cpu(cmd->opcode));
1426 kfree_skb(skb);
1427 return -EFAULT;
1428 }
1429
1430 if (memcmp(skb->data, evt_param, evt->plen)) {
1431 BT_ERR("%s mismatch event parameter (opcode 0x%4.4x)",
1432 hdev->name, le16_to_cpu(cmd->opcode));
1433 kfree_skb(skb);
1434 return -EFAULT;
1435 }
1436 kfree_skb(skb);
1437
1438 return 0;
1439}
1440
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001441#define BDADDR_INTEL (&(bdaddr_t) {{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
1442
1443static int btusb_check_bdaddr_intel(struct hci_dev *hdev)
1444{
1445 struct sk_buff *skb;
1446 struct hci_rp_read_bd_addr *rp;
1447
1448 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1449 HCI_INIT_TIMEOUT);
1450 if (IS_ERR(skb)) {
1451 BT_ERR("%s reading Intel device address failed (%ld)",
1452 hdev->name, PTR_ERR(skb));
1453 return PTR_ERR(skb);
1454 }
1455
1456 if (skb->len != sizeof(*rp)) {
1457 BT_ERR("%s Intel device address length mismatch", hdev->name);
1458 kfree_skb(skb);
1459 return -EIO;
1460 }
1461
Marcel Holtmann89e75332014-09-16 04:44:50 +02001462 rp = (struct hci_rp_read_bd_addr *)skb->data;
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001463 if (rp->status) {
1464 BT_ERR("%s Intel device address result failed (%02x)",
1465 hdev->name, rp->status);
1466 kfree_skb(skb);
1467 return -bt_to_errno(rp->status);
1468 }
1469
1470 /* For some Intel based controllers, the default Bluetooth device
1471 * address 00:03:19:9E:8B:00 can be found. These controllers are
1472 * fully operational, but have the danger of duplicate addresses
1473 * and that in turn can cause problems with Bluetooth operation.
1474 */
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001475 if (!bacmp(&rp->bdaddr, BDADDR_INTEL)) {
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001476 BT_ERR("%s found Intel default device address (%pMR)",
1477 hdev->name, &rp->bdaddr);
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001478 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1479 }
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001480
1481 kfree_skb(skb);
1482
1483 return 0;
1484}
1485
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001486static int btusb_setup_intel(struct hci_dev *hdev)
1487{
1488 struct sk_buff *skb;
1489 const struct firmware *fw;
1490 const u8 *fw_ptr;
1491 int disable_patch;
1492 struct intel_version *ver;
1493
1494 const u8 mfg_enable[] = { 0x01, 0x00 };
1495 const u8 mfg_disable[] = { 0x00, 0x00 };
1496 const u8 mfg_reset_deactivate[] = { 0x00, 0x01 };
1497 const u8 mfg_reset_activate[] = { 0x00, 0x02 };
1498
1499 BT_DBG("%s", hdev->name);
1500
1501 /* The controller has a bug with the first HCI command sent to it
1502 * returning number of completed commands as zero. This would stall the
1503 * command processing in the Bluetooth core.
1504 *
1505 * As a workaround, send HCI Reset command first which will reset the
1506 * number of completed commands and allow normal command processing
1507 * from now on.
1508 */
1509 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1510 if (IS_ERR(skb)) {
1511 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1512 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001513 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001514 }
1515 kfree_skb(skb);
1516
1517 /* Read Intel specific controller version first to allow selection of
1518 * which firmware file to load.
1519 *
1520 * The returned information are hardware variant and revision plus
1521 * firmware variant, revision and build number.
1522 */
1523 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
1524 if (IS_ERR(skb)) {
1525 BT_ERR("%s reading Intel fw version command failed (%ld)",
1526 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001527 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001528 }
1529
1530 if (skb->len != sizeof(*ver)) {
1531 BT_ERR("%s Intel version event length mismatch", hdev->name);
1532 kfree_skb(skb);
1533 return -EIO;
1534 }
1535
1536 ver = (struct intel_version *)skb->data;
1537 if (ver->status) {
1538 BT_ERR("%s Intel fw version event failed (%02x)", hdev->name,
1539 ver->status);
1540 kfree_skb(skb);
1541 return -bt_to_errno(ver->status);
1542 }
1543
1544 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1545 hdev->name, ver->hw_platform, ver->hw_variant,
1546 ver->hw_revision, ver->fw_variant, ver->fw_revision,
1547 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy,
1548 ver->fw_patch_num);
1549
1550 /* fw_patch_num indicates the version of patch the device currently
1551 * have. If there is no patch data in the device, it is always 0x00.
1552 * So, if it is other than 0x00, no need to patch the deivce again.
1553 */
1554 if (ver->fw_patch_num) {
1555 BT_INFO("%s: Intel device is already patched. patch num: %02x",
1556 hdev->name, ver->fw_patch_num);
1557 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001558 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001559 return 0;
1560 }
1561
1562 /* Opens the firmware patch file based on the firmware version read
1563 * from the controller. If it fails to open the matching firmware
1564 * patch file, it tries to open the default firmware patch file.
1565 * If no patch file is found, allow the device to operate without
1566 * a patch.
1567 */
1568 fw = btusb_setup_intel_get_fw(hdev, ver);
1569 if (!fw) {
1570 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001571 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001572 return 0;
1573 }
1574 fw_ptr = fw->data;
1575
1576 /* This Intel specific command enables the manufacturer mode of the
1577 * controller.
1578 *
1579 * Only while this mode is enabled, the driver can download the
1580 * firmware patch data and configuration parameters.
1581 */
1582 skb = __hci_cmd_sync(hdev, 0xfc11, 2, mfg_enable, HCI_INIT_TIMEOUT);
1583 if (IS_ERR(skb)) {
1584 BT_ERR("%s entering Intel manufacturer mode failed (%ld)",
1585 hdev->name, PTR_ERR(skb));
1586 release_firmware(fw);
Adam Leed9c78e92013-07-10 10:02:12 +08001587 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001588 }
1589
1590 if (skb->data[0]) {
1591 u8 evt_status = skb->data[0];
Marcel Holtmann89e75332014-09-16 04:44:50 +02001592
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001593 BT_ERR("%s enable Intel manufacturer mode event failed (%02x)",
1594 hdev->name, evt_status);
1595 kfree_skb(skb);
1596 release_firmware(fw);
1597 return -bt_to_errno(evt_status);
1598 }
1599 kfree_skb(skb);
1600
1601 disable_patch = 1;
1602
1603 /* The firmware data file consists of list of Intel specific HCI
1604 * commands and its expected events. The first byte indicates the
1605 * type of the message, either HCI command or HCI event.
1606 *
1607 * It reads the command and its expected event from the firmware file,
1608 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1609 * the returned event is compared with the event read from the firmware
1610 * file and it will continue until all the messages are downloaded to
1611 * the controller.
1612 *
1613 * Once the firmware patching is completed successfully,
1614 * the manufacturer mode is disabled with reset and activating the
1615 * downloaded patch.
1616 *
1617 * If the firmware patching fails, the manufacturer mode is
1618 * disabled with reset and deactivating the patch.
1619 *
1620 * If the default patch file is used, no reset is done when disabling
1621 * the manufacturer.
1622 */
1623 while (fw->size > fw_ptr - fw->data) {
1624 int ret;
1625
1626 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1627 &disable_patch);
1628 if (ret < 0)
1629 goto exit_mfg_deactivate;
1630 }
1631
1632 release_firmware(fw);
1633
1634 if (disable_patch)
1635 goto exit_mfg_disable;
1636
1637 /* Patching completed successfully and disable the manufacturer mode
1638 * with reset and activate the downloaded firmware patches.
1639 */
1640 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_activate),
1641 mfg_reset_activate, HCI_INIT_TIMEOUT);
1642 if (IS_ERR(skb)) {
1643 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1644 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001645 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001646 }
1647 kfree_skb(skb);
1648
1649 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1650 hdev->name);
1651
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001652 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001653 return 0;
1654
1655exit_mfg_disable:
1656 /* Disable the manufacturer mode without reset */
1657 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_disable), mfg_disable,
1658 HCI_INIT_TIMEOUT);
1659 if (IS_ERR(skb)) {
1660 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1661 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001662 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001663 }
1664 kfree_skb(skb);
1665
1666 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001667
1668 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001669 return 0;
1670
1671exit_mfg_deactivate:
1672 release_firmware(fw);
1673
1674 /* Patching failed. Disable the manufacturer mode with reset and
1675 * deactivate the downloaded firmware patches.
1676 */
1677 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_deactivate),
1678 mfg_reset_deactivate, HCI_INIT_TIMEOUT);
1679 if (IS_ERR(skb)) {
1680 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1681 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001682 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001683 }
1684 kfree_skb(skb);
1685
1686 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1687 hdev->name);
1688
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001689 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001690 return 0;
1691}
1692
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001693static int btusb_set_bdaddr_intel(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1694{
1695 struct sk_buff *skb;
1696 long ret;
1697
1698 skb = __hci_cmd_sync(hdev, 0xfc31, 6, bdaddr, HCI_INIT_TIMEOUT);
1699 if (IS_ERR(skb)) {
1700 ret = PTR_ERR(skb);
1701 BT_ERR("%s: changing Intel device address failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001702 hdev->name, ret);
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001703 return ret;
1704 }
1705 kfree_skb(skb);
1706
1707 return 0;
1708}
1709
Amitkumar Karwarae8df492014-07-18 14:47:06 -07001710static int btusb_set_bdaddr_marvell(struct hci_dev *hdev,
1711 const bdaddr_t *bdaddr)
1712{
1713 struct sk_buff *skb;
1714 u8 buf[8];
1715 long ret;
1716
1717 buf[0] = 0xfe;
1718 buf[1] = sizeof(bdaddr_t);
1719 memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
1720
1721 skb = __hci_cmd_sync(hdev, 0xfc22, sizeof(buf), buf, HCI_INIT_TIMEOUT);
1722 if (IS_ERR(skb)) {
1723 ret = PTR_ERR(skb);
1724 BT_ERR("%s: changing Marvell device address failed (%ld)",
1725 hdev->name, ret);
1726 return ret;
1727 }
1728 kfree_skb(skb);
1729
1730 return 0;
1731}
1732
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001733#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}})
1734
Petri Gynther10d4c672014-05-08 15:50:01 -07001735static int btusb_setup_bcm_patchram(struct hci_dev *hdev)
1736{
1737 struct btusb_data *data = hci_get_drvdata(hdev);
1738 struct usb_device *udev = data->udev;
1739 char fw_name[64];
1740 const struct firmware *fw;
1741 const u8 *fw_ptr;
1742 size_t fw_size;
1743 const struct hci_command_hdr *cmd;
1744 const u8 *cmd_param;
1745 u16 opcode;
1746 struct sk_buff *skb;
1747 struct hci_rp_read_local_version *ver;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001748 struct hci_rp_read_bd_addr *bda;
Petri Gynther10d4c672014-05-08 15:50:01 -07001749 long ret;
1750
1751 snprintf(fw_name, sizeof(fw_name), "brcm/%s-%04x-%04x.hcd",
1752 udev->product ? udev->product : "BCM",
1753 le16_to_cpu(udev->descriptor.idVendor),
1754 le16_to_cpu(udev->descriptor.idProduct));
1755
1756 ret = request_firmware(&fw, fw_name, &hdev->dev);
1757 if (ret < 0) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001758 BT_INFO("%s: BCM: patch %s not found", hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001759 return 0;
1760 }
1761
1762 /* Reset */
1763 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1764 if (IS_ERR(skb)) {
1765 ret = PTR_ERR(skb);
1766 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1767 goto done;
1768 }
1769 kfree_skb(skb);
1770
1771 /* Read Local Version Info */
1772 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1773 HCI_INIT_TIMEOUT);
1774 if (IS_ERR(skb)) {
1775 ret = PTR_ERR(skb);
1776 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001777 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001778 goto done;
1779 }
1780
1781 if (skb->len != sizeof(*ver)) {
1782 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001783 hdev->name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001784 kfree_skb(skb);
1785 ret = -EIO;
1786 goto done;
1787 }
1788
Marcel Holtmann89e75332014-09-16 04:44:50 +02001789 ver = (struct hci_rp_read_local_version *)skb->data;
Petri Gynther10d4c672014-05-08 15:50:01 -07001790 BT_INFO("%s: BCM: patching hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1791 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1792 ver->lmp_ver, ver->lmp_subver);
1793 kfree_skb(skb);
1794
1795 /* Start Download */
1796 skb = __hci_cmd_sync(hdev, 0xfc2e, 0, NULL, HCI_INIT_TIMEOUT);
1797 if (IS_ERR(skb)) {
1798 ret = PTR_ERR(skb);
1799 BT_ERR("%s: BCM: Download Minidrv command failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001800 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001801 goto reset_fw;
1802 }
1803 kfree_skb(skb);
1804
1805 /* 50 msec delay after Download Minidrv completes */
1806 msleep(50);
1807
1808 fw_ptr = fw->data;
1809 fw_size = fw->size;
1810
1811 while (fw_size >= sizeof(*cmd)) {
Marcel Holtmann89e75332014-09-16 04:44:50 +02001812 cmd = (struct hci_command_hdr *)fw_ptr;
Petri Gynther10d4c672014-05-08 15:50:01 -07001813 fw_ptr += sizeof(*cmd);
1814 fw_size -= sizeof(*cmd);
1815
1816 if (fw_size < cmd->plen) {
1817 BT_ERR("%s: BCM: patch %s is corrupted",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001818 hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001819 ret = -EINVAL;
1820 goto reset_fw;
1821 }
1822
1823 cmd_param = fw_ptr;
1824 fw_ptr += cmd->plen;
1825 fw_size -= cmd->plen;
1826
1827 opcode = le16_to_cpu(cmd->opcode);
1828
1829 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param,
1830 HCI_INIT_TIMEOUT);
1831 if (IS_ERR(skb)) {
1832 ret = PTR_ERR(skb);
1833 BT_ERR("%s: BCM: patch command %04x failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001834 hdev->name, opcode, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001835 goto reset_fw;
1836 }
1837 kfree_skb(skb);
1838 }
1839
1840 /* 250 msec delay after Launch Ram completes */
1841 msleep(250);
1842
1843reset_fw:
1844 /* Reset */
1845 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1846 if (IS_ERR(skb)) {
1847 ret = PTR_ERR(skb);
1848 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1849 goto done;
1850 }
1851 kfree_skb(skb);
1852
1853 /* Read Local Version Info */
1854 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1855 HCI_INIT_TIMEOUT);
1856 if (IS_ERR(skb)) {
1857 ret = PTR_ERR(skb);
1858 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001859 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001860 goto done;
1861 }
1862
1863 if (skb->len != sizeof(*ver)) {
1864 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001865 hdev->name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001866 kfree_skb(skb);
1867 ret = -EIO;
1868 goto done;
1869 }
1870
Marcel Holtmann89e75332014-09-16 04:44:50 +02001871 ver = (struct hci_rp_read_local_version *)skb->data;
Petri Gynther10d4c672014-05-08 15:50:01 -07001872 BT_INFO("%s: BCM: firmware hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1873 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1874 ver->lmp_ver, ver->lmp_subver);
1875 kfree_skb(skb);
1876
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001877 /* Read BD Address */
1878 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1879 HCI_INIT_TIMEOUT);
1880 if (IS_ERR(skb)) {
1881 ret = PTR_ERR(skb);
1882 BT_ERR("%s: HCI_OP_READ_BD_ADDR failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001883 hdev->name, ret);
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001884 goto done;
1885 }
1886
1887 if (skb->len != sizeof(*bda)) {
1888 BT_ERR("%s: HCI_OP_READ_BD_ADDR event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001889 hdev->name);
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001890 kfree_skb(skb);
1891 ret = -EIO;
1892 goto done;
1893 }
1894
Marcel Holtmann89e75332014-09-16 04:44:50 +02001895 bda = (struct hci_rp_read_bd_addr *)skb->data;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001896 if (bda->status) {
1897 BT_ERR("%s: HCI_OP_READ_BD_ADDR error status (%02x)",
1898 hdev->name, bda->status);
1899 kfree_skb(skb);
1900 ret = -bt_to_errno(bda->status);
1901 goto done;
1902 }
1903
1904 /* The address 00:20:70:02:A0:00 indicates a BCM20702A0 controller
1905 * with no configured address.
1906 */
Marcel Holtmann849e5082014-07-04 16:54:39 +02001907 if (!bacmp(&bda->bdaddr, BDADDR_BCM20702A0)) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001908 BT_INFO("%s: BCM: using default device address (%pMR)",
1909 hdev->name, &bda->bdaddr);
Marcel Holtmann849e5082014-07-04 16:54:39 +02001910 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1911 }
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001912
1913 kfree_skb(skb);
1914
Petri Gynther10d4c672014-05-08 15:50:01 -07001915done:
1916 release_firmware(fw);
1917
1918 return ret;
1919}
1920
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001921static int btusb_set_bdaddr_bcm(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1922{
1923 struct sk_buff *skb;
1924 long ret;
1925
1926 skb = __hci_cmd_sync(hdev, 0xfc01, 6, bdaddr, HCI_INIT_TIMEOUT);
1927 if (IS_ERR(skb)) {
1928 ret = PTR_ERR(skb);
1929 BT_ERR("%s: BCM: Change address command failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001930 hdev->name, ret);
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001931 return ret;
1932 }
1933 kfree_skb(skb);
1934
1935 return 0;
1936}
1937
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001938static int btusb_probe(struct usb_interface *intf,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001939 const struct usb_device_id *id)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001940{
1941 struct usb_endpoint_descriptor *ep_desc;
1942 struct btusb_data *data;
1943 struct hci_dev *hdev;
1944 int i, err;
1945
1946 BT_DBG("intf %p id %p", intf, id);
1947
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001948 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001949 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
1950 return -ENODEV;
1951
1952 if (!id->driver_info) {
1953 const struct usb_device_id *match;
Marcel Holtmann89e75332014-09-16 04:44:50 +02001954
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001955 match = usb_match_id(intf, blacklist_table);
1956 if (match)
1957 id = match;
1958 }
1959
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001960 if (id->driver_info == BTUSB_IGNORE)
1961 return -ENODEV;
1962
Steven.Li2d25f8b2011-07-01 14:02:36 +08001963 if (id->driver_info & BTUSB_ATH3012) {
1964 struct usb_device *udev = interface_to_usbdev(intf);
1965
1966 /* Old firmware would otherwise let ath3k driver load
1967 * patch and sysconfig files */
1968 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
1969 return -ENODEV;
1970 }
1971
Sachin Kamat98921db2012-07-27 12:38:39 +05301972 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001973 if (!data)
1974 return -ENOMEM;
1975
1976 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1977 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1978
1979 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
1980 data->intr_ep = ep_desc;
1981 continue;
1982 }
1983
1984 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
1985 data->bulk_tx_ep = ep_desc;
1986 continue;
1987 }
1988
1989 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
1990 data->bulk_rx_ep = ep_desc;
1991 continue;
1992 }
1993 }
1994
Sachin Kamat98921db2012-07-27 12:38:39 +05301995 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001996 return -ENODEV;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001997
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001998 data->cmdreq_type = USB_TYPE_CLASS;
1999
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002000 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002001 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002002
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002003 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002004 INIT_WORK(&data->waker, btusb_waker);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002005 init_usb_anchor(&data->deferred);
2006 init_usb_anchor(&data->tx_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002007 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002008
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002009 init_usb_anchor(&data->intr_anchor);
2010 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002011 init_usb_anchor(&data->isoc_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002012 spin_lock_init(&data->rxlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002013
2014 hdev = hci_alloc_dev();
Sachin Kamat98921db2012-07-27 12:38:39 +05302015 if (!hdev)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002016 return -ENOMEM;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002017
Marcel Holtmannc13854c2010-02-08 15:27:07 +01002018 hdev->bus = HCI_USB;
David Herrmann155961e2012-02-09 21:58:32 +01002019 hci_set_drvdata(hdev, data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002020
2021 data->hdev = hdev;
2022
2023 SET_HCIDEV_DEV(hdev, &intf->dev);
2024
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07002025 hdev->open = btusb_open;
2026 hdev->close = btusb_close;
2027 hdev->flush = btusb_flush;
2028 hdev->send = btusb_send_frame;
2029 hdev->notify = btusb_notify;
2030
2031 if (id->driver_info & BTUSB_BCM92035)
2032 hdev->setup = btusb_setup_bcm92035;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002033
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002034 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
Petri Gynther10d4c672014-05-08 15:50:01 -07002035 hdev->setup = btusb_setup_bcm_patchram;
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002036 hdev->set_bdaddr = btusb_set_bdaddr_bcm;
2037 }
Petri Gynther10d4c672014-05-08 15:50:01 -07002038
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02002039 if (id->driver_info & BTUSB_INTEL) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07002040 hdev->setup = btusb_setup_intel;
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02002041 hdev->set_bdaddr = btusb_set_bdaddr_intel;
2042 }
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07002043
Amitkumar Karwarae8df492014-07-18 14:47:06 -07002044 if (id->driver_info & BTUSB_MARVELL)
2045 hdev->set_bdaddr = btusb_set_bdaddr_marvell;
2046
Marcel Holtmann40df7832014-07-06 13:29:58 +02002047 if (id->driver_info & BTUSB_INTEL_BOOT)
2048 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2049
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002050 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002051 data->isoc = usb_ifnum_to_if(data->udev, 1);
2052
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002053 if (!reset)
Szymon Janca6c511c2012-05-23 12:35:46 +02002054 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002055
2056 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
2057 if (!disable_scofix)
2058 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
2059 }
2060
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002061 if (id->driver_info & BTUSB_BROKEN_ISOC)
2062 data->isoc = NULL;
2063
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002064 if (id->driver_info & BTUSB_DIGIANSWER) {
2065 data->cmdreq_type = USB_TYPE_VENDOR;
Szymon Janca6c511c2012-05-23 12:35:46 +02002066 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002067 }
2068
2069 if (id->driver_info & BTUSB_CSR) {
2070 struct usb_device *udev = data->udev;
Marcel Holtmann81cac642014-01-03 03:02:36 -08002071 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002072
2073 /* Old firmware would otherwise execute USB reset */
Marcel Holtmann81cac642014-01-03 03:02:36 -08002074 if (bcdDevice < 0x117)
Szymon Janca6c511c2012-05-23 12:35:46 +02002075 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08002076
2077 /* Fake CSR devices with broken commands */
2078 if (bcdDevice <= 0x100)
2079 hdev->setup = btusb_setup_csr;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002080 }
2081
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002082 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002083 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002084
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002085 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002086 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
2087 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2088 }
2089
Marcel Holtmann3a5ef202014-07-06 14:53:54 +02002090 if (id->driver_info & BTUSB_INTEL_BOOT) {
2091 /* A bug in the bootloader causes that interrupt interface is
2092 * only enabled after receiving SetInterface(0, AltSetting=0).
2093 */
2094 err = usb_set_interface(data->udev, 0, 0);
2095 if (err < 0) {
2096 BT_ERR("failed to set interface 0, alt 0 %d", err);
2097 hci_free_dev(hdev);
2098 return err;
2099 }
2100 }
2101
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002102 if (data->isoc) {
2103 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann89e75332014-09-16 04:44:50 +02002104 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002105 if (err < 0) {
2106 hci_free_dev(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002107 return err;
2108 }
2109 }
2110
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002111 err = hci_register_dev(hdev);
2112 if (err < 0) {
2113 hci_free_dev(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002114 return err;
2115 }
2116
2117 usb_set_intfdata(intf, data);
2118
2119 return 0;
2120}
2121
2122static void btusb_disconnect(struct usb_interface *intf)
2123{
2124 struct btusb_data *data = usb_get_intfdata(intf);
2125 struct hci_dev *hdev;
2126
2127 BT_DBG("intf %p", intf);
2128
2129 if (!data)
2130 return;
2131
2132 hdev = data->hdev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002133 usb_set_intfdata(data->intf, NULL);
2134
2135 if (data->isoc)
2136 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002137
2138 hci_unregister_dev(hdev);
2139
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002140 if (intf == data->isoc)
2141 usb_driver_release_interface(&btusb_driver, data->intf);
2142 else if (data->isoc)
2143 usb_driver_release_interface(&btusb_driver, data->isoc);
2144
Marcel Holtmann803b5832014-09-16 08:00:29 +02002145 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002146 hci_free_dev(hdev);
2147}
2148
Oliver Neukum7bee5492009-08-24 23:44:59 +02002149#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002150static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
2151{
2152 struct btusb_data *data = usb_get_intfdata(intf);
2153
2154 BT_DBG("intf %p", intf);
2155
2156 if (data->suspend_count++)
2157 return 0;
2158
Oliver Neukum7bee5492009-08-24 23:44:59 +02002159 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02002160 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02002161 set_bit(BTUSB_SUSPENDING, &data->flags);
2162 spin_unlock_irq(&data->txlock);
2163 } else {
2164 spin_unlock_irq(&data->txlock);
2165 data->suspend_count--;
2166 return -EBUSY;
2167 }
2168
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002169 cancel_work_sync(&data->work);
2170
Oliver Neukum7bee5492009-08-24 23:44:59 +02002171 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002172 usb_kill_anchored_urbs(&data->tx_anchor);
2173
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002174 return 0;
2175}
2176
Oliver Neukum7bee5492009-08-24 23:44:59 +02002177static void play_deferred(struct btusb_data *data)
2178{
2179 struct urb *urb;
2180 int err;
2181
2182 while ((urb = usb_get_from_anchor(&data->deferred))) {
2183 err = usb_submit_urb(urb, GFP_ATOMIC);
2184 if (err < 0)
2185 break;
2186
2187 data->tx_in_flight++;
2188 }
2189 usb_scuttle_anchored_urbs(&data->deferred);
2190}
2191
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002192static int btusb_resume(struct usb_interface *intf)
2193{
2194 struct btusb_data *data = usb_get_intfdata(intf);
2195 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02002196 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002197
2198 BT_DBG("intf %p", intf);
2199
2200 if (--data->suspend_count)
2201 return 0;
2202
2203 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02002204 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002205
2206 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
2207 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
2208 if (err < 0) {
2209 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002210 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002211 }
2212 }
2213
2214 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01002215 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
2216 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002217 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002218 goto failed;
2219 }
2220
2221 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002222 }
2223
2224 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
2225 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
2226 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2227 else
2228 btusb_submit_isoc_urb(hdev, GFP_NOIO);
2229 }
2230
Oliver Neukum7bee5492009-08-24 23:44:59 +02002231 spin_lock_irq(&data->txlock);
2232 play_deferred(data);
2233 clear_bit(BTUSB_SUSPENDING, &data->flags);
2234 spin_unlock_irq(&data->txlock);
2235 schedule_work(&data->work);
2236
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002237 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02002238
2239failed:
2240 usb_scuttle_anchored_urbs(&data->deferred);
2241done:
2242 spin_lock_irq(&data->txlock);
2243 clear_bit(BTUSB_SUSPENDING, &data->flags);
2244 spin_unlock_irq(&data->txlock);
2245
2246 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002247}
Oliver Neukum7bee5492009-08-24 23:44:59 +02002248#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002249
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002250static struct usb_driver btusb_driver = {
2251 .name = "btusb",
2252 .probe = btusb_probe,
2253 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002254#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002255 .suspend = btusb_suspend,
2256 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002257#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002258 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002259 .supports_autosuspend = 1,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -07002260 .disable_hub_initiated_lpm = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002261};
2262
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08002263module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002264
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002265module_param(disable_scofix, bool, 0644);
2266MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
2267
2268module_param(force_scofix, bool, 0644);
2269MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
2270
2271module_param(reset, bool, 0644);
2272MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
2273
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002274MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
2275MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
2276MODULE_VERSION(VERSION);
2277MODULE_LICENSE("GPL");