blob: 61d8385666e9919e09bcfed52cc59bd8a363ab9c [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
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001185#define BDADDR_INTEL (&(bdaddr_t) {{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
1186
1187static int btusb_check_bdaddr_intel(struct hci_dev *hdev)
1188{
1189 struct sk_buff *skb;
1190 struct hci_rp_read_bd_addr *rp;
1191
1192 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1193 HCI_INIT_TIMEOUT);
1194 if (IS_ERR(skb)) {
1195 BT_ERR("%s reading Intel device address failed (%ld)",
1196 hdev->name, PTR_ERR(skb));
1197 return PTR_ERR(skb);
1198 }
1199
1200 if (skb->len != sizeof(*rp)) {
1201 BT_ERR("%s Intel device address length mismatch", hdev->name);
1202 kfree_skb(skb);
1203 return -EIO;
1204 }
1205
1206 rp = (struct hci_rp_read_bd_addr *) skb->data;
1207 if (rp->status) {
1208 BT_ERR("%s Intel device address result failed (%02x)",
1209 hdev->name, rp->status);
1210 kfree_skb(skb);
1211 return -bt_to_errno(rp->status);
1212 }
1213
1214 /* For some Intel based controllers, the default Bluetooth device
1215 * address 00:03:19:9E:8B:00 can be found. These controllers are
1216 * fully operational, but have the danger of duplicate addresses
1217 * and that in turn can cause problems with Bluetooth operation.
1218 */
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001219 if (!bacmp(&rp->bdaddr, BDADDR_INTEL)) {
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001220 BT_ERR("%s found Intel default device address (%pMR)",
1221 hdev->name, &rp->bdaddr);
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001222 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1223 }
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001224
1225 kfree_skb(skb);
1226
1227 return 0;
1228}
1229
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001230static int btusb_setup_intel(struct hci_dev *hdev)
1231{
1232 struct sk_buff *skb;
1233 const struct firmware *fw;
1234 const u8 *fw_ptr;
1235 int disable_patch;
1236 struct intel_version *ver;
1237
1238 const u8 mfg_enable[] = { 0x01, 0x00 };
1239 const u8 mfg_disable[] = { 0x00, 0x00 };
1240 const u8 mfg_reset_deactivate[] = { 0x00, 0x01 };
1241 const u8 mfg_reset_activate[] = { 0x00, 0x02 };
1242
1243 BT_DBG("%s", hdev->name);
1244
1245 /* The controller has a bug with the first HCI command sent to it
1246 * returning number of completed commands as zero. This would stall the
1247 * command processing in the Bluetooth core.
1248 *
1249 * As a workaround, send HCI Reset command first which will reset the
1250 * number of completed commands and allow normal command processing
1251 * from now on.
1252 */
1253 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1254 if (IS_ERR(skb)) {
1255 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1256 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001257 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001258 }
1259 kfree_skb(skb);
1260
1261 /* Read Intel specific controller version first to allow selection of
1262 * which firmware file to load.
1263 *
1264 * The returned information are hardware variant and revision plus
1265 * firmware variant, revision and build number.
1266 */
1267 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
1268 if (IS_ERR(skb)) {
1269 BT_ERR("%s reading Intel fw version command failed (%ld)",
1270 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001271 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001272 }
1273
1274 if (skb->len != sizeof(*ver)) {
1275 BT_ERR("%s Intel version event length mismatch", hdev->name);
1276 kfree_skb(skb);
1277 return -EIO;
1278 }
1279
1280 ver = (struct intel_version *)skb->data;
1281 if (ver->status) {
1282 BT_ERR("%s Intel fw version event failed (%02x)", hdev->name,
1283 ver->status);
1284 kfree_skb(skb);
1285 return -bt_to_errno(ver->status);
1286 }
1287
1288 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1289 hdev->name, ver->hw_platform, ver->hw_variant,
1290 ver->hw_revision, ver->fw_variant, ver->fw_revision,
1291 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy,
1292 ver->fw_patch_num);
1293
1294 /* fw_patch_num indicates the version of patch the device currently
1295 * have. If there is no patch data in the device, it is always 0x00.
1296 * So, if it is other than 0x00, no need to patch the deivce again.
1297 */
1298 if (ver->fw_patch_num) {
1299 BT_INFO("%s: Intel device is already patched. patch num: %02x",
1300 hdev->name, ver->fw_patch_num);
1301 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001302 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001303 return 0;
1304 }
1305
1306 /* Opens the firmware patch file based on the firmware version read
1307 * from the controller. If it fails to open the matching firmware
1308 * patch file, it tries to open the default firmware patch file.
1309 * If no patch file is found, allow the device to operate without
1310 * a patch.
1311 */
1312 fw = btusb_setup_intel_get_fw(hdev, ver);
1313 if (!fw) {
1314 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001315 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001316 return 0;
1317 }
1318 fw_ptr = fw->data;
1319
1320 /* This Intel specific command enables the manufacturer mode of the
1321 * controller.
1322 *
1323 * Only while this mode is enabled, the driver can download the
1324 * firmware patch data and configuration parameters.
1325 */
1326 skb = __hci_cmd_sync(hdev, 0xfc11, 2, mfg_enable, HCI_INIT_TIMEOUT);
1327 if (IS_ERR(skb)) {
1328 BT_ERR("%s entering Intel manufacturer mode failed (%ld)",
1329 hdev->name, PTR_ERR(skb));
1330 release_firmware(fw);
Adam Leed9c78e92013-07-10 10:02:12 +08001331 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001332 }
1333
1334 if (skb->data[0]) {
1335 u8 evt_status = skb->data[0];
1336 BT_ERR("%s enable Intel manufacturer mode event failed (%02x)",
1337 hdev->name, evt_status);
1338 kfree_skb(skb);
1339 release_firmware(fw);
1340 return -bt_to_errno(evt_status);
1341 }
1342 kfree_skb(skb);
1343
1344 disable_patch = 1;
1345
1346 /* The firmware data file consists of list of Intel specific HCI
1347 * commands and its expected events. The first byte indicates the
1348 * type of the message, either HCI command or HCI event.
1349 *
1350 * It reads the command and its expected event from the firmware file,
1351 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1352 * the returned event is compared with the event read from the firmware
1353 * file and it will continue until all the messages are downloaded to
1354 * the controller.
1355 *
1356 * Once the firmware patching is completed successfully,
1357 * the manufacturer mode is disabled with reset and activating the
1358 * downloaded patch.
1359 *
1360 * If the firmware patching fails, the manufacturer mode is
1361 * disabled with reset and deactivating the patch.
1362 *
1363 * If the default patch file is used, no reset is done when disabling
1364 * the manufacturer.
1365 */
1366 while (fw->size > fw_ptr - fw->data) {
1367 int ret;
1368
1369 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1370 &disable_patch);
1371 if (ret < 0)
1372 goto exit_mfg_deactivate;
1373 }
1374
1375 release_firmware(fw);
1376
1377 if (disable_patch)
1378 goto exit_mfg_disable;
1379
1380 /* Patching completed successfully and disable the manufacturer mode
1381 * with reset and activate the downloaded firmware patches.
1382 */
1383 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_activate),
1384 mfg_reset_activate, HCI_INIT_TIMEOUT);
1385 if (IS_ERR(skb)) {
1386 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1387 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001388 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001389 }
1390 kfree_skb(skb);
1391
1392 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1393 hdev->name);
1394
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001395 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001396 return 0;
1397
1398exit_mfg_disable:
1399 /* Disable the manufacturer mode without reset */
1400 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_disable), mfg_disable,
1401 HCI_INIT_TIMEOUT);
1402 if (IS_ERR(skb)) {
1403 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1404 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001405 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001406 }
1407 kfree_skb(skb);
1408
1409 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001410
1411 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001412 return 0;
1413
1414exit_mfg_deactivate:
1415 release_firmware(fw);
1416
1417 /* Patching failed. Disable the manufacturer mode with reset and
1418 * deactivate the downloaded firmware patches.
1419 */
1420 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_deactivate),
1421 mfg_reset_deactivate, HCI_INIT_TIMEOUT);
1422 if (IS_ERR(skb)) {
1423 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1424 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001425 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001426 }
1427 kfree_skb(skb);
1428
1429 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1430 hdev->name);
1431
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001432 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001433 return 0;
1434}
1435
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001436static int btusb_set_bdaddr_intel(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1437{
1438 struct sk_buff *skb;
1439 long ret;
1440
1441 skb = __hci_cmd_sync(hdev, 0xfc31, 6, bdaddr, HCI_INIT_TIMEOUT);
1442 if (IS_ERR(skb)) {
1443 ret = PTR_ERR(skb);
1444 BT_ERR("%s: changing Intel device address failed (%ld)",
1445 hdev->name, ret);
1446 return ret;
1447 }
1448 kfree_skb(skb);
1449
1450 return 0;
1451}
1452
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001453#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}})
1454
Petri Gynther10d4c672014-05-08 15:50:01 -07001455static int btusb_setup_bcm_patchram(struct hci_dev *hdev)
1456{
1457 struct btusb_data *data = hci_get_drvdata(hdev);
1458 struct usb_device *udev = data->udev;
1459 char fw_name[64];
1460 const struct firmware *fw;
1461 const u8 *fw_ptr;
1462 size_t fw_size;
1463 const struct hci_command_hdr *cmd;
1464 const u8 *cmd_param;
1465 u16 opcode;
1466 struct sk_buff *skb;
1467 struct hci_rp_read_local_version *ver;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001468 struct hci_rp_read_bd_addr *bda;
Petri Gynther10d4c672014-05-08 15:50:01 -07001469 long ret;
1470
1471 snprintf(fw_name, sizeof(fw_name), "brcm/%s-%04x-%04x.hcd",
1472 udev->product ? udev->product : "BCM",
1473 le16_to_cpu(udev->descriptor.idVendor),
1474 le16_to_cpu(udev->descriptor.idProduct));
1475
1476 ret = request_firmware(&fw, fw_name, &hdev->dev);
1477 if (ret < 0) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001478 BT_INFO("%s: BCM: patch %s not found", hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001479 return 0;
1480 }
1481
1482 /* Reset */
1483 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1484 if (IS_ERR(skb)) {
1485 ret = PTR_ERR(skb);
1486 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1487 goto done;
1488 }
1489 kfree_skb(skb);
1490
1491 /* Read Local Version Info */
1492 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1493 HCI_INIT_TIMEOUT);
1494 if (IS_ERR(skb)) {
1495 ret = PTR_ERR(skb);
1496 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
1497 hdev->name, ret);
1498 goto done;
1499 }
1500
1501 if (skb->len != sizeof(*ver)) {
1502 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
1503 hdev->name);
1504 kfree_skb(skb);
1505 ret = -EIO;
1506 goto done;
1507 }
1508
1509 ver = (struct hci_rp_read_local_version *) skb->data;
1510 BT_INFO("%s: BCM: patching hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1511 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1512 ver->lmp_ver, ver->lmp_subver);
1513 kfree_skb(skb);
1514
1515 /* Start Download */
1516 skb = __hci_cmd_sync(hdev, 0xfc2e, 0, NULL, HCI_INIT_TIMEOUT);
1517 if (IS_ERR(skb)) {
1518 ret = PTR_ERR(skb);
1519 BT_ERR("%s: BCM: Download Minidrv command failed (%ld)",
1520 hdev->name, ret);
1521 goto reset_fw;
1522 }
1523 kfree_skb(skb);
1524
1525 /* 50 msec delay after Download Minidrv completes */
1526 msleep(50);
1527
1528 fw_ptr = fw->data;
1529 fw_size = fw->size;
1530
1531 while (fw_size >= sizeof(*cmd)) {
1532 cmd = (struct hci_command_hdr *) fw_ptr;
1533 fw_ptr += sizeof(*cmd);
1534 fw_size -= sizeof(*cmd);
1535
1536 if (fw_size < cmd->plen) {
1537 BT_ERR("%s: BCM: patch %s is corrupted",
1538 hdev->name, fw_name);
1539 ret = -EINVAL;
1540 goto reset_fw;
1541 }
1542
1543 cmd_param = fw_ptr;
1544 fw_ptr += cmd->plen;
1545 fw_size -= cmd->plen;
1546
1547 opcode = le16_to_cpu(cmd->opcode);
1548
1549 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param,
1550 HCI_INIT_TIMEOUT);
1551 if (IS_ERR(skb)) {
1552 ret = PTR_ERR(skb);
1553 BT_ERR("%s: BCM: patch command %04x failed (%ld)",
1554 hdev->name, opcode, ret);
1555 goto reset_fw;
1556 }
1557 kfree_skb(skb);
1558 }
1559
1560 /* 250 msec delay after Launch Ram completes */
1561 msleep(250);
1562
1563reset_fw:
1564 /* Reset */
1565 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1566 if (IS_ERR(skb)) {
1567 ret = PTR_ERR(skb);
1568 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1569 goto done;
1570 }
1571 kfree_skb(skb);
1572
1573 /* Read Local Version Info */
1574 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1575 HCI_INIT_TIMEOUT);
1576 if (IS_ERR(skb)) {
1577 ret = PTR_ERR(skb);
1578 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
1579 hdev->name, ret);
1580 goto done;
1581 }
1582
1583 if (skb->len != sizeof(*ver)) {
1584 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
1585 hdev->name);
1586 kfree_skb(skb);
1587 ret = -EIO;
1588 goto done;
1589 }
1590
1591 ver = (struct hci_rp_read_local_version *) skb->data;
1592 BT_INFO("%s: BCM: firmware hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1593 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1594 ver->lmp_ver, ver->lmp_subver);
1595 kfree_skb(skb);
1596
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001597 /* Read BD Address */
1598 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1599 HCI_INIT_TIMEOUT);
1600 if (IS_ERR(skb)) {
1601 ret = PTR_ERR(skb);
1602 BT_ERR("%s: HCI_OP_READ_BD_ADDR failed (%ld)",
1603 hdev->name, ret);
1604 goto done;
1605 }
1606
1607 if (skb->len != sizeof(*bda)) {
1608 BT_ERR("%s: HCI_OP_READ_BD_ADDR event length mismatch",
1609 hdev->name);
1610 kfree_skb(skb);
1611 ret = -EIO;
1612 goto done;
1613 }
1614
1615 bda = (struct hci_rp_read_bd_addr *) skb->data;
1616 if (bda->status) {
1617 BT_ERR("%s: HCI_OP_READ_BD_ADDR error status (%02x)",
1618 hdev->name, bda->status);
1619 kfree_skb(skb);
1620 ret = -bt_to_errno(bda->status);
1621 goto done;
1622 }
1623
1624 /* The address 00:20:70:02:A0:00 indicates a BCM20702A0 controller
1625 * with no configured address.
1626 */
Marcel Holtmann849e5082014-07-04 16:54:39 +02001627 if (!bacmp(&bda->bdaddr, BDADDR_BCM20702A0)) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001628 BT_INFO("%s: BCM: using default device address (%pMR)",
1629 hdev->name, &bda->bdaddr);
Marcel Holtmann849e5082014-07-04 16:54:39 +02001630 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1631 }
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001632
1633 kfree_skb(skb);
1634
Petri Gynther10d4c672014-05-08 15:50:01 -07001635done:
1636 release_firmware(fw);
1637
1638 return ret;
1639}
1640
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001641static int btusb_set_bdaddr_bcm(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1642{
1643 struct sk_buff *skb;
1644 long ret;
1645
1646 skb = __hci_cmd_sync(hdev, 0xfc01, 6, bdaddr, HCI_INIT_TIMEOUT);
1647 if (IS_ERR(skb)) {
1648 ret = PTR_ERR(skb);
1649 BT_ERR("%s: BCM: Change address command failed (%ld)",
1650 hdev->name, ret);
1651 return ret;
1652 }
1653 kfree_skb(skb);
1654
1655 return 0;
1656}
1657
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001658static int btusb_probe(struct usb_interface *intf,
1659 const struct usb_device_id *id)
1660{
1661 struct usb_endpoint_descriptor *ep_desc;
1662 struct btusb_data *data;
1663 struct hci_dev *hdev;
1664 int i, err;
1665
1666 BT_DBG("intf %p id %p", intf, id);
1667
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001668 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001669 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
1670 return -ENODEV;
1671
1672 if (!id->driver_info) {
1673 const struct usb_device_id *match;
1674 match = usb_match_id(intf, blacklist_table);
1675 if (match)
1676 id = match;
1677 }
1678
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001679 if (id->driver_info == BTUSB_IGNORE)
1680 return -ENODEV;
1681
1682 if (ignore_dga && id->driver_info & BTUSB_DIGIANSWER)
1683 return -ENODEV;
1684
1685 if (ignore_csr && id->driver_info & BTUSB_CSR)
1686 return -ENODEV;
1687
1688 if (ignore_sniffer && id->driver_info & BTUSB_SNIFFER)
1689 return -ENODEV;
1690
Steven.Li2d25f8b2011-07-01 14:02:36 +08001691 if (id->driver_info & BTUSB_ATH3012) {
1692 struct usb_device *udev = interface_to_usbdev(intf);
1693
1694 /* Old firmware would otherwise let ath3k driver load
1695 * patch and sysconfig files */
1696 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
1697 return -ENODEV;
1698 }
1699
Sachin Kamat98921db2012-07-27 12:38:39 +05301700 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001701 if (!data)
1702 return -ENOMEM;
1703
1704 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1705 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1706
1707 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
1708 data->intr_ep = ep_desc;
1709 continue;
1710 }
1711
1712 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
1713 data->bulk_tx_ep = ep_desc;
1714 continue;
1715 }
1716
1717 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
1718 data->bulk_rx_ep = ep_desc;
1719 continue;
1720 }
1721 }
1722
Sachin Kamat98921db2012-07-27 12:38:39 +05301723 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001724 return -ENODEV;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001725
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001726 data->cmdreq_type = USB_TYPE_CLASS;
1727
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001728 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001729 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001730
1731 spin_lock_init(&data->lock);
1732
1733 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001734 INIT_WORK(&data->waker, btusb_waker);
1735 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001736
1737 init_usb_anchor(&data->tx_anchor);
1738 init_usb_anchor(&data->intr_anchor);
1739 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001740 init_usb_anchor(&data->isoc_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001741 init_usb_anchor(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001742
1743 hdev = hci_alloc_dev();
Sachin Kamat98921db2012-07-27 12:38:39 +05301744 if (!hdev)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001745 return -ENOMEM;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001746
Marcel Holtmannc13854c2010-02-08 15:27:07 +01001747 hdev->bus = HCI_USB;
David Herrmann155961e2012-02-09 21:58:32 +01001748 hci_set_drvdata(hdev, data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001749
1750 data->hdev = hdev;
1751
1752 SET_HCIDEV_DEV(hdev, &intf->dev);
1753
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07001754 hdev->open = btusb_open;
1755 hdev->close = btusb_close;
1756 hdev->flush = btusb_flush;
1757 hdev->send = btusb_send_frame;
1758 hdev->notify = btusb_notify;
1759
1760 if (id->driver_info & BTUSB_BCM92035)
1761 hdev->setup = btusb_setup_bcm92035;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001762
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001763 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
Petri Gynther10d4c672014-05-08 15:50:01 -07001764 hdev->setup = btusb_setup_bcm_patchram;
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001765 hdev->set_bdaddr = btusb_set_bdaddr_bcm;
1766 }
Petri Gynther10d4c672014-05-08 15:50:01 -07001767
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001768 if (id->driver_info & BTUSB_INTEL) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001769 hdev->setup = btusb_setup_intel;
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001770 hdev->set_bdaddr = btusb_set_bdaddr_intel;
1771 }
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001772
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001773 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001774 data->isoc = usb_ifnum_to_if(data->udev, 1);
1775
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001776 if (!reset)
Szymon Janca6c511c2012-05-23 12:35:46 +02001777 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001778
1779 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
1780 if (!disable_scofix)
1781 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
1782 }
1783
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001784 if (id->driver_info & BTUSB_BROKEN_ISOC)
1785 data->isoc = NULL;
1786
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001787 if (id->driver_info & BTUSB_DIGIANSWER) {
1788 data->cmdreq_type = USB_TYPE_VENDOR;
Szymon Janca6c511c2012-05-23 12:35:46 +02001789 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001790 }
1791
1792 if (id->driver_info & BTUSB_CSR) {
1793 struct usb_device *udev = data->udev;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001794 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001795
1796 /* Old firmware would otherwise execute USB reset */
Marcel Holtmann81cac642014-01-03 03:02:36 -08001797 if (bcdDevice < 0x117)
Szymon Janca6c511c2012-05-23 12:35:46 +02001798 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08001799
1800 /* Fake CSR devices with broken commands */
1801 if (bcdDevice <= 0x100)
1802 hdev->setup = btusb_setup_csr;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001803 }
1804
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001805 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001806 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001807
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001808 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001809 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
1810 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001811
1812 data->isoc = NULL;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001813 }
1814
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001815 if (data->isoc) {
1816 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001817 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001818 if (err < 0) {
1819 hci_free_dev(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001820 return err;
1821 }
1822 }
1823
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001824 err = hci_register_dev(hdev);
1825 if (err < 0) {
1826 hci_free_dev(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001827 return err;
1828 }
1829
1830 usb_set_intfdata(intf, data);
1831
1832 return 0;
1833}
1834
1835static void btusb_disconnect(struct usb_interface *intf)
1836{
1837 struct btusb_data *data = usb_get_intfdata(intf);
1838 struct hci_dev *hdev;
1839
1840 BT_DBG("intf %p", intf);
1841
1842 if (!data)
1843 return;
1844
1845 hdev = data->hdev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001846 usb_set_intfdata(data->intf, NULL);
1847
1848 if (data->isoc)
1849 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001850
1851 hci_unregister_dev(hdev);
1852
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001853 if (intf == data->isoc)
1854 usb_driver_release_interface(&btusb_driver, data->intf);
1855 else if (data->isoc)
1856 usb_driver_release_interface(&btusb_driver, data->isoc);
1857
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001858 hci_free_dev(hdev);
1859}
1860
Oliver Neukum7bee5492009-08-24 23:44:59 +02001861#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001862static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
1863{
1864 struct btusb_data *data = usb_get_intfdata(intf);
1865
1866 BT_DBG("intf %p", intf);
1867
1868 if (data->suspend_count++)
1869 return 0;
1870
Oliver Neukum7bee5492009-08-24 23:44:59 +02001871 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02001872 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02001873 set_bit(BTUSB_SUSPENDING, &data->flags);
1874 spin_unlock_irq(&data->txlock);
1875 } else {
1876 spin_unlock_irq(&data->txlock);
1877 data->suspend_count--;
1878 return -EBUSY;
1879 }
1880
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001881 cancel_work_sync(&data->work);
1882
Oliver Neukum7bee5492009-08-24 23:44:59 +02001883 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001884 usb_kill_anchored_urbs(&data->tx_anchor);
1885
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001886 return 0;
1887}
1888
Oliver Neukum7bee5492009-08-24 23:44:59 +02001889static void play_deferred(struct btusb_data *data)
1890{
1891 struct urb *urb;
1892 int err;
1893
1894 while ((urb = usb_get_from_anchor(&data->deferred))) {
1895 err = usb_submit_urb(urb, GFP_ATOMIC);
1896 if (err < 0)
1897 break;
1898
1899 data->tx_in_flight++;
1900 }
1901 usb_scuttle_anchored_urbs(&data->deferred);
1902}
1903
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001904static int btusb_resume(struct usb_interface *intf)
1905{
1906 struct btusb_data *data = usb_get_intfdata(intf);
1907 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001908 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001909
1910 BT_DBG("intf %p", intf);
1911
1912 if (--data->suspend_count)
1913 return 0;
1914
1915 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02001916 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001917
1918 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
1919 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
1920 if (err < 0) {
1921 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001922 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001923 }
1924 }
1925
1926 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001927 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
1928 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001929 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001930 goto failed;
1931 }
1932
1933 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001934 }
1935
1936 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
1937 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
1938 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1939 else
1940 btusb_submit_isoc_urb(hdev, GFP_NOIO);
1941 }
1942
Oliver Neukum7bee5492009-08-24 23:44:59 +02001943 spin_lock_irq(&data->txlock);
1944 play_deferred(data);
1945 clear_bit(BTUSB_SUSPENDING, &data->flags);
1946 spin_unlock_irq(&data->txlock);
1947 schedule_work(&data->work);
1948
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001949 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001950
1951failed:
1952 usb_scuttle_anchored_urbs(&data->deferred);
1953done:
1954 spin_lock_irq(&data->txlock);
1955 clear_bit(BTUSB_SUSPENDING, &data->flags);
1956 spin_unlock_irq(&data->txlock);
1957
1958 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001959}
Oliver Neukum7bee5492009-08-24 23:44:59 +02001960#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001961
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001962static struct usb_driver btusb_driver = {
1963 .name = "btusb",
1964 .probe = btusb_probe,
1965 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001966#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001967 .suspend = btusb_suspend,
1968 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001969#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001970 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001971 .supports_autosuspend = 1,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -07001972 .disable_hub_initiated_lpm = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001973};
1974
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08001975module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001976
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001977module_param(ignore_dga, bool, 0644);
1978MODULE_PARM_DESC(ignore_dga, "Ignore devices with id 08fd:0001");
1979
1980module_param(ignore_csr, bool, 0644);
1981MODULE_PARM_DESC(ignore_csr, "Ignore devices with id 0a12:0001");
1982
1983module_param(ignore_sniffer, bool, 0644);
1984MODULE_PARM_DESC(ignore_sniffer, "Ignore devices with id 0a12:0002");
1985
1986module_param(disable_scofix, bool, 0644);
1987MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
1988
1989module_param(force_scofix, bool, 0644);
1990MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
1991
1992module_param(reset, bool, 0644);
1993MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
1994
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001995MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
1996MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
1997MODULE_VERSION(VERSION);
1998MODULE_LICENSE("GPL");