blob: 66966b9c42447a3a3927b5be5ecd59d0b2fcd41e [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 ignore_dga;
34static bool ignore_csr;
35static bool ignore_sniffer;
36static bool disable_scofix;
37static bool force_scofix;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010038
Rusty Russell90ab5ee2012-01-13 09:32:20 +103039static bool reset = 1;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020040
41static struct usb_driver btusb_driver;
42
43#define BTUSB_IGNORE 0x01
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010044#define BTUSB_DIGIANSWER 0x02
45#define BTUSB_CSR 0x04
46#define BTUSB_SNIFFER 0x08
47#define BTUSB_BCM92035 0x10
48#define BTUSB_BROKEN_ISOC 0x20
49#define BTUSB_WRONG_SCO_MTU 0x40
Steven.Li2d25f8b2011-07-01 14:02:36 +080050#define BTUSB_ATH3012 0x80
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -070051#define BTUSB_INTEL 0x100
Petri Gynther10d4c672014-05-08 15:50:01 -070052#define BTUSB_BCM_PATCHRAM 0x200
Marcel Holtmann5e23b922007-10-20 14:12:34 +020053
Marcel Holtmann54265202013-10-11 07:46:18 -070054static const struct usb_device_id btusb_table[] = {
Marcel Holtmann5e23b922007-10-20 14:12:34 +020055 /* Generic Bluetooth USB device */
56 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
57
Henrik Rydberg1fa65352012-08-25 19:28:06 +020058 /* Apple-specific (Broadcom) devices */
59 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) },
60
Cho, Yu-Chen178c0592013-06-04 21:40:26 +080061 /* MediaTek MT76x0E */
62 { USB_DEVICE(0x0e8d, 0x763f) },
63
Oliver Neukumc510eae2011-09-21 11:41:45 +020064 /* Broadcom SoftSailing reporting vendor specific */
Don Zickus2e8b50632012-03-28 16:41:11 -040065 { USB_DEVICE(0x0a5c, 0x21e1) },
Oliver Neukumc510eae2011-09-21 11:41:45 +020066
Nobuhiro Iwamatsu3cd01972010-08-20 16:24:07 +090067 /* Apple MacBookPro 7,1 */
68 { USB_DEVICE(0x05ac, 0x8213) },
69
Cyril Lacoux0a79f672010-07-14 10:29:27 +040070 /* Apple iMac11,1 */
71 { USB_DEVICE(0x05ac, 0x8215) },
72
Nobuhiro Iwamatsu9c047152010-08-20 16:24:06 +090073 /* Apple MacBookPro6,2 */
74 { USB_DEVICE(0x05ac, 0x8218) },
75
Edgar (gimli) Hucek3e3ede72010-11-04 08:04:33 +010076 /* Apple MacBookAir3,1, MacBookAir3,2 */
77 { USB_DEVICE(0x05ac, 0x821b) },
78
Pieter-Augustijn Van Malleghema63b7232011-09-07 02:28:10 -040079 /* Apple MacBookAir4,1 */
80 { USB_DEVICE(0x05ac, 0x821f) },
81
Marc-Antoine Perennou88d377b2011-03-24 14:51:21 -030082 /* Apple MacBookPro8,2 */
83 { USB_DEVICE(0x05ac, 0x821a) },
84
Jurgen Kramerf78b68262011-09-04 18:01:42 +020085 /* Apple MacMini5,1 */
86 { USB_DEVICE(0x05ac, 0x8281) },
87
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020088 /* AVM BlueFRITZ! USB v2.0 */
89 { USB_DEVICE(0x057c, 0x3800) },
90
91 /* Bluetooth Ultraport Module from IBM */
92 { USB_DEVICE(0x04bf, 0x030a) },
93
94 /* ALPS Modules with non-standard id */
95 { USB_DEVICE(0x044e, 0x3001) },
96 { USB_DEVICE(0x044e, 0x3002) },
97
98 /* Ericsson with non-standard id */
99 { USB_DEVICE(0x0bdb, 0x1002) },
100
101 /* Canyon CN-BTU1 with HID interfaces */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100102 { USB_DEVICE(0x0c10, 0x0000) },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200103
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800104 /* Broadcom BCM20702A0 */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200105 { USB_DEVICE(0x0489, 0xe042) },
106 { USB_DEVICE(0x04ca, 0x2003) },
Jeff Cook1ee3ff62012-11-09 16:39:48 -0700107 { USB_DEVICE(0x0b05, 0x17b5) },
Raphael Kubo da Costa38a172b2013-09-02 14:57:51 +0300108 { USB_DEVICE(0x0b05, 0x17cb) },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800109 { USB_DEVICE(0x413c, 0x8197) },
110
Steven Harms98514032012-04-13 14:45:55 -0400111 /* Foxconn - Hon Hai */
Gustavo Padovanee664012012-08-15 01:38:11 -0300112 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) },
Steven Harms98514032012-04-13 14:45:55 -0400113
Andy Shevchenko0b880062014-02-18 18:26:19 +0200114 /* Broadcom devices with vendor specific id */
Petri Gynther10d4c672014-05-08 15:50:01 -0700115 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
116 .driver_info = BTUSB_BCM_PATCHRAM },
Gustavo Padovan92c385f2012-08-06 15:36:49 -0300117
Ken O'Brien5bcecf32013-09-21 19:14:43 +0100118 /* Belkin F8065bf - Broadcom based */
119 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) },
120
Jurgen Kramer9113bfd2014-02-15 12:01:09 +0100121 /* IMC Networks - Broadcom based */
122 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) },
123
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200124 { } /* Terminating entry */
125};
126
127MODULE_DEVICE_TABLE(usb, btusb_table);
128
Marcel Holtmann54265202013-10-11 07:46:18 -0700129static const struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200130 /* CSR BlueCore devices */
131 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
132
133 /* Broadcom BCM2033 without firmware */
134 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
135
Bala Shanmugambe931122010-11-26 17:35:46 +0530136 /* Atheros 3011 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200137 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
138 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
139 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530140 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Marek Vasut6eda5412012-06-08 14:32:50 +0200141 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700142 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530143
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800144 /* Atheros AR9285 Malbec with sflash firmware */
145 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
146
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530147 /* Atheros 3012 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200148 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
149 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
150 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
151 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
152 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
153 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
154 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
155 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
156 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700157 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200158 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
159 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
160 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
161 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200162 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800163 { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
Steven.Li2d25f8b2011-07-01 14:02:36 +0800164 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900165 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200166 { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100167 { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100168 { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200169 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800170 { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200171 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800172 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800173 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200174 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
175 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800176 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530177 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530178
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800179 /* Atheros AR5BBU12 with sflash firmware */
180 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
181
Michael Gruetzner85d59722012-05-02 22:33:40 +0200182 /* Atheros AR5BBU12 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530183 { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200184 { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200185
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200186 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100187 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200188 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
189 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200190
191 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100192 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
193 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200194
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200195 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100196 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
197 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200198
199 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100200 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200201
202 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100203 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200204
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100205 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100206 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100207 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200208
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100209 /* Belkin F8T012 and F8T013 devices */
210 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
211 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200212
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100213 /* Asus WL-BTD202 device */
214 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
215
216 /* Kensington Bluetooth USB adapter */
217 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
218
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200219 /* RTX Telecom based adapters with buggy SCO support */
220 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
221 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
222
223 /* CONWISE Technology based adapters with buggy SCO support */
224 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
225
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200226 /* Digianswer devices */
227 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
228 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
229
230 /* CSR BlueCore Bluetooth Sniffer */
231 { USB_DEVICE(0x0a12, 0x0002), .driver_info = BTUSB_SNIFFER },
232
233 /* Frontline ComProbe Bluetooth Sniffer */
234 { USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
235
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700236 /* Intel Bluetooth device */
237 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Anef4e5e42013-11-12 13:10:58 -0800238 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700239
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200240 { } /* Terminating entry */
241};
242
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200243#define BTUSB_MAX_ISOC_FRAMES 10
244
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200245#define BTUSB_INTR_RUNNING 0
246#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200247#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200248#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300249#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200250
251struct btusb_data {
252 struct hci_dev *hdev;
253 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200254 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200255 struct usb_interface *isoc;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200256
257 spinlock_t lock;
258
259 unsigned long flags;
260
261 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200262 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200263
264 struct usb_anchor tx_anchor;
265 struct usb_anchor intr_anchor;
266 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200267 struct usb_anchor isoc_anchor;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200268 struct usb_anchor deferred;
269 int tx_in_flight;
270 spinlock_t txlock;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200271
272 struct usb_endpoint_descriptor *intr_ep;
273 struct usb_endpoint_descriptor *bulk_tx_ep;
274 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200275 struct usb_endpoint_descriptor *isoc_tx_ep;
276 struct usb_endpoint_descriptor *isoc_rx_ep;
277
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100278 __u8 cmdreq_type;
279
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100280 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200281 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100282 int suspend_count;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200283};
284
Oliver Neukum7bee5492009-08-24 23:44:59 +0200285static int inc_tx(struct btusb_data *data)
286{
287 unsigned long flags;
288 int rv;
289
290 spin_lock_irqsave(&data->txlock, flags);
291 rv = test_bit(BTUSB_SUSPENDING, &data->flags);
292 if (!rv)
293 data->tx_in_flight++;
294 spin_unlock_irqrestore(&data->txlock, flags);
295
296 return rv;
297}
298
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200299static void btusb_intr_complete(struct urb *urb)
300{
301 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100302 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200303 int err;
304
305 BT_DBG("%s urb %p status %d count %d", hdev->name,
306 urb, urb->status, urb->actual_length);
307
308 if (!test_bit(HCI_RUNNING, &hdev->flags))
309 return;
310
311 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200312 hdev->stat.byte_rx += urb->actual_length;
313
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200314 if (hci_recv_fragment(hdev, HCI_EVENT_PKT,
315 urb->transfer_buffer,
316 urb->actual_length) < 0) {
317 BT_ERR("%s corrupted event packet", hdev->name);
318 hdev->stat.err_rx++;
319 }
320 }
321
322 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
323 return;
324
Oliver Neukum7bee5492009-08-24 23:44:59 +0200325 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200326 usb_anchor_urb(urb, &data->intr_anchor);
327
328 err = usb_submit_urb(urb, GFP_ATOMIC);
329 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200330 /* -EPERM: urb is being killed;
331 * -ENODEV: device got disconnected */
332 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100333 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200334 hdev->name, urb, -err);
335 usb_unanchor_urb(urb);
336 }
337}
338
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100339static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200340{
David Herrmann155961e2012-02-09 21:58:32 +0100341 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200342 struct urb *urb;
343 unsigned char *buf;
344 unsigned int pipe;
345 int err, size;
346
347 BT_DBG("%s", hdev->name);
348
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200349 if (!data->intr_ep)
350 return -ENODEV;
351
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100352 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200353 if (!urb)
354 return -ENOMEM;
355
356 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
357
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100358 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200359 if (!buf) {
360 usb_free_urb(urb);
361 return -ENOMEM;
362 }
363
364 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
365
366 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
367 btusb_intr_complete, hdev,
368 data->intr_ep->bInterval);
369
370 urb->transfer_flags |= URB_FREE_BUFFER;
371
372 usb_anchor_urb(urb, &data->intr_anchor);
373
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100374 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200375 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200376 if (err != -EPERM && err != -ENODEV)
377 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200378 hdev->name, urb, -err);
379 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200380 }
381
382 usb_free_urb(urb);
383
384 return err;
385}
386
387static void btusb_bulk_complete(struct urb *urb)
388{
389 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100390 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200391 int err;
392
393 BT_DBG("%s urb %p status %d count %d", hdev->name,
394 urb, urb->status, urb->actual_length);
395
396 if (!test_bit(HCI_RUNNING, &hdev->flags))
397 return;
398
399 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200400 hdev->stat.byte_rx += urb->actual_length;
401
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200402 if (hci_recv_fragment(hdev, HCI_ACLDATA_PKT,
403 urb->transfer_buffer,
404 urb->actual_length) < 0) {
405 BT_ERR("%s corrupted ACL packet", hdev->name);
406 hdev->stat.err_rx++;
407 }
408 }
409
410 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
411 return;
412
413 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100414 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200415
416 err = usb_submit_urb(urb, GFP_ATOMIC);
417 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200418 /* -EPERM: urb is being killed;
419 * -ENODEV: device got disconnected */
420 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100421 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200422 hdev->name, urb, -err);
423 usb_unanchor_urb(urb);
424 }
425}
426
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100427static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200428{
David Herrmann155961e2012-02-09 21:58:32 +0100429 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200430 struct urb *urb;
431 unsigned char *buf;
432 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530433 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200434
435 BT_DBG("%s", hdev->name);
436
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200437 if (!data->bulk_rx_ep)
438 return -ENODEV;
439
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100440 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200441 if (!urb)
442 return -ENOMEM;
443
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100444 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200445 if (!buf) {
446 usb_free_urb(urb);
447 return -ENOMEM;
448 }
449
450 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
451
452 usb_fill_bulk_urb(urb, data->udev, pipe,
453 buf, size, btusb_bulk_complete, hdev);
454
455 urb->transfer_flags |= URB_FREE_BUFFER;
456
Oliver Neukum7bee5492009-08-24 23:44:59 +0200457 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200458 usb_anchor_urb(urb, &data->bulk_anchor);
459
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100460 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200461 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200462 if (err != -EPERM && err != -ENODEV)
463 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200464 hdev->name, urb, -err);
465 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200466 }
467
468 usb_free_urb(urb);
469
470 return err;
471}
472
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200473static void btusb_isoc_complete(struct urb *urb)
474{
475 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100476 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200477 int i, err;
478
479 BT_DBG("%s urb %p status %d count %d", hdev->name,
480 urb, urb->status, urb->actual_length);
481
482 if (!test_bit(HCI_RUNNING, &hdev->flags))
483 return;
484
485 if (urb->status == 0) {
486 for (i = 0; i < urb->number_of_packets; i++) {
487 unsigned int offset = urb->iso_frame_desc[i].offset;
488 unsigned int length = urb->iso_frame_desc[i].actual_length;
489
490 if (urb->iso_frame_desc[i].status)
491 continue;
492
493 hdev->stat.byte_rx += length;
494
495 if (hci_recv_fragment(hdev, HCI_SCODATA_PKT,
496 urb->transfer_buffer + offset,
497 length) < 0) {
498 BT_ERR("%s corrupted SCO packet", hdev->name);
499 hdev->stat.err_rx++;
500 }
501 }
502 }
503
504 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
505 return;
506
507 usb_anchor_urb(urb, &data->isoc_anchor);
508
509 err = usb_submit_urb(urb, GFP_ATOMIC);
510 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200511 /* -EPERM: urb is being killed;
512 * -ENODEV: device got disconnected */
513 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100514 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200515 hdev->name, urb, -err);
516 usb_unanchor_urb(urb);
517 }
518}
519
Jesper Juhl42b16b32011-01-17 00:09:38 +0100520static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200521{
522 int i, offset = 0;
523
524 BT_DBG("len %d mtu %d", len, mtu);
525
526 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
527 i++, offset += mtu, len -= mtu) {
528 urb->iso_frame_desc[i].offset = offset;
529 urb->iso_frame_desc[i].length = mtu;
530 }
531
532 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
533 urb->iso_frame_desc[i].offset = offset;
534 urb->iso_frame_desc[i].length = len;
535 i++;
536 }
537
538 urb->number_of_packets = i;
539}
540
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100541static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200542{
David Herrmann155961e2012-02-09 21:58:32 +0100543 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200544 struct urb *urb;
545 unsigned char *buf;
546 unsigned int pipe;
547 int err, size;
548
549 BT_DBG("%s", hdev->name);
550
551 if (!data->isoc_rx_ep)
552 return -ENODEV;
553
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100554 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200555 if (!urb)
556 return -ENOMEM;
557
558 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
559 BTUSB_MAX_ISOC_FRAMES;
560
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100561 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200562 if (!buf) {
563 usb_free_urb(urb);
564 return -ENOMEM;
565 }
566
567 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
568
Bing Zhaofa0fb932011-12-20 18:19:00 -0800569 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
570 hdev, data->isoc_rx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200571
572 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200573
574 __fill_isoc_descriptor(urb, size,
575 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
576
577 usb_anchor_urb(urb, &data->isoc_anchor);
578
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100579 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200580 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200581 if (err != -EPERM && err != -ENODEV)
582 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200583 hdev->name, urb, -err);
584 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200585 }
586
587 usb_free_urb(urb);
588
589 return err;
590}
591
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200592static void btusb_tx_complete(struct urb *urb)
593{
594 struct sk_buff *skb = urb->context;
595 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
David Herrmann155961e2012-02-09 21:58:32 +0100596 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200597
598 BT_DBG("%s urb %p status %d count %d", hdev->name,
599 urb, urb->status, urb->actual_length);
600
601 if (!test_bit(HCI_RUNNING, &hdev->flags))
602 goto done;
603
604 if (!urb->status)
605 hdev->stat.byte_tx += urb->transfer_buffer_length;
606 else
607 hdev->stat.err_tx++;
608
609done:
610 spin_lock(&data->txlock);
611 data->tx_in_flight--;
612 spin_unlock(&data->txlock);
613
614 kfree(urb->setup_packet);
615
616 kfree_skb(skb);
617}
618
619static void btusb_isoc_tx_complete(struct urb *urb)
620{
621 struct sk_buff *skb = urb->context;
622 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200623
624 BT_DBG("%s urb %p status %d count %d", hdev->name,
625 urb, urb->status, urb->actual_length);
626
627 if (!test_bit(HCI_RUNNING, &hdev->flags))
628 goto done;
629
630 if (!urb->status)
631 hdev->stat.byte_tx += urb->transfer_buffer_length;
632 else
633 hdev->stat.err_tx++;
634
635done:
636 kfree(urb->setup_packet);
637
638 kfree_skb(skb);
639}
640
641static int btusb_open(struct hci_dev *hdev)
642{
David Herrmann155961e2012-02-09 21:58:32 +0100643 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200644 int err;
645
646 BT_DBG("%s", hdev->name);
647
Oliver Neukum7bee5492009-08-24 23:44:59 +0200648 err = usb_autopm_get_interface(data->intf);
649 if (err < 0)
650 return err;
651
652 data->intf->needs_remote_wakeup = 1;
653
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200654 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200655 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200656
657 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200658 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200659
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100660 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100661 if (err < 0)
662 goto failed;
663
664 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200665 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100666 usb_kill_anchored_urbs(&data->intr_anchor);
667 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200668 }
669
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100670 set_bit(BTUSB_BULK_RUNNING, &data->flags);
671 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
672
Oliver Neukum7bee5492009-08-24 23:44:59 +0200673done:
674 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100675 return 0;
676
677failed:
678 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
679 clear_bit(HCI_RUNNING, &hdev->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200680 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200681 return err;
682}
683
Oliver Neukum7bee5492009-08-24 23:44:59 +0200684static void btusb_stop_traffic(struct btusb_data *data)
685{
686 usb_kill_anchored_urbs(&data->intr_anchor);
687 usb_kill_anchored_urbs(&data->bulk_anchor);
688 usb_kill_anchored_urbs(&data->isoc_anchor);
689}
690
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200691static int btusb_close(struct hci_dev *hdev)
692{
David Herrmann155961e2012-02-09 21:58:32 +0100693 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200694 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200695
696 BT_DBG("%s", hdev->name);
697
698 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
699 return 0;
700
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200701 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -0800702 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200703
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200704 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200705 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200706 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200707
708 btusb_stop_traffic(data);
709 err = usb_autopm_get_interface(data->intf);
710 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100711 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200712
713 data->intf->needs_remote_wakeup = 0;
714 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200715
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100716failed:
717 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200718 return 0;
719}
720
721static int btusb_flush(struct hci_dev *hdev)
722{
David Herrmann155961e2012-02-09 21:58:32 +0100723 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200724
725 BT_DBG("%s", hdev->name);
726
727 usb_kill_anchored_urbs(&data->tx_anchor);
728
729 return 0;
730}
731
Marcel Holtmann7bd8f092013-10-11 06:19:18 -0700732static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200733{
David Herrmann155961e2012-02-09 21:58:32 +0100734 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200735 struct usb_ctrlrequest *dr;
736 struct urb *urb;
737 unsigned int pipe;
738 int err;
739
740 BT_DBG("%s", hdev->name);
741
742 if (!test_bit(HCI_RUNNING, &hdev->flags))
743 return -EBUSY;
744
Marcel Holtmann7bd8f092013-10-11 06:19:18 -0700745 skb->dev = (void *) hdev;
746
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200747 switch (bt_cb(skb)->pkt_type) {
748 case HCI_COMMAND_PKT:
749 urb = usb_alloc_urb(0, GFP_ATOMIC);
750 if (!urb)
751 return -ENOMEM;
752
753 dr = kmalloc(sizeof(*dr), GFP_ATOMIC);
754 if (!dr) {
755 usb_free_urb(urb);
756 return -ENOMEM;
757 }
758
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100759 dr->bRequestType = data->cmdreq_type;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200760 dr->bRequest = 0;
761 dr->wIndex = 0;
762 dr->wValue = 0;
763 dr->wLength = __cpu_to_le16(skb->len);
764
765 pipe = usb_sndctrlpipe(data->udev, 0x00);
766
767 usb_fill_control_urb(urb, data->udev, pipe, (void *) dr,
768 skb->data, skb->len, btusb_tx_complete, skb);
769
770 hdev->stat.cmd_tx++;
771 break;
772
773 case HCI_ACLDATA_PKT:
Peter Hurley9fd481e2011-07-14 08:48:32 -0400774 if (!data->bulk_tx_ep)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200775 return -ENODEV;
776
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200777 urb = usb_alloc_urb(0, GFP_ATOMIC);
778 if (!urb)
779 return -ENOMEM;
780
781 pipe = usb_sndbulkpipe(data->udev,
782 data->bulk_tx_ep->bEndpointAddress);
783
784 usb_fill_bulk_urb(urb, data->udev, pipe,
785 skb->data, skb->len, btusb_tx_complete, skb);
786
787 hdev->stat.acl_tx++;
788 break;
789
790 case HCI_SCODATA_PKT:
Marcel Holtmann014f7bc2013-10-10 09:47:55 -0700791 if (!data->isoc_tx_ep || hci_conn_num(hdev, SCO_LINK) < 1)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200792 return -ENODEV;
793
794 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_ATOMIC);
795 if (!urb)
796 return -ENOMEM;
797
798 pipe = usb_sndisocpipe(data->udev,
799 data->isoc_tx_ep->bEndpointAddress);
800
Gustavo F. Padovan03c2d0e2011-02-14 18:53:43 -0300801 usb_fill_int_urb(urb, data->udev, pipe,
802 skb->data, skb->len, btusb_isoc_tx_complete,
803 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200804
805 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200806
807 __fill_isoc_descriptor(urb, skb->len,
808 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
809
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200810 hdev->stat.sco_tx++;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200811 goto skip_waking;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200812
813 default:
814 return -EILSEQ;
815 }
816
Oliver Neukum7bee5492009-08-24 23:44:59 +0200817 err = inc_tx(data);
818 if (err) {
819 usb_anchor_urb(urb, &data->deferred);
820 schedule_work(&data->waker);
821 err = 0;
822 goto done;
823 }
824
825skip_waking:
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200826 usb_anchor_urb(urb, &data->tx_anchor);
827
828 err = usb_submit_urb(urb, GFP_ATOMIC);
829 if (err < 0) {
Paul Bolle5a9b80e2011-10-09 12:12:16 +0200830 if (err != -EPERM && err != -ENODEV)
831 BT_ERR("%s urb %p submission failed (%d)",
832 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200833 kfree(urb->setup_packet);
834 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200835 } else {
836 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200837 }
838
Oliver Neukum7bee5492009-08-24 23:44:59 +0200839done:
Cong Wang54a8a792011-11-22 09:32:57 +0800840 usb_free_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200841 return err;
842}
843
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200844static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
845{
David Herrmann155961e2012-02-09 21:58:32 +0100846 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200847
848 BT_DBG("%s evt %d", hdev->name, evt);
849
Marcel Holtmann014f7bc2013-10-10 09:47:55 -0700850 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
851 data->sco_num = hci_conn_num(hdev, SCO_LINK);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100852 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +0100853 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200854}
855
Jesper Juhl42b16b32011-01-17 00:09:38 +0100856static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200857{
David Herrmann155961e2012-02-09 21:58:32 +0100858 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200859 struct usb_interface *intf = data->isoc;
860 struct usb_endpoint_descriptor *ep_desc;
861 int i, err;
862
863 if (!data->isoc)
864 return -ENODEV;
865
866 err = usb_set_interface(data->udev, 1, altsetting);
867 if (err < 0) {
868 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
869 return err;
870 }
871
872 data->isoc_altsetting = altsetting;
873
874 data->isoc_tx_ep = NULL;
875 data->isoc_rx_ep = NULL;
876
877 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
878 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
879
880 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
881 data->isoc_tx_ep = ep_desc;
882 continue;
883 }
884
885 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
886 data->isoc_rx_ep = ep_desc;
887 continue;
888 }
889 }
890
891 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
892 BT_ERR("%s invalid SCO descriptors", hdev->name);
893 return -ENODEV;
894 }
895
896 return 0;
897}
898
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200899static void btusb_work(struct work_struct *work)
900{
901 struct btusb_data *data = container_of(work, struct btusb_data, work);
902 struct hci_dev *hdev = data->hdev;
Mikel Astizf4001d22012-04-11 08:48:51 +0200903 int new_alts;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200904 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200905
Marcel Holtmann014f7bc2013-10-10 09:47:55 -0700906 if (data->sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300907 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +0100908 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200909 if (err < 0) {
910 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
911 usb_kill_anchored_urbs(&data->isoc_anchor);
912 return;
913 }
914
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300915 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200916 }
Mikel Astizf4001d22012-04-11 08:48:51 +0200917
918 if (hdev->voice_setting & 0x0020) {
919 static const int alts[3] = { 2, 4, 5 };
Marcel Holtmann014f7bc2013-10-10 09:47:55 -0700920 new_alts = alts[data->sco_num - 1];
Mikel Astizf4001d22012-04-11 08:48:51 +0200921 } else {
Marcel Holtmann014f7bc2013-10-10 09:47:55 -0700922 new_alts = data->sco_num;
Mikel Astizf4001d22012-04-11 08:48:51 +0200923 }
924
925 if (data->isoc_altsetting != new_alts) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200926 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
927 usb_kill_anchored_urbs(&data->isoc_anchor);
928
Mikel Astizf4001d22012-04-11 08:48:51 +0200929 if (__set_isoc_interface(hdev, new_alts) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200930 return;
931 }
932
933 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100934 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200935 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
936 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100937 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200938 }
939 } else {
940 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
941 usb_kill_anchored_urbs(&data->isoc_anchor);
942
943 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300944 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +0100945 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200946 }
947}
948
Oliver Neukum7bee5492009-08-24 23:44:59 +0200949static void btusb_waker(struct work_struct *work)
950{
951 struct btusb_data *data = container_of(work, struct btusb_data, waker);
952 int err;
953
954 err = usb_autopm_get_interface(data->intf);
955 if (err < 0)
956 return;
957
958 usb_autopm_put_interface(data->intf);
959}
960
Marcel Holtmann9f8f9622013-04-10 08:11:35 -0700961static int btusb_setup_bcm92035(struct hci_dev *hdev)
962{
963 struct sk_buff *skb;
964 u8 val = 0x00;
965
966 BT_DBG("%s", hdev->name);
967
968 skb = __hci_cmd_sync(hdev, 0xfc3b, 1, &val, HCI_INIT_TIMEOUT);
969 if (IS_ERR(skb))
970 BT_ERR("BCM92035 command failed (%ld)", -PTR_ERR(skb));
971 else
972 kfree_skb(skb);
973
974 return 0;
975}
976
Marcel Holtmann81cac642014-01-03 03:02:36 -0800977static int btusb_setup_csr(struct hci_dev *hdev)
978{
979 struct hci_rp_read_local_version *rp;
980 struct sk_buff *skb;
981 int ret;
982
983 BT_DBG("%s", hdev->name);
984
985 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
986 HCI_INIT_TIMEOUT);
987 if (IS_ERR(skb)) {
988 BT_ERR("Reading local version failed (%ld)", -PTR_ERR(skb));
989 return -PTR_ERR(skb);
990 }
991
992 rp = (struct hci_rp_read_local_version *) skb->data;
993
994 if (!rp->status) {
995 if (le16_to_cpu(rp->manufacturer) != 10) {
996 /* Clear the reset quirk since this is not an actual
997 * early Bluetooth 1.1 device from CSR.
998 */
999 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
1000
1001 /* These fake CSR controllers have all a broken
1002 * stored link key handling and so just disable it.
1003 */
1004 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY,
1005 &hdev->quirks);
1006 }
1007 }
1008
1009 ret = -bt_to_errno(rp->status);
1010
1011 kfree_skb(skb);
1012
1013 return ret;
1014}
1015
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001016struct intel_version {
1017 u8 status;
1018 u8 hw_platform;
1019 u8 hw_variant;
1020 u8 hw_revision;
1021 u8 fw_variant;
1022 u8 fw_revision;
1023 u8 fw_build_num;
1024 u8 fw_build_ww;
1025 u8 fw_build_yy;
1026 u8 fw_patch_num;
1027} __packed;
1028
1029static const struct firmware *btusb_setup_intel_get_fw(struct hci_dev *hdev,
1030 struct intel_version *ver)
1031{
1032 const struct firmware *fw;
1033 char fwname[64];
1034 int ret;
1035
1036 snprintf(fwname, sizeof(fwname),
1037 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1038 ver->hw_platform, ver->hw_variant, ver->hw_revision,
1039 ver->fw_variant, ver->fw_revision, ver->fw_build_num,
1040 ver->fw_build_ww, ver->fw_build_yy);
1041
1042 ret = request_firmware(&fw, fwname, &hdev->dev);
1043 if (ret < 0) {
1044 if (ret == -EINVAL) {
1045 BT_ERR("%s Intel firmware file request failed (%d)",
1046 hdev->name, ret);
1047 return NULL;
1048 }
1049
1050 BT_ERR("%s failed to open Intel firmware file: %s(%d)",
1051 hdev->name, fwname, ret);
1052
1053 /* If the correct firmware patch file is not found, use the
1054 * default firmware patch file instead
1055 */
1056 snprintf(fwname, sizeof(fwname), "intel/ibt-hw-%x.%x.bseq",
1057 ver->hw_platform, ver->hw_variant);
1058 if (request_firmware(&fw, fwname, &hdev->dev) < 0) {
1059 BT_ERR("%s failed to open default Intel fw file: %s",
1060 hdev->name, fwname);
1061 return NULL;
1062 }
1063 }
1064
1065 BT_INFO("%s: Intel Bluetooth firmware file: %s", hdev->name, fwname);
1066
1067 return fw;
1068}
1069
1070static int btusb_setup_intel_patching(struct hci_dev *hdev,
1071 const struct firmware *fw,
1072 const u8 **fw_ptr, int *disable_patch)
1073{
1074 struct sk_buff *skb;
1075 struct hci_command_hdr *cmd;
1076 const u8 *cmd_param;
1077 struct hci_event_hdr *evt = NULL;
1078 const u8 *evt_param = NULL;
1079 int remain = fw->size - (*fw_ptr - fw->data);
1080
1081 /* The first byte indicates the types of the patch command or event.
1082 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1083 * in the current firmware buffer doesn't start with 0x01 or
1084 * the size of remain buffer is smaller than HCI command header,
1085 * the firmware file is corrupted and it should stop the patching
1086 * process.
1087 */
1088 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) {
1089 BT_ERR("%s Intel fw corrupted: invalid cmd read", hdev->name);
1090 return -EINVAL;
1091 }
1092 (*fw_ptr)++;
1093 remain--;
1094
1095 cmd = (struct hci_command_hdr *)(*fw_ptr);
1096 *fw_ptr += sizeof(*cmd);
1097 remain -= sizeof(*cmd);
1098
1099 /* Ensure that the remain firmware data is long enough than the length
1100 * of command parameter. If not, the firmware file is corrupted.
1101 */
1102 if (remain < cmd->plen) {
1103 BT_ERR("%s Intel fw corrupted: invalid cmd len", hdev->name);
1104 return -EFAULT;
1105 }
1106
1107 /* If there is a command that loads a patch in the firmware
1108 * file, then enable the patch upon success, otherwise just
1109 * disable the manufacturer mode, for example patch activation
1110 * is not required when the default firmware patch file is used
1111 * because there are no patch data to load.
1112 */
1113 if (*disable_patch && le16_to_cpu(cmd->opcode) == 0xfc8e)
1114 *disable_patch = 0;
1115
1116 cmd_param = *fw_ptr;
1117 *fw_ptr += cmd->plen;
1118 remain -= cmd->plen;
1119
1120 /* This reads the expected events when the above command is sent to the
1121 * device. Some vendor commands expects more than one events, for
1122 * example command status event followed by vendor specific event.
1123 * For this case, it only keeps the last expected event. so the command
1124 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1125 * last expected event.
1126 */
1127 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
1128 (*fw_ptr)++;
1129 remain--;
1130
1131 evt = (struct hci_event_hdr *)(*fw_ptr);
1132 *fw_ptr += sizeof(*evt);
1133 remain -= sizeof(*evt);
1134
1135 if (remain < evt->plen) {
1136 BT_ERR("%s Intel fw corrupted: invalid evt len",
1137 hdev->name);
1138 return -EFAULT;
1139 }
1140
1141 evt_param = *fw_ptr;
1142 *fw_ptr += evt->plen;
1143 remain -= evt->plen;
1144 }
1145
1146 /* Every HCI commands in the firmware file has its correspond event.
1147 * If event is not found or remain is smaller than zero, the firmware
1148 * file is corrupted.
1149 */
1150 if (!evt || !evt_param || remain < 0) {
1151 BT_ERR("%s Intel fw corrupted: invalid evt read", hdev->name);
1152 return -EFAULT;
1153 }
1154
1155 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen,
1156 cmd_param, evt->evt, HCI_INIT_TIMEOUT);
1157 if (IS_ERR(skb)) {
1158 BT_ERR("%s sending Intel patch command (0x%4.4x) failed (%ld)",
1159 hdev->name, cmd->opcode, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001160 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001161 }
1162
1163 /* It ensures that the returned event matches the event data read from
1164 * the firmware file. At fist, it checks the length and then
1165 * the contents of the event.
1166 */
1167 if (skb->len != evt->plen) {
1168 BT_ERR("%s mismatch event length (opcode 0x%4.4x)", hdev->name,
1169 le16_to_cpu(cmd->opcode));
1170 kfree_skb(skb);
1171 return -EFAULT;
1172 }
1173
1174 if (memcmp(skb->data, evt_param, evt->plen)) {
1175 BT_ERR("%s mismatch event parameter (opcode 0x%4.4x)",
1176 hdev->name, le16_to_cpu(cmd->opcode));
1177 kfree_skb(skb);
1178 return -EFAULT;
1179 }
1180 kfree_skb(skb);
1181
1182 return 0;
1183}
1184
1185static int btusb_setup_intel(struct hci_dev *hdev)
1186{
1187 struct sk_buff *skb;
1188 const struct firmware *fw;
1189 const u8 *fw_ptr;
1190 int disable_patch;
1191 struct intel_version *ver;
1192
1193 const u8 mfg_enable[] = { 0x01, 0x00 };
1194 const u8 mfg_disable[] = { 0x00, 0x00 };
1195 const u8 mfg_reset_deactivate[] = { 0x00, 0x01 };
1196 const u8 mfg_reset_activate[] = { 0x00, 0x02 };
1197
1198 BT_DBG("%s", hdev->name);
1199
1200 /* The controller has a bug with the first HCI command sent to it
1201 * returning number of completed commands as zero. This would stall the
1202 * command processing in the Bluetooth core.
1203 *
1204 * As a workaround, send HCI Reset command first which will reset the
1205 * number of completed commands and allow normal command processing
1206 * from now on.
1207 */
1208 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1209 if (IS_ERR(skb)) {
1210 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1211 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001212 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001213 }
1214 kfree_skb(skb);
1215
1216 /* Read Intel specific controller version first to allow selection of
1217 * which firmware file to load.
1218 *
1219 * The returned information are hardware variant and revision plus
1220 * firmware variant, revision and build number.
1221 */
1222 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
1223 if (IS_ERR(skb)) {
1224 BT_ERR("%s reading Intel fw version command failed (%ld)",
1225 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001226 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001227 }
1228
1229 if (skb->len != sizeof(*ver)) {
1230 BT_ERR("%s Intel version event length mismatch", hdev->name);
1231 kfree_skb(skb);
1232 return -EIO;
1233 }
1234
1235 ver = (struct intel_version *)skb->data;
1236 if (ver->status) {
1237 BT_ERR("%s Intel fw version event failed (%02x)", hdev->name,
1238 ver->status);
1239 kfree_skb(skb);
1240 return -bt_to_errno(ver->status);
1241 }
1242
1243 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1244 hdev->name, ver->hw_platform, ver->hw_variant,
1245 ver->hw_revision, ver->fw_variant, ver->fw_revision,
1246 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy,
1247 ver->fw_patch_num);
1248
1249 /* fw_patch_num indicates the version of patch the device currently
1250 * have. If there is no patch data in the device, it is always 0x00.
1251 * So, if it is other than 0x00, no need to patch the deivce again.
1252 */
1253 if (ver->fw_patch_num) {
1254 BT_INFO("%s: Intel device is already patched. patch num: %02x",
1255 hdev->name, ver->fw_patch_num);
1256 kfree_skb(skb);
1257 return 0;
1258 }
1259
1260 /* Opens the firmware patch file based on the firmware version read
1261 * from the controller. If it fails to open the matching firmware
1262 * patch file, it tries to open the default firmware patch file.
1263 * If no patch file is found, allow the device to operate without
1264 * a patch.
1265 */
1266 fw = btusb_setup_intel_get_fw(hdev, ver);
1267 if (!fw) {
1268 kfree_skb(skb);
1269 return 0;
1270 }
1271 fw_ptr = fw->data;
1272
1273 /* This Intel specific command enables the manufacturer mode of the
1274 * controller.
1275 *
1276 * Only while this mode is enabled, the driver can download the
1277 * firmware patch data and configuration parameters.
1278 */
1279 skb = __hci_cmd_sync(hdev, 0xfc11, 2, mfg_enable, HCI_INIT_TIMEOUT);
1280 if (IS_ERR(skb)) {
1281 BT_ERR("%s entering Intel manufacturer mode failed (%ld)",
1282 hdev->name, PTR_ERR(skb));
1283 release_firmware(fw);
Adam Leed9c78e92013-07-10 10:02:12 +08001284 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001285 }
1286
1287 if (skb->data[0]) {
1288 u8 evt_status = skb->data[0];
1289 BT_ERR("%s enable Intel manufacturer mode event failed (%02x)",
1290 hdev->name, evt_status);
1291 kfree_skb(skb);
1292 release_firmware(fw);
1293 return -bt_to_errno(evt_status);
1294 }
1295 kfree_skb(skb);
1296
1297 disable_patch = 1;
1298
1299 /* The firmware data file consists of list of Intel specific HCI
1300 * commands and its expected events. The first byte indicates the
1301 * type of the message, either HCI command or HCI event.
1302 *
1303 * It reads the command and its expected event from the firmware file,
1304 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1305 * the returned event is compared with the event read from the firmware
1306 * file and it will continue until all the messages are downloaded to
1307 * the controller.
1308 *
1309 * Once the firmware patching is completed successfully,
1310 * the manufacturer mode is disabled with reset and activating the
1311 * downloaded patch.
1312 *
1313 * If the firmware patching fails, the manufacturer mode is
1314 * disabled with reset and deactivating the patch.
1315 *
1316 * If the default patch file is used, no reset is done when disabling
1317 * the manufacturer.
1318 */
1319 while (fw->size > fw_ptr - fw->data) {
1320 int ret;
1321
1322 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1323 &disable_patch);
1324 if (ret < 0)
1325 goto exit_mfg_deactivate;
1326 }
1327
1328 release_firmware(fw);
1329
1330 if (disable_patch)
1331 goto exit_mfg_disable;
1332
1333 /* Patching completed successfully and disable the manufacturer mode
1334 * with reset and activate the downloaded firmware patches.
1335 */
1336 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_activate),
1337 mfg_reset_activate, HCI_INIT_TIMEOUT);
1338 if (IS_ERR(skb)) {
1339 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1340 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001341 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001342 }
1343 kfree_skb(skb);
1344
1345 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1346 hdev->name);
1347
1348 return 0;
1349
1350exit_mfg_disable:
1351 /* Disable the manufacturer mode without reset */
1352 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_disable), mfg_disable,
1353 HCI_INIT_TIMEOUT);
1354 if (IS_ERR(skb)) {
1355 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1356 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001357 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001358 }
1359 kfree_skb(skb);
1360
1361 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
1362 return 0;
1363
1364exit_mfg_deactivate:
1365 release_firmware(fw);
1366
1367 /* Patching failed. Disable the manufacturer mode with reset and
1368 * deactivate the downloaded firmware patches.
1369 */
1370 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_deactivate),
1371 mfg_reset_deactivate, HCI_INIT_TIMEOUT);
1372 if (IS_ERR(skb)) {
1373 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1374 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001375 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001376 }
1377 kfree_skb(skb);
1378
1379 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1380 hdev->name);
1381
1382 return 0;
1383}
1384
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001385static int btusb_set_bdaddr_intel(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1386{
1387 struct sk_buff *skb;
1388 long ret;
1389
1390 skb = __hci_cmd_sync(hdev, 0xfc31, 6, bdaddr, HCI_INIT_TIMEOUT);
1391 if (IS_ERR(skb)) {
1392 ret = PTR_ERR(skb);
1393 BT_ERR("%s: changing Intel device address failed (%ld)",
1394 hdev->name, ret);
1395 return ret;
1396 }
1397 kfree_skb(skb);
1398
1399 return 0;
1400}
1401
Petri Gynther10d4c672014-05-08 15:50:01 -07001402static int btusb_setup_bcm_patchram(struct hci_dev *hdev)
1403{
1404 struct btusb_data *data = hci_get_drvdata(hdev);
1405 struct usb_device *udev = data->udev;
1406 char fw_name[64];
1407 const struct firmware *fw;
1408 const u8 *fw_ptr;
1409 size_t fw_size;
1410 const struct hci_command_hdr *cmd;
1411 const u8 *cmd_param;
1412 u16 opcode;
1413 struct sk_buff *skb;
1414 struct hci_rp_read_local_version *ver;
1415 long ret;
1416
1417 snprintf(fw_name, sizeof(fw_name), "brcm/%s-%04x-%04x.hcd",
1418 udev->product ? udev->product : "BCM",
1419 le16_to_cpu(udev->descriptor.idVendor),
1420 le16_to_cpu(udev->descriptor.idProduct));
1421
1422 ret = request_firmware(&fw, fw_name, &hdev->dev);
1423 if (ret < 0) {
1424 BT_INFO("%s: BCM: patch %s not found", hdev->name,
1425 fw_name);
1426 return 0;
1427 }
1428
1429 /* Reset */
1430 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1431 if (IS_ERR(skb)) {
1432 ret = PTR_ERR(skb);
1433 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1434 goto done;
1435 }
1436 kfree_skb(skb);
1437
1438 /* Read Local Version Info */
1439 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1440 HCI_INIT_TIMEOUT);
1441 if (IS_ERR(skb)) {
1442 ret = PTR_ERR(skb);
1443 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
1444 hdev->name, ret);
1445 goto done;
1446 }
1447
1448 if (skb->len != sizeof(*ver)) {
1449 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
1450 hdev->name);
1451 kfree_skb(skb);
1452 ret = -EIO;
1453 goto done;
1454 }
1455
1456 ver = (struct hci_rp_read_local_version *) skb->data;
1457 BT_INFO("%s: BCM: patching hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1458 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1459 ver->lmp_ver, ver->lmp_subver);
1460 kfree_skb(skb);
1461
1462 /* Start Download */
1463 skb = __hci_cmd_sync(hdev, 0xfc2e, 0, NULL, HCI_INIT_TIMEOUT);
1464 if (IS_ERR(skb)) {
1465 ret = PTR_ERR(skb);
1466 BT_ERR("%s: BCM: Download Minidrv command failed (%ld)",
1467 hdev->name, ret);
1468 goto reset_fw;
1469 }
1470 kfree_skb(skb);
1471
1472 /* 50 msec delay after Download Minidrv completes */
1473 msleep(50);
1474
1475 fw_ptr = fw->data;
1476 fw_size = fw->size;
1477
1478 while (fw_size >= sizeof(*cmd)) {
1479 cmd = (struct hci_command_hdr *) fw_ptr;
1480 fw_ptr += sizeof(*cmd);
1481 fw_size -= sizeof(*cmd);
1482
1483 if (fw_size < cmd->plen) {
1484 BT_ERR("%s: BCM: patch %s is corrupted",
1485 hdev->name, fw_name);
1486 ret = -EINVAL;
1487 goto reset_fw;
1488 }
1489
1490 cmd_param = fw_ptr;
1491 fw_ptr += cmd->plen;
1492 fw_size -= cmd->plen;
1493
1494 opcode = le16_to_cpu(cmd->opcode);
1495
1496 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param,
1497 HCI_INIT_TIMEOUT);
1498 if (IS_ERR(skb)) {
1499 ret = PTR_ERR(skb);
1500 BT_ERR("%s: BCM: patch command %04x failed (%ld)",
1501 hdev->name, opcode, ret);
1502 goto reset_fw;
1503 }
1504 kfree_skb(skb);
1505 }
1506
1507 /* 250 msec delay after Launch Ram completes */
1508 msleep(250);
1509
1510reset_fw:
1511 /* Reset */
1512 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1513 if (IS_ERR(skb)) {
1514 ret = PTR_ERR(skb);
1515 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1516 goto done;
1517 }
1518 kfree_skb(skb);
1519
1520 /* Read Local Version Info */
1521 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1522 HCI_INIT_TIMEOUT);
1523 if (IS_ERR(skb)) {
1524 ret = PTR_ERR(skb);
1525 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
1526 hdev->name, ret);
1527 goto done;
1528 }
1529
1530 if (skb->len != sizeof(*ver)) {
1531 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
1532 hdev->name);
1533 kfree_skb(skb);
1534 ret = -EIO;
1535 goto done;
1536 }
1537
1538 ver = (struct hci_rp_read_local_version *) skb->data;
1539 BT_INFO("%s: BCM: firmware hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1540 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1541 ver->lmp_ver, ver->lmp_subver);
1542 kfree_skb(skb);
1543
1544done:
1545 release_firmware(fw);
1546
1547 return ret;
1548}
1549
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001550static int btusb_set_bdaddr_bcm(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1551{
1552 struct sk_buff *skb;
1553 long ret;
1554
1555 skb = __hci_cmd_sync(hdev, 0xfc01, 6, bdaddr, HCI_INIT_TIMEOUT);
1556 if (IS_ERR(skb)) {
1557 ret = PTR_ERR(skb);
1558 BT_ERR("%s: BCM: Change address command failed (%ld)",
1559 hdev->name, ret);
1560 return ret;
1561 }
1562 kfree_skb(skb);
1563
1564 return 0;
1565}
1566
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001567static int btusb_probe(struct usb_interface *intf,
1568 const struct usb_device_id *id)
1569{
1570 struct usb_endpoint_descriptor *ep_desc;
1571 struct btusb_data *data;
1572 struct hci_dev *hdev;
1573 int i, err;
1574
1575 BT_DBG("intf %p id %p", intf, id);
1576
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001577 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001578 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
1579 return -ENODEV;
1580
1581 if (!id->driver_info) {
1582 const struct usb_device_id *match;
1583 match = usb_match_id(intf, blacklist_table);
1584 if (match)
1585 id = match;
1586 }
1587
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001588 if (id->driver_info == BTUSB_IGNORE)
1589 return -ENODEV;
1590
1591 if (ignore_dga && id->driver_info & BTUSB_DIGIANSWER)
1592 return -ENODEV;
1593
1594 if (ignore_csr && id->driver_info & BTUSB_CSR)
1595 return -ENODEV;
1596
1597 if (ignore_sniffer && id->driver_info & BTUSB_SNIFFER)
1598 return -ENODEV;
1599
Steven.Li2d25f8b2011-07-01 14:02:36 +08001600 if (id->driver_info & BTUSB_ATH3012) {
1601 struct usb_device *udev = interface_to_usbdev(intf);
1602
1603 /* Old firmware would otherwise let ath3k driver load
1604 * patch and sysconfig files */
1605 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
1606 return -ENODEV;
1607 }
1608
Sachin Kamat98921db2012-07-27 12:38:39 +05301609 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001610 if (!data)
1611 return -ENOMEM;
1612
1613 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1614 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1615
1616 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
1617 data->intr_ep = ep_desc;
1618 continue;
1619 }
1620
1621 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
1622 data->bulk_tx_ep = ep_desc;
1623 continue;
1624 }
1625
1626 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
1627 data->bulk_rx_ep = ep_desc;
1628 continue;
1629 }
1630 }
1631
Sachin Kamat98921db2012-07-27 12:38:39 +05301632 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001633 return -ENODEV;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001634
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001635 data->cmdreq_type = USB_TYPE_CLASS;
1636
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001637 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001638 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001639
1640 spin_lock_init(&data->lock);
1641
1642 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001643 INIT_WORK(&data->waker, btusb_waker);
1644 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001645
1646 init_usb_anchor(&data->tx_anchor);
1647 init_usb_anchor(&data->intr_anchor);
1648 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001649 init_usb_anchor(&data->isoc_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001650 init_usb_anchor(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001651
1652 hdev = hci_alloc_dev();
Sachin Kamat98921db2012-07-27 12:38:39 +05301653 if (!hdev)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001654 return -ENOMEM;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001655
Marcel Holtmannc13854c2010-02-08 15:27:07 +01001656 hdev->bus = HCI_USB;
David Herrmann155961e2012-02-09 21:58:32 +01001657 hci_set_drvdata(hdev, data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001658
1659 data->hdev = hdev;
1660
1661 SET_HCIDEV_DEV(hdev, &intf->dev);
1662
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07001663 hdev->open = btusb_open;
1664 hdev->close = btusb_close;
1665 hdev->flush = btusb_flush;
1666 hdev->send = btusb_send_frame;
1667 hdev->notify = btusb_notify;
1668
1669 if (id->driver_info & BTUSB_BCM92035)
1670 hdev->setup = btusb_setup_bcm92035;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001671
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001672 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
Petri Gynther10d4c672014-05-08 15:50:01 -07001673 hdev->setup = btusb_setup_bcm_patchram;
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001674 hdev->set_bdaddr = btusb_set_bdaddr_bcm;
1675 }
Petri Gynther10d4c672014-05-08 15:50:01 -07001676
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001677 if (id->driver_info & BTUSB_INTEL) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001678 hdev->setup = btusb_setup_intel;
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001679 hdev->set_bdaddr = btusb_set_bdaddr_intel;
1680 }
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001681
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001682 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001683 data->isoc = usb_ifnum_to_if(data->udev, 1);
1684
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001685 if (!reset)
Szymon Janca6c511c2012-05-23 12:35:46 +02001686 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001687
1688 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
1689 if (!disable_scofix)
1690 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
1691 }
1692
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001693 if (id->driver_info & BTUSB_BROKEN_ISOC)
1694 data->isoc = NULL;
1695
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001696 if (id->driver_info & BTUSB_DIGIANSWER) {
1697 data->cmdreq_type = USB_TYPE_VENDOR;
Szymon Janca6c511c2012-05-23 12:35:46 +02001698 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001699 }
1700
1701 if (id->driver_info & BTUSB_CSR) {
1702 struct usb_device *udev = data->udev;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001703 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001704
1705 /* Old firmware would otherwise execute USB reset */
Marcel Holtmann81cac642014-01-03 03:02:36 -08001706 if (bcdDevice < 0x117)
Szymon Janca6c511c2012-05-23 12:35:46 +02001707 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08001708
1709 /* Fake CSR devices with broken commands */
1710 if (bcdDevice <= 0x100)
1711 hdev->setup = btusb_setup_csr;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001712 }
1713
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001714 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001715 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001716
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001717 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001718 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
1719 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001720
1721 data->isoc = NULL;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001722 }
1723
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001724 if (data->isoc) {
1725 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001726 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001727 if (err < 0) {
1728 hci_free_dev(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001729 return err;
1730 }
1731 }
1732
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001733 err = hci_register_dev(hdev);
1734 if (err < 0) {
1735 hci_free_dev(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001736 return err;
1737 }
1738
1739 usb_set_intfdata(intf, data);
1740
1741 return 0;
1742}
1743
1744static void btusb_disconnect(struct usb_interface *intf)
1745{
1746 struct btusb_data *data = usb_get_intfdata(intf);
1747 struct hci_dev *hdev;
1748
1749 BT_DBG("intf %p", intf);
1750
1751 if (!data)
1752 return;
1753
1754 hdev = data->hdev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001755 usb_set_intfdata(data->intf, NULL);
1756
1757 if (data->isoc)
1758 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001759
1760 hci_unregister_dev(hdev);
1761
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001762 if (intf == data->isoc)
1763 usb_driver_release_interface(&btusb_driver, data->intf);
1764 else if (data->isoc)
1765 usb_driver_release_interface(&btusb_driver, data->isoc);
1766
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001767 hci_free_dev(hdev);
1768}
1769
Oliver Neukum7bee5492009-08-24 23:44:59 +02001770#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001771static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
1772{
1773 struct btusb_data *data = usb_get_intfdata(intf);
1774
1775 BT_DBG("intf %p", intf);
1776
1777 if (data->suspend_count++)
1778 return 0;
1779
Oliver Neukum7bee5492009-08-24 23:44:59 +02001780 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02001781 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02001782 set_bit(BTUSB_SUSPENDING, &data->flags);
1783 spin_unlock_irq(&data->txlock);
1784 } else {
1785 spin_unlock_irq(&data->txlock);
1786 data->suspend_count--;
1787 return -EBUSY;
1788 }
1789
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001790 cancel_work_sync(&data->work);
1791
Oliver Neukum7bee5492009-08-24 23:44:59 +02001792 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001793 usb_kill_anchored_urbs(&data->tx_anchor);
1794
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001795 return 0;
1796}
1797
Oliver Neukum7bee5492009-08-24 23:44:59 +02001798static void play_deferred(struct btusb_data *data)
1799{
1800 struct urb *urb;
1801 int err;
1802
1803 while ((urb = usb_get_from_anchor(&data->deferred))) {
1804 err = usb_submit_urb(urb, GFP_ATOMIC);
1805 if (err < 0)
1806 break;
1807
1808 data->tx_in_flight++;
1809 }
1810 usb_scuttle_anchored_urbs(&data->deferred);
1811}
1812
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001813static int btusb_resume(struct usb_interface *intf)
1814{
1815 struct btusb_data *data = usb_get_intfdata(intf);
1816 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001817 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001818
1819 BT_DBG("intf %p", intf);
1820
1821 if (--data->suspend_count)
1822 return 0;
1823
1824 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02001825 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001826
1827 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
1828 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
1829 if (err < 0) {
1830 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001831 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001832 }
1833 }
1834
1835 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001836 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
1837 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001838 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001839 goto failed;
1840 }
1841
1842 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001843 }
1844
1845 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
1846 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
1847 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1848 else
1849 btusb_submit_isoc_urb(hdev, GFP_NOIO);
1850 }
1851
Oliver Neukum7bee5492009-08-24 23:44:59 +02001852 spin_lock_irq(&data->txlock);
1853 play_deferred(data);
1854 clear_bit(BTUSB_SUSPENDING, &data->flags);
1855 spin_unlock_irq(&data->txlock);
1856 schedule_work(&data->work);
1857
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001858 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001859
1860failed:
1861 usb_scuttle_anchored_urbs(&data->deferred);
1862done:
1863 spin_lock_irq(&data->txlock);
1864 clear_bit(BTUSB_SUSPENDING, &data->flags);
1865 spin_unlock_irq(&data->txlock);
1866
1867 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001868}
Oliver Neukum7bee5492009-08-24 23:44:59 +02001869#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001870
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001871static struct usb_driver btusb_driver = {
1872 .name = "btusb",
1873 .probe = btusb_probe,
1874 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001875#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001876 .suspend = btusb_suspend,
1877 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001878#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001879 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001880 .supports_autosuspend = 1,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -07001881 .disable_hub_initiated_lpm = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001882};
1883
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08001884module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001885
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001886module_param(ignore_dga, bool, 0644);
1887MODULE_PARM_DESC(ignore_dga, "Ignore devices with id 08fd:0001");
1888
1889module_param(ignore_csr, bool, 0644);
1890MODULE_PARM_DESC(ignore_csr, "Ignore devices with id 0a12:0001");
1891
1892module_param(ignore_sniffer, bool, 0644);
1893MODULE_PARM_DESC(ignore_sniffer, "Ignore devices with id 0a12:0002");
1894
1895module_param(disable_scofix, bool, 0644);
1896MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
1897
1898module_param(force_scofix, bool, 0644);
1899MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
1900
1901module_param(reset, bool, 0644);
1902MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
1903
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001904MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
1905MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
1906MODULE_VERSION(VERSION);
1907MODULE_LICENSE("GPL");