blob: 833881392ce1fa71cf683c1f9ff2aa8d6a724f14 [file] [log] [blame]
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001/*
2 *
3 * Generic Bluetooth USB driver
4 *
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02005 * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann5e23b922007-10-20 14:12:34 +02006 *
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
22 */
23
Marcel Holtmann5e23b922007-10-20 14:12:34 +020024#include <linux/module.h>
Marcel Holtmann5e23b922007-10-20 14:12:34 +020025#include <linux/usb.h>
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -070026#include <linux/firmware.h>
Marcel Holtmann5e23b922007-10-20 14:12:34 +020027
28#include <net/bluetooth/bluetooth.h>
29#include <net/bluetooth/hci_core.h>
30
Oliver Neukum7bee5492009-08-24 23:44:59 +020031#define VERSION "0.6"
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020032
Rusty Russell90ab5ee2012-01-13 09:32:20 +103033static bool disable_scofix;
34static bool force_scofix;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010035
Rusty Russell90ab5ee2012-01-13 09:32:20 +103036static bool reset = 1;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020037
38static struct usb_driver btusb_driver;
39
40#define BTUSB_IGNORE 0x01
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010041#define BTUSB_DIGIANSWER 0x02
42#define BTUSB_CSR 0x04
43#define BTUSB_SNIFFER 0x08
44#define BTUSB_BCM92035 0x10
45#define BTUSB_BROKEN_ISOC 0x20
46#define BTUSB_WRONG_SCO_MTU 0x40
Steven.Li2d25f8b2011-07-01 14:02:36 +080047#define BTUSB_ATH3012 0x80
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -070048#define BTUSB_INTEL 0x100
Marcel Holtmann40df7832014-07-06 13:29:58 +020049#define BTUSB_INTEL_BOOT 0x200
50#define BTUSB_BCM_PATCHRAM 0x400
Amitkumar Karwarae8df492014-07-18 14:47:06 -070051#define BTUSB_MARVELL 0x800
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -080052#define BTUSB_SWAVE 0x1000
Marcel Holtmann5e23b922007-10-20 14:12:34 +020053
Marcel Holtmann54265202013-10-11 07:46:18 -070054static const struct usb_device_id btusb_table[] = {
Marcel Holtmann5e23b922007-10-20 14:12:34 +020055 /* Generic Bluetooth USB device */
56 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
57
Henrik Rydberg1fa65352012-08-25 19:28:06 +020058 /* Apple-specific (Broadcom) devices */
59 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) },
60
Cho, Yu-Chen178c0592013-06-04 21:40:26 +080061 /* MediaTek MT76x0E */
62 { USB_DEVICE(0x0e8d, 0x763f) },
63
Oliver Neukumc510eae2011-09-21 11:41:45 +020064 /* Broadcom SoftSailing reporting vendor specific */
Don Zickus2e8b50632012-03-28 16:41:11 -040065 { USB_DEVICE(0x0a5c, 0x21e1) },
Oliver Neukumc510eae2011-09-21 11:41:45 +020066
Nobuhiro Iwamatsu3cd01972010-08-20 16:24:07 +090067 /* Apple MacBookPro 7,1 */
68 { USB_DEVICE(0x05ac, 0x8213) },
69
Cyril Lacoux0a79f672010-07-14 10:29:27 +040070 /* Apple iMac11,1 */
71 { USB_DEVICE(0x05ac, 0x8215) },
72
Nobuhiro Iwamatsu9c047152010-08-20 16:24:06 +090073 /* Apple MacBookPro6,2 */
74 { USB_DEVICE(0x05ac, 0x8218) },
75
Edgar (gimli) Hucek3e3ede72010-11-04 08:04:33 +010076 /* Apple MacBookAir3,1, MacBookAir3,2 */
77 { USB_DEVICE(0x05ac, 0x821b) },
78
Pieter-Augustijn Van Malleghema63b7232011-09-07 02:28:10 -040079 /* Apple MacBookAir4,1 */
80 { USB_DEVICE(0x05ac, 0x821f) },
81
Marc-Antoine Perennou88d377b2011-03-24 14:51:21 -030082 /* Apple MacBookPro8,2 */
83 { USB_DEVICE(0x05ac, 0x821a) },
84
Jurgen Kramerf78b68262011-09-04 18:01:42 +020085 /* Apple MacMini5,1 */
86 { USB_DEVICE(0x05ac, 0x8281) },
87
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020088 /* AVM BlueFRITZ! USB v2.0 */
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -080089 { USB_DEVICE(0x057c, 0x3800), .driver_info = BTUSB_SWAVE },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020090
91 /* Bluetooth Ultraport Module from IBM */
92 { USB_DEVICE(0x04bf, 0x030a) },
93
94 /* ALPS Modules with non-standard id */
95 { USB_DEVICE(0x044e, 0x3001) },
96 { USB_DEVICE(0x044e, 0x3002) },
97
98 /* Ericsson with non-standard id */
99 { USB_DEVICE(0x0bdb, 0x1002) },
100
101 /* Canyon CN-BTU1 with HID interfaces */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100102 { USB_DEVICE(0x0c10, 0x0000) },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200103
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800104 /* Broadcom BCM20702A0 */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200105 { USB_DEVICE(0x0489, 0xe042) },
106 { USB_DEVICE(0x04ca, 0x2003) },
Jeff Cook1ee3ff62012-11-09 16:39:48 -0700107 { USB_DEVICE(0x0b05, 0x17b5) },
Raphael Kubo da Costa38a172b2013-09-02 14:57:51 +0300108 { USB_DEVICE(0x0b05, 0x17cb) },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800109 { USB_DEVICE(0x413c, 0x8197) },
Fabio Ka86c02e2014-11-18 00:46:28 -0200110 { USB_DEVICE(0x13d3, 0x3404),
111 .driver_info = BTUSB_BCM_PATCHRAM },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800112
Steven Harms98514032012-04-13 14:45:55 -0400113 /* Foxconn - Hon Hai */
Heinrich Siebmanns6029ddc2014-12-03 19:32:22 +0100114 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01),
115 .driver_info = BTUSB_BCM_PATCHRAM },
Steven Harms98514032012-04-13 14:45:55 -0400116
Andy Shevchenko0b880062014-02-18 18:26:19 +0200117 /* Broadcom devices with vendor specific id */
Petri Gynther10d4c672014-05-08 15:50:01 -0700118 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
119 .driver_info = BTUSB_BCM_PATCHRAM },
Gustavo Padovan92c385f2012-08-06 15:36:49 -0300120
Marcel Holtmannc2aef6e2014-07-21 14:02:33 +0200121 /* ASUSTek Computer - Broadcom based */
122 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01) },
123
Ken O'Brien5bcecf32013-09-21 19:14:43 +0100124 /* Belkin F8065bf - Broadcom based */
125 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) },
126
Jurgen Kramer9113bfd2014-02-15 12:01:09 +0100127 /* IMC Networks - Broadcom based */
128 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) },
129
Marcel Holtmann40df7832014-07-06 13:29:58 +0200130 /* Intel Bluetooth USB Bootloader (RAM module) */
Marcel Holtmannd92f2df2014-07-06 14:53:55 +0200131 { USB_DEVICE(0x8087, 0x0a5a),
132 .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },
Marcel Holtmann40df7832014-07-06 13:29:58 +0200133
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200134 { } /* Terminating entry */
135};
136
137MODULE_DEVICE_TABLE(usb, btusb_table);
138
Marcel Holtmann54265202013-10-11 07:46:18 -0700139static const struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200140 /* CSR BlueCore devices */
141 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
142
143 /* Broadcom BCM2033 without firmware */
144 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
145
Bala Shanmugambe931122010-11-26 17:35:46 +0530146 /* Atheros 3011 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200147 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
148 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
149 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530150 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Marek Vasut6eda5412012-06-08 14:32:50 +0200151 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700152 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530153
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800154 /* Atheros AR9285 Malbec with sflash firmware */
155 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
156
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530157 /* Atheros 3012 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200158 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
159 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
160 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
161 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
162 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +0530163 { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200164 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
165 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
166 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
167 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700168 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200169 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
170 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
Janne Heikkinen134d3b32014-12-09 07:44:51 +0200171 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200172 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
173 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +0100174 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200175 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800176 { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
Steven.Li2d25f8b2011-07-01 14:02:36 +0800177 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900178 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200179 { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100180 { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100181 { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200182 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800183 { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200184 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800185 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800186 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200187 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
188 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800189 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530190 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin3bb30a7c2014-11-25 20:19:52 +0300191 { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530192 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530193
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800194 /* Atheros AR5BBU12 with sflash firmware */
195 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
196
Michael Gruetzner85d59722012-05-02 22:33:40 +0200197 /* Atheros AR5BBU12 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530198 { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200199 { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200200
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200201 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100202 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200203 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
204 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200205
206 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100207 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
208 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200209
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200210 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100211 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
212 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200213
214 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100215 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200216
217 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100218 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200219
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100220 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100221 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100222 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200223
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100224 /* Belkin F8T012 and F8T013 devices */
225 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
226 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200227
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100228 /* Asus WL-BTD202 device */
229 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
230
231 /* Kensington Bluetooth USB adapter */
232 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
233
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200234 /* RTX Telecom based adapters with buggy SCO support */
235 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
236 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
237
238 /* CONWISE Technology based adapters with buggy SCO support */
239 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
240
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -0800241 /* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
242 { USB_DEVICE(0x1300, 0x0001), .driver_info = BTUSB_SWAVE },
243
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200244 /* Digianswer devices */
245 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
246 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
247
248 /* CSR BlueCore Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200249 { USB_DEVICE(0x0a12, 0x0002),
250 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200251
252 /* Frontline ComProbe Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200253 { USB_DEVICE(0x16d3, 0x0002),
254 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200255
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700256 /* Intel Bluetooth device */
257 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Anef4e5e42013-11-12 13:10:58 -0800258 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700259
Amitkumar Karwarae8df492014-07-18 14:47:06 -0700260 /* Marvell device */
261 { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL },
262 { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL },
263
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200264 { } /* Terminating entry */
265};
266
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200267#define BTUSB_MAX_ISOC_FRAMES 10
268
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200269#define BTUSB_INTR_RUNNING 0
270#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200271#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200272#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300273#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200274
275struct btusb_data {
276 struct hci_dev *hdev;
277 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200278 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200279 struct usb_interface *isoc;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200280
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200281 unsigned long flags;
282
283 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200284 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200285
Marcel Holtmann803b5832014-09-16 08:00:29 +0200286 struct usb_anchor deferred;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200287 struct usb_anchor tx_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200288 int tx_in_flight;
289 spinlock_t txlock;
290
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200291 struct usb_anchor intr_anchor;
292 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200293 struct usb_anchor isoc_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200294 spinlock_t rxlock;
295
296 struct sk_buff *evt_skb;
297 struct sk_buff *acl_skb;
298 struct sk_buff *sco_skb;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200299
300 struct usb_endpoint_descriptor *intr_ep;
301 struct usb_endpoint_descriptor *bulk_tx_ep;
302 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200303 struct usb_endpoint_descriptor *isoc_tx_ep;
304 struct usb_endpoint_descriptor *isoc_rx_ep;
305
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100306 __u8 cmdreq_type;
307
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100308 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200309 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100310 int suspend_count;
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100311
312 int (*recv_bulk)(struct btusb_data *data, void *buffer, int count);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200313};
314
Marcel Holtmann803b5832014-09-16 08:00:29 +0200315static inline void btusb_free_frags(struct btusb_data *data)
316{
317 unsigned long flags;
318
319 spin_lock_irqsave(&data->rxlock, flags);
320
321 kfree_skb(data->evt_skb);
322 data->evt_skb = NULL;
323
324 kfree_skb(data->acl_skb);
325 data->acl_skb = NULL;
326
327 kfree_skb(data->sco_skb);
328 data->sco_skb = NULL;
329
330 spin_unlock_irqrestore(&data->rxlock, flags);
331}
332
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200333static int btusb_recv_intr(struct btusb_data *data, void *buffer, int count)
334{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200335 struct sk_buff *skb;
336 int err = 0;
337
338 spin_lock(&data->rxlock);
339 skb = data->evt_skb;
340
341 while (count) {
342 int len;
343
344 if (!skb) {
345 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
346 if (!skb) {
347 err = -ENOMEM;
348 break;
349 }
350
351 bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
352 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE;
353 }
354
355 len = min_t(uint, bt_cb(skb)->expect, count);
356 memcpy(skb_put(skb, len), buffer, len);
357
358 count -= len;
359 buffer += len;
360 bt_cb(skb)->expect -= len;
361
362 if (skb->len == HCI_EVENT_HDR_SIZE) {
363 /* Complete event header */
364 bt_cb(skb)->expect = hci_event_hdr(skb)->plen;
365
366 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
367 kfree_skb(skb);
368 skb = NULL;
369
370 err = -EILSEQ;
371 break;
372 }
373 }
374
375 if (bt_cb(skb)->expect == 0) {
376 /* Complete frame */
377 hci_recv_frame(data->hdev, skb);
378 skb = NULL;
379 }
380 }
381
382 data->evt_skb = skb;
383 spin_unlock(&data->rxlock);
384
385 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200386}
387
388static int btusb_recv_bulk(struct btusb_data *data, void *buffer, int count)
389{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200390 struct sk_buff *skb;
391 int err = 0;
392
393 spin_lock(&data->rxlock);
394 skb = data->acl_skb;
395
396 while (count) {
397 int len;
398
399 if (!skb) {
400 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
401 if (!skb) {
402 err = -ENOMEM;
403 break;
404 }
405
406 bt_cb(skb)->pkt_type = HCI_ACLDATA_PKT;
407 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE;
408 }
409
410 len = min_t(uint, bt_cb(skb)->expect, count);
411 memcpy(skb_put(skb, len), buffer, len);
412
413 count -= len;
414 buffer += len;
415 bt_cb(skb)->expect -= len;
416
417 if (skb->len == HCI_ACL_HDR_SIZE) {
418 __le16 dlen = hci_acl_hdr(skb)->dlen;
419
420 /* Complete ACL header */
421 bt_cb(skb)->expect = __le16_to_cpu(dlen);
422
423 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
424 kfree_skb(skb);
425 skb = NULL;
426
427 err = -EILSEQ;
428 break;
429 }
430 }
431
432 if (bt_cb(skb)->expect == 0) {
433 /* Complete frame */
434 hci_recv_frame(data->hdev, skb);
435 skb = NULL;
436 }
437 }
438
439 data->acl_skb = skb;
440 spin_unlock(&data->rxlock);
441
442 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200443}
444
445static int btusb_recv_isoc(struct btusb_data *data, void *buffer, int count)
446{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200447 struct sk_buff *skb;
448 int err = 0;
449
450 spin_lock(&data->rxlock);
451 skb = data->sco_skb;
452
453 while (count) {
454 int len;
455
456 if (!skb) {
457 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);
458 if (!skb) {
459 err = -ENOMEM;
460 break;
461 }
462
463 bt_cb(skb)->pkt_type = HCI_SCODATA_PKT;
464 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE;
465 }
466
467 len = min_t(uint, bt_cb(skb)->expect, count);
468 memcpy(skb_put(skb, len), buffer, len);
469
470 count -= len;
471 buffer += len;
472 bt_cb(skb)->expect -= len;
473
474 if (skb->len == HCI_SCO_HDR_SIZE) {
475 /* Complete SCO header */
476 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen;
477
478 if (skb_tailroom(skb) < bt_cb(skb)->expect) {
479 kfree_skb(skb);
480 skb = NULL;
481
482 err = -EILSEQ;
483 break;
484 }
485 }
486
487 if (bt_cb(skb)->expect == 0) {
488 /* Complete frame */
489 hci_recv_frame(data->hdev, skb);
490 skb = NULL;
491 }
492 }
493
494 data->sco_skb = skb;
495 spin_unlock(&data->rxlock);
496
497 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200498}
499
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200500static void btusb_intr_complete(struct urb *urb)
501{
502 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100503 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200504 int err;
505
Marcel Holtmann89e75332014-09-16 04:44:50 +0200506 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
507 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200508
509 if (!test_bit(HCI_RUNNING, &hdev->flags))
510 return;
511
512 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200513 hdev->stat.byte_rx += urb->actual_length;
514
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200515 if (btusb_recv_intr(data, urb->transfer_buffer,
516 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200517 BT_ERR("%s corrupted event packet", hdev->name);
518 hdev->stat.err_rx++;
519 }
Champion Chen85560c42014-09-06 14:06:08 -0500520 } else if (urb->status == -ENOENT) {
521 /* Avoid suspend failed when usb_kill_urb */
522 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200523 }
524
525 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
526 return;
527
Oliver Neukum7bee5492009-08-24 23:44:59 +0200528 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200529 usb_anchor_urb(urb, &data->intr_anchor);
530
531 err = usb_submit_urb(urb, GFP_ATOMIC);
532 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200533 /* -EPERM: urb is being killed;
534 * -ENODEV: device got disconnected */
535 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100536 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200537 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200538 usb_unanchor_urb(urb);
539 }
540}
541
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100542static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200543{
David Herrmann155961e2012-02-09 21:58:32 +0100544 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200545 struct urb *urb;
546 unsigned char *buf;
547 unsigned int pipe;
548 int err, size;
549
550 BT_DBG("%s", hdev->name);
551
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200552 if (!data->intr_ep)
553 return -ENODEV;
554
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100555 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200556 if (!urb)
557 return -ENOMEM;
558
559 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
560
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100561 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200562 if (!buf) {
563 usb_free_urb(urb);
564 return -ENOMEM;
565 }
566
567 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
568
569 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200570 btusb_intr_complete, hdev, data->intr_ep->bInterval);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200571
572 urb->transfer_flags |= URB_FREE_BUFFER;
573
574 usb_anchor_urb(urb, &data->intr_anchor);
575
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100576 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200577 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200578 if (err != -EPERM && err != -ENODEV)
579 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200580 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200581 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200582 }
583
584 usb_free_urb(urb);
585
586 return err;
587}
588
589static void btusb_bulk_complete(struct urb *urb)
590{
591 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100592 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200593 int err;
594
Marcel Holtmann89e75332014-09-16 04:44:50 +0200595 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
596 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200597
598 if (!test_bit(HCI_RUNNING, &hdev->flags))
599 return;
600
601 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200602 hdev->stat.byte_rx += urb->actual_length;
603
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100604 if (data->recv_bulk(data, urb->transfer_buffer,
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200605 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200606 BT_ERR("%s corrupted ACL packet", hdev->name);
607 hdev->stat.err_rx++;
608 }
Champion Chen85560c42014-09-06 14:06:08 -0500609 } else if (urb->status == -ENOENT) {
610 /* Avoid suspend failed when usb_kill_urb */
611 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200612 }
613
614 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
615 return;
616
617 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100618 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200619
620 err = usb_submit_urb(urb, GFP_ATOMIC);
621 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200622 /* -EPERM: urb is being killed;
623 * -ENODEV: device got disconnected */
624 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100625 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200626 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200627 usb_unanchor_urb(urb);
628 }
629}
630
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100631static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200632{
David Herrmann155961e2012-02-09 21:58:32 +0100633 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200634 struct urb *urb;
635 unsigned char *buf;
636 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530637 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200638
639 BT_DBG("%s", hdev->name);
640
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200641 if (!data->bulk_rx_ep)
642 return -ENODEV;
643
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100644 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200645 if (!urb)
646 return -ENOMEM;
647
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100648 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200649 if (!buf) {
650 usb_free_urb(urb);
651 return -ENOMEM;
652 }
653
654 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
655
Marcel Holtmann89e75332014-09-16 04:44:50 +0200656 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
657 btusb_bulk_complete, hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200658
659 urb->transfer_flags |= URB_FREE_BUFFER;
660
Oliver Neukum7bee5492009-08-24 23:44:59 +0200661 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200662 usb_anchor_urb(urb, &data->bulk_anchor);
663
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100664 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200665 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200666 if (err != -EPERM && err != -ENODEV)
667 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200668 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200669 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200670 }
671
672 usb_free_urb(urb);
673
674 return err;
675}
676
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200677static void btusb_isoc_complete(struct urb *urb)
678{
679 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100680 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200681 int i, err;
682
Marcel Holtmann89e75332014-09-16 04:44:50 +0200683 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
684 urb->actual_length);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200685
686 if (!test_bit(HCI_RUNNING, &hdev->flags))
687 return;
688
689 if (urb->status == 0) {
690 for (i = 0; i < urb->number_of_packets; i++) {
691 unsigned int offset = urb->iso_frame_desc[i].offset;
692 unsigned int length = urb->iso_frame_desc[i].actual_length;
693
694 if (urb->iso_frame_desc[i].status)
695 continue;
696
697 hdev->stat.byte_rx += length;
698
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200699 if (btusb_recv_isoc(data, urb->transfer_buffer + offset,
700 length) < 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200701 BT_ERR("%s corrupted SCO packet", hdev->name);
702 hdev->stat.err_rx++;
703 }
704 }
Champion Chen85560c42014-09-06 14:06:08 -0500705 } else if (urb->status == -ENOENT) {
706 /* Avoid suspend failed when usb_kill_urb */
707 return;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200708 }
709
710 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
711 return;
712
713 usb_anchor_urb(urb, &data->isoc_anchor);
714
715 err = usb_submit_urb(urb, GFP_ATOMIC);
716 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200717 /* -EPERM: urb is being killed;
718 * -ENODEV: device got disconnected */
719 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100720 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200721 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200722 usb_unanchor_urb(urb);
723 }
724}
725
Jesper Juhl42b16b32011-01-17 00:09:38 +0100726static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200727{
728 int i, offset = 0;
729
730 BT_DBG("len %d mtu %d", len, mtu);
731
732 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
733 i++, offset += mtu, len -= mtu) {
734 urb->iso_frame_desc[i].offset = offset;
735 urb->iso_frame_desc[i].length = mtu;
736 }
737
738 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
739 urb->iso_frame_desc[i].offset = offset;
740 urb->iso_frame_desc[i].length = len;
741 i++;
742 }
743
744 urb->number_of_packets = i;
745}
746
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100747static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200748{
David Herrmann155961e2012-02-09 21:58:32 +0100749 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200750 struct urb *urb;
751 unsigned char *buf;
752 unsigned int pipe;
753 int err, size;
754
755 BT_DBG("%s", hdev->name);
756
757 if (!data->isoc_rx_ep)
758 return -ENODEV;
759
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100760 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200761 if (!urb)
762 return -ENOMEM;
763
764 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
765 BTUSB_MAX_ISOC_FRAMES;
766
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100767 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200768 if (!buf) {
769 usb_free_urb(urb);
770 return -ENOMEM;
771 }
772
773 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
774
Bing Zhaofa0fb932011-12-20 18:19:00 -0800775 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200776 hdev, data->isoc_rx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200777
Marcel Holtmann89e75332014-09-16 04:44:50 +0200778 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200779
780 __fill_isoc_descriptor(urb, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200781 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200782
783 usb_anchor_urb(urb, &data->isoc_anchor);
784
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100785 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200786 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200787 if (err != -EPERM && err != -ENODEV)
788 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200789 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200790 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200791 }
792
793 usb_free_urb(urb);
794
795 return err;
796}
797
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200798static void btusb_tx_complete(struct urb *urb)
799{
800 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +0200801 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
David Herrmann155961e2012-02-09 21:58:32 +0100802 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200803
Marcel Holtmann89e75332014-09-16 04:44:50 +0200804 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
805 urb->actual_length);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200806
807 if (!test_bit(HCI_RUNNING, &hdev->flags))
808 goto done;
809
810 if (!urb->status)
811 hdev->stat.byte_tx += urb->transfer_buffer_length;
812 else
813 hdev->stat.err_tx++;
814
815done:
816 spin_lock(&data->txlock);
817 data->tx_in_flight--;
818 spin_unlock(&data->txlock);
819
820 kfree(urb->setup_packet);
821
822 kfree_skb(skb);
823}
824
825static void btusb_isoc_tx_complete(struct urb *urb)
826{
827 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +0200828 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200829
Marcel Holtmann89e75332014-09-16 04:44:50 +0200830 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
831 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200832
833 if (!test_bit(HCI_RUNNING, &hdev->flags))
834 goto done;
835
836 if (!urb->status)
837 hdev->stat.byte_tx += urb->transfer_buffer_length;
838 else
839 hdev->stat.err_tx++;
840
841done:
842 kfree(urb->setup_packet);
843
844 kfree_skb(skb);
845}
846
847static int btusb_open(struct hci_dev *hdev)
848{
David Herrmann155961e2012-02-09 21:58:32 +0100849 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200850 int err;
851
852 BT_DBG("%s", hdev->name);
853
Oliver Neukum7bee5492009-08-24 23:44:59 +0200854 err = usb_autopm_get_interface(data->intf);
855 if (err < 0)
856 return err;
857
858 data->intf->needs_remote_wakeup = 1;
859
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200860 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200861 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200862
863 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200864 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200865
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100866 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100867 if (err < 0)
868 goto failed;
869
870 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200871 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100872 usb_kill_anchored_urbs(&data->intr_anchor);
873 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200874 }
875
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100876 set_bit(BTUSB_BULK_RUNNING, &data->flags);
877 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
878
Oliver Neukum7bee5492009-08-24 23:44:59 +0200879done:
880 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100881 return 0;
882
883failed:
884 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
885 clear_bit(HCI_RUNNING, &hdev->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200886 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200887 return err;
888}
889
Oliver Neukum7bee5492009-08-24 23:44:59 +0200890static void btusb_stop_traffic(struct btusb_data *data)
891{
892 usb_kill_anchored_urbs(&data->intr_anchor);
893 usb_kill_anchored_urbs(&data->bulk_anchor);
894 usb_kill_anchored_urbs(&data->isoc_anchor);
895}
896
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200897static int btusb_close(struct hci_dev *hdev)
898{
David Herrmann155961e2012-02-09 21:58:32 +0100899 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200900 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200901
902 BT_DBG("%s", hdev->name);
903
904 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
905 return 0;
906
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200907 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -0800908 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200909
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200910 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200911 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200912 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200913
914 btusb_stop_traffic(data);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200915 btusb_free_frags(data);
916
Oliver Neukum7bee5492009-08-24 23:44:59 +0200917 err = usb_autopm_get_interface(data->intf);
918 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100919 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200920
921 data->intf->needs_remote_wakeup = 0;
922 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200923
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100924failed:
925 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200926 return 0;
927}
928
929static int btusb_flush(struct hci_dev *hdev)
930{
David Herrmann155961e2012-02-09 21:58:32 +0100931 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200932
933 BT_DBG("%s", hdev->name);
934
935 usb_kill_anchored_urbs(&data->tx_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200936 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200937
938 return 0;
939}
940
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200941static struct urb *alloc_ctrl_urb(struct hci_dev *hdev, struct sk_buff *skb)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200942{
David Herrmann155961e2012-02-09 21:58:32 +0100943 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200944 struct usb_ctrlrequest *dr;
945 struct urb *urb;
946 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200947
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200948 urb = usb_alloc_urb(0, GFP_KERNEL);
949 if (!urb)
950 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200951
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200952 dr = kmalloc(sizeof(*dr), GFP_KERNEL);
953 if (!dr) {
954 usb_free_urb(urb);
955 return ERR_PTR(-ENOMEM);
956 }
957
958 dr->bRequestType = data->cmdreq_type;
959 dr->bRequest = 0;
960 dr->wIndex = 0;
961 dr->wValue = 0;
962 dr->wLength = __cpu_to_le16(skb->len);
963
964 pipe = usb_sndctrlpipe(data->udev, 0x00);
965
Marcel Holtmann89e75332014-09-16 04:44:50 +0200966 usb_fill_control_urb(urb, data->udev, pipe, (void *)dr,
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200967 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200968
Marcel Holtmann89e75332014-09-16 04:44:50 +0200969 skb->dev = (void *)hdev;
Marcel Holtmann7bd8f092013-10-11 06:19:18 -0700970
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200971 return urb;
972}
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200973
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200974static struct urb *alloc_bulk_urb(struct hci_dev *hdev, struct sk_buff *skb)
975{
976 struct btusb_data *data = hci_get_drvdata(hdev);
977 struct urb *urb;
978 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200979
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200980 if (!data->bulk_tx_ep)
981 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200982
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200983 urb = usb_alloc_urb(0, GFP_KERNEL);
984 if (!urb)
985 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200986
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200987 pipe = usb_sndbulkpipe(data->udev, data->bulk_tx_ep->bEndpointAddress);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200988
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200989 usb_fill_bulk_urb(urb, data->udev, pipe,
990 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200991
Marcel Holtmann89e75332014-09-16 04:44:50 +0200992 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200993
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200994 return urb;
995}
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200996
Marcel Holtmann047b2ec2014-09-14 09:11:06 +0200997static struct urb *alloc_isoc_urb(struct hci_dev *hdev, struct sk_buff *skb)
998{
999 struct btusb_data *data = hci_get_drvdata(hdev);
1000 struct urb *urb;
1001 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001002
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001003 if (!data->isoc_tx_ep)
1004 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001005
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001006 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_KERNEL);
1007 if (!urb)
1008 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001009
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001010 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001011
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001012 usb_fill_int_urb(urb, data->udev, pipe,
1013 skb->data, skb->len, btusb_isoc_tx_complete,
1014 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001015
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001016 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001017
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001018 __fill_isoc_descriptor(urb, skb->len,
1019 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001020
Marcel Holtmann89e75332014-09-16 04:44:50 +02001021 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001022
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001023 return urb;
1024}
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001025
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001026static int submit_tx_urb(struct hci_dev *hdev, struct urb *urb)
1027{
1028 struct btusb_data *data = hci_get_drvdata(hdev);
1029 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001030
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001031 usb_anchor_urb(urb, &data->tx_anchor);
1032
Johan Hedberge9753ef2014-09-14 08:49:34 +03001033 err = usb_submit_urb(urb, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001034 if (err < 0) {
Paul Bolle5a9b80e2011-10-09 12:12:16 +02001035 if (err != -EPERM && err != -ENODEV)
1036 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001037 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001038 kfree(urb->setup_packet);
1039 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001040 } else {
1041 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001042 }
1043
Cong Wang54a8a792011-11-22 09:32:57 +08001044 usb_free_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001045 return err;
1046}
1047
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001048static int submit_or_queue_tx_urb(struct hci_dev *hdev, struct urb *urb)
1049{
1050 struct btusb_data *data = hci_get_drvdata(hdev);
1051 unsigned long flags;
1052 bool suspending;
1053
1054 spin_lock_irqsave(&data->txlock, flags);
1055 suspending = test_bit(BTUSB_SUSPENDING, &data->flags);
1056 if (!suspending)
1057 data->tx_in_flight++;
1058 spin_unlock_irqrestore(&data->txlock, flags);
1059
1060 if (!suspending)
1061 return submit_tx_urb(hdev, urb);
1062
1063 usb_anchor_urb(urb, &data->deferred);
1064 schedule_work(&data->waker);
1065
1066 usb_free_urb(urb);
1067 return 0;
1068}
1069
1070static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
1071{
1072 struct urb *urb;
1073
1074 BT_DBG("%s", hdev->name);
1075
1076 if (!test_bit(HCI_RUNNING, &hdev->flags))
1077 return -EBUSY;
1078
1079 switch (bt_cb(skb)->pkt_type) {
1080 case HCI_COMMAND_PKT:
1081 urb = alloc_ctrl_urb(hdev, skb);
1082 if (IS_ERR(urb))
1083 return PTR_ERR(urb);
1084
1085 hdev->stat.cmd_tx++;
1086 return submit_or_queue_tx_urb(hdev, urb);
1087
1088 case HCI_ACLDATA_PKT:
1089 urb = alloc_bulk_urb(hdev, skb);
1090 if (IS_ERR(urb))
1091 return PTR_ERR(urb);
1092
1093 hdev->stat.acl_tx++;
1094 return submit_or_queue_tx_urb(hdev, urb);
1095
1096 case HCI_SCODATA_PKT:
1097 if (hci_conn_num(hdev, SCO_LINK) < 1)
1098 return -ENODEV;
1099
1100 urb = alloc_isoc_urb(hdev, skb);
1101 if (IS_ERR(urb))
1102 return PTR_ERR(urb);
1103
1104 hdev->stat.sco_tx++;
1105 return submit_tx_urb(hdev, urb);
1106 }
1107
1108 return -EILSEQ;
1109}
1110
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001111static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
1112{
David Herrmann155961e2012-02-09 21:58:32 +01001113 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001114
1115 BT_DBG("%s evt %d", hdev->name, evt);
1116
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001117 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
1118 data->sco_num = hci_conn_num(hdev, SCO_LINK);
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001119 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +01001120 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001121}
1122
Jesper Juhl42b16b32011-01-17 00:09:38 +01001123static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001124{
David Herrmann155961e2012-02-09 21:58:32 +01001125 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001126 struct usb_interface *intf = data->isoc;
1127 struct usb_endpoint_descriptor *ep_desc;
1128 int i, err;
1129
1130 if (!data->isoc)
1131 return -ENODEV;
1132
1133 err = usb_set_interface(data->udev, 1, altsetting);
1134 if (err < 0) {
1135 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
1136 return err;
1137 }
1138
1139 data->isoc_altsetting = altsetting;
1140
1141 data->isoc_tx_ep = NULL;
1142 data->isoc_rx_ep = NULL;
1143
1144 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1145 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1146
1147 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
1148 data->isoc_tx_ep = ep_desc;
1149 continue;
1150 }
1151
1152 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
1153 data->isoc_rx_ep = ep_desc;
1154 continue;
1155 }
1156 }
1157
1158 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
1159 BT_ERR("%s invalid SCO descriptors", hdev->name);
1160 return -ENODEV;
1161 }
1162
1163 return 0;
1164}
1165
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001166static void btusb_work(struct work_struct *work)
1167{
1168 struct btusb_data *data = container_of(work, struct btusb_data, work);
1169 struct hci_dev *hdev = data->hdev;
Mikel Astizf4001d22012-04-11 08:48:51 +02001170 int new_alts;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001171 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001172
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001173 if (data->sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001174 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001175 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001176 if (err < 0) {
1177 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1178 usb_kill_anchored_urbs(&data->isoc_anchor);
1179 return;
1180 }
1181
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001182 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001183 }
Mikel Astizf4001d22012-04-11 08:48:51 +02001184
1185 if (hdev->voice_setting & 0x0020) {
1186 static const int alts[3] = { 2, 4, 5 };
Marcel Holtmann89e75332014-09-16 04:44:50 +02001187
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001188 new_alts = alts[data->sco_num - 1];
Mikel Astizf4001d22012-04-11 08:48:51 +02001189 } else {
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001190 new_alts = data->sco_num;
Mikel Astizf4001d22012-04-11 08:48:51 +02001191 }
1192
1193 if (data->isoc_altsetting != new_alts) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001194 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1195 usb_kill_anchored_urbs(&data->isoc_anchor);
1196
Mikel Astizf4001d22012-04-11 08:48:51 +02001197 if (__set_isoc_interface(hdev, new_alts) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001198 return;
1199 }
1200
1201 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001202 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001203 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1204 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001205 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001206 }
1207 } else {
1208 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1209 usb_kill_anchored_urbs(&data->isoc_anchor);
1210
1211 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001212 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001213 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001214 }
1215}
1216
Oliver Neukum7bee5492009-08-24 23:44:59 +02001217static void btusb_waker(struct work_struct *work)
1218{
1219 struct btusb_data *data = container_of(work, struct btusb_data, waker);
1220 int err;
1221
1222 err = usb_autopm_get_interface(data->intf);
1223 if (err < 0)
1224 return;
1225
1226 usb_autopm_put_interface(data->intf);
1227}
1228
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07001229static int btusb_setup_bcm92035(struct hci_dev *hdev)
1230{
1231 struct sk_buff *skb;
1232 u8 val = 0x00;
1233
1234 BT_DBG("%s", hdev->name);
1235
1236 skb = __hci_cmd_sync(hdev, 0xfc3b, 1, &val, HCI_INIT_TIMEOUT);
1237 if (IS_ERR(skb))
1238 BT_ERR("BCM92035 command failed (%ld)", -PTR_ERR(skb));
1239 else
1240 kfree_skb(skb);
1241
1242 return 0;
1243}
1244
Marcel Holtmann81cac642014-01-03 03:02:36 -08001245static int btusb_setup_csr(struct hci_dev *hdev)
1246{
1247 struct hci_rp_read_local_version *rp;
1248 struct sk_buff *skb;
1249 int ret;
1250
1251 BT_DBG("%s", hdev->name);
1252
1253 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1254 HCI_INIT_TIMEOUT);
1255 if (IS_ERR(skb)) {
1256 BT_ERR("Reading local version failed (%ld)", -PTR_ERR(skb));
1257 return -PTR_ERR(skb);
1258 }
1259
Marcel Holtmann89e75332014-09-16 04:44:50 +02001260 rp = (struct hci_rp_read_local_version *)skb->data;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001261
1262 if (!rp->status) {
1263 if (le16_to_cpu(rp->manufacturer) != 10) {
1264 /* Clear the reset quirk since this is not an actual
1265 * early Bluetooth 1.1 device from CSR.
1266 */
1267 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
1268
1269 /* These fake CSR controllers have all a broken
1270 * stored link key handling and so just disable it.
1271 */
1272 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY,
1273 &hdev->quirks);
1274 }
1275 }
1276
1277 ret = -bt_to_errno(rp->status);
1278
1279 kfree_skb(skb);
1280
1281 return ret;
1282}
1283
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001284struct intel_version {
1285 u8 status;
1286 u8 hw_platform;
1287 u8 hw_variant;
1288 u8 hw_revision;
1289 u8 fw_variant;
1290 u8 fw_revision;
1291 u8 fw_build_num;
1292 u8 fw_build_ww;
1293 u8 fw_build_yy;
1294 u8 fw_patch_num;
1295} __packed;
1296
1297static const struct firmware *btusb_setup_intel_get_fw(struct hci_dev *hdev,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001298 struct intel_version *ver)
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001299{
1300 const struct firmware *fw;
1301 char fwname[64];
1302 int ret;
1303
1304 snprintf(fwname, sizeof(fwname),
1305 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1306 ver->hw_platform, ver->hw_variant, ver->hw_revision,
1307 ver->fw_variant, ver->fw_revision, ver->fw_build_num,
1308 ver->fw_build_ww, ver->fw_build_yy);
1309
1310 ret = request_firmware(&fw, fwname, &hdev->dev);
1311 if (ret < 0) {
1312 if (ret == -EINVAL) {
1313 BT_ERR("%s Intel firmware file request failed (%d)",
1314 hdev->name, ret);
1315 return NULL;
1316 }
1317
1318 BT_ERR("%s failed to open Intel firmware file: %s(%d)",
1319 hdev->name, fwname, ret);
1320
1321 /* If the correct firmware patch file is not found, use the
1322 * default firmware patch file instead
1323 */
1324 snprintf(fwname, sizeof(fwname), "intel/ibt-hw-%x.%x.bseq",
1325 ver->hw_platform, ver->hw_variant);
1326 if (request_firmware(&fw, fwname, &hdev->dev) < 0) {
1327 BT_ERR("%s failed to open default Intel fw file: %s",
1328 hdev->name, fwname);
1329 return NULL;
1330 }
1331 }
1332
1333 BT_INFO("%s: Intel Bluetooth firmware file: %s", hdev->name, fwname);
1334
1335 return fw;
1336}
1337
1338static int btusb_setup_intel_patching(struct hci_dev *hdev,
1339 const struct firmware *fw,
1340 const u8 **fw_ptr, int *disable_patch)
1341{
1342 struct sk_buff *skb;
1343 struct hci_command_hdr *cmd;
1344 const u8 *cmd_param;
1345 struct hci_event_hdr *evt = NULL;
1346 const u8 *evt_param = NULL;
1347 int remain = fw->size - (*fw_ptr - fw->data);
1348
1349 /* The first byte indicates the types of the patch command or event.
1350 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1351 * in the current firmware buffer doesn't start with 0x01 or
1352 * the size of remain buffer is smaller than HCI command header,
1353 * the firmware file is corrupted and it should stop the patching
1354 * process.
1355 */
1356 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) {
1357 BT_ERR("%s Intel fw corrupted: invalid cmd read", hdev->name);
1358 return -EINVAL;
1359 }
1360 (*fw_ptr)++;
1361 remain--;
1362
1363 cmd = (struct hci_command_hdr *)(*fw_ptr);
1364 *fw_ptr += sizeof(*cmd);
1365 remain -= sizeof(*cmd);
1366
1367 /* Ensure that the remain firmware data is long enough than the length
1368 * of command parameter. If not, the firmware file is corrupted.
1369 */
1370 if (remain < cmd->plen) {
1371 BT_ERR("%s Intel fw corrupted: invalid cmd len", hdev->name);
1372 return -EFAULT;
1373 }
1374
1375 /* If there is a command that loads a patch in the firmware
1376 * file, then enable the patch upon success, otherwise just
1377 * disable the manufacturer mode, for example patch activation
1378 * is not required when the default firmware patch file is used
1379 * because there are no patch data to load.
1380 */
1381 if (*disable_patch && le16_to_cpu(cmd->opcode) == 0xfc8e)
1382 *disable_patch = 0;
1383
1384 cmd_param = *fw_ptr;
1385 *fw_ptr += cmd->plen;
1386 remain -= cmd->plen;
1387
1388 /* This reads the expected events when the above command is sent to the
1389 * device. Some vendor commands expects more than one events, for
1390 * example command status event followed by vendor specific event.
1391 * For this case, it only keeps the last expected event. so the command
1392 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1393 * last expected event.
1394 */
1395 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
1396 (*fw_ptr)++;
1397 remain--;
1398
1399 evt = (struct hci_event_hdr *)(*fw_ptr);
1400 *fw_ptr += sizeof(*evt);
1401 remain -= sizeof(*evt);
1402
1403 if (remain < evt->plen) {
1404 BT_ERR("%s Intel fw corrupted: invalid evt len",
1405 hdev->name);
1406 return -EFAULT;
1407 }
1408
1409 evt_param = *fw_ptr;
1410 *fw_ptr += evt->plen;
1411 remain -= evt->plen;
1412 }
1413
1414 /* Every HCI commands in the firmware file has its correspond event.
1415 * If event is not found or remain is smaller than zero, the firmware
1416 * file is corrupted.
1417 */
1418 if (!evt || !evt_param || remain < 0) {
1419 BT_ERR("%s Intel fw corrupted: invalid evt read", hdev->name);
1420 return -EFAULT;
1421 }
1422
1423 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen,
1424 cmd_param, evt->evt, HCI_INIT_TIMEOUT);
1425 if (IS_ERR(skb)) {
1426 BT_ERR("%s sending Intel patch command (0x%4.4x) failed (%ld)",
1427 hdev->name, cmd->opcode, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001428 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001429 }
1430
1431 /* It ensures that the returned event matches the event data read from
1432 * the firmware file. At fist, it checks the length and then
1433 * the contents of the event.
1434 */
1435 if (skb->len != evt->plen) {
1436 BT_ERR("%s mismatch event length (opcode 0x%4.4x)", hdev->name,
1437 le16_to_cpu(cmd->opcode));
1438 kfree_skb(skb);
1439 return -EFAULT;
1440 }
1441
1442 if (memcmp(skb->data, evt_param, evt->plen)) {
1443 BT_ERR("%s mismatch event parameter (opcode 0x%4.4x)",
1444 hdev->name, le16_to_cpu(cmd->opcode));
1445 kfree_skb(skb);
1446 return -EFAULT;
1447 }
1448 kfree_skb(skb);
1449
1450 return 0;
1451}
1452
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001453#define BDADDR_INTEL (&(bdaddr_t) {{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
1454
1455static int btusb_check_bdaddr_intel(struct hci_dev *hdev)
1456{
1457 struct sk_buff *skb;
1458 struct hci_rp_read_bd_addr *rp;
1459
1460 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1461 HCI_INIT_TIMEOUT);
1462 if (IS_ERR(skb)) {
1463 BT_ERR("%s reading Intel device address failed (%ld)",
1464 hdev->name, PTR_ERR(skb));
1465 return PTR_ERR(skb);
1466 }
1467
1468 if (skb->len != sizeof(*rp)) {
1469 BT_ERR("%s Intel device address length mismatch", hdev->name);
1470 kfree_skb(skb);
1471 return -EIO;
1472 }
1473
Marcel Holtmann89e75332014-09-16 04:44:50 +02001474 rp = (struct hci_rp_read_bd_addr *)skb->data;
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001475 if (rp->status) {
1476 BT_ERR("%s Intel device address result failed (%02x)",
1477 hdev->name, rp->status);
1478 kfree_skb(skb);
1479 return -bt_to_errno(rp->status);
1480 }
1481
1482 /* For some Intel based controllers, the default Bluetooth device
1483 * address 00:03:19:9E:8B:00 can be found. These controllers are
1484 * fully operational, but have the danger of duplicate addresses
1485 * and that in turn can cause problems with Bluetooth operation.
1486 */
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001487 if (!bacmp(&rp->bdaddr, BDADDR_INTEL)) {
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001488 BT_ERR("%s found Intel default device address (%pMR)",
1489 hdev->name, &rp->bdaddr);
Marcel Holtmann4739b5b2014-07-04 16:54:38 +02001490 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1491 }
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001492
1493 kfree_skb(skb);
1494
1495 return 0;
1496}
1497
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001498static int btusb_setup_intel(struct hci_dev *hdev)
1499{
1500 struct sk_buff *skb;
1501 const struct firmware *fw;
1502 const u8 *fw_ptr;
1503 int disable_patch;
1504 struct intel_version *ver;
1505
1506 const u8 mfg_enable[] = { 0x01, 0x00 };
1507 const u8 mfg_disable[] = { 0x00, 0x00 };
1508 const u8 mfg_reset_deactivate[] = { 0x00, 0x01 };
1509 const u8 mfg_reset_activate[] = { 0x00, 0x02 };
1510
1511 BT_DBG("%s", hdev->name);
1512
1513 /* The controller has a bug with the first HCI command sent to it
1514 * returning number of completed commands as zero. This would stall the
1515 * command processing in the Bluetooth core.
1516 *
1517 * As a workaround, send HCI Reset command first which will reset the
1518 * number of completed commands and allow normal command processing
1519 * from now on.
1520 */
1521 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1522 if (IS_ERR(skb)) {
1523 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1524 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001525 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001526 }
1527 kfree_skb(skb);
1528
1529 /* Read Intel specific controller version first to allow selection of
1530 * which firmware file to load.
1531 *
1532 * The returned information are hardware variant and revision plus
1533 * firmware variant, revision and build number.
1534 */
1535 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_INIT_TIMEOUT);
1536 if (IS_ERR(skb)) {
1537 BT_ERR("%s reading Intel fw version command failed (%ld)",
1538 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001539 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001540 }
1541
1542 if (skb->len != sizeof(*ver)) {
1543 BT_ERR("%s Intel version event length mismatch", hdev->name);
1544 kfree_skb(skb);
1545 return -EIO;
1546 }
1547
1548 ver = (struct intel_version *)skb->data;
1549 if (ver->status) {
1550 BT_ERR("%s Intel fw version event failed (%02x)", hdev->name,
1551 ver->status);
1552 kfree_skb(skb);
1553 return -bt_to_errno(ver->status);
1554 }
1555
1556 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
1557 hdev->name, ver->hw_platform, ver->hw_variant,
1558 ver->hw_revision, ver->fw_variant, ver->fw_revision,
1559 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy,
1560 ver->fw_patch_num);
1561
1562 /* fw_patch_num indicates the version of patch the device currently
1563 * have. If there is no patch data in the device, it is always 0x00.
1564 * So, if it is other than 0x00, no need to patch the deivce again.
1565 */
1566 if (ver->fw_patch_num) {
1567 BT_INFO("%s: Intel device is already patched. patch num: %02x",
1568 hdev->name, ver->fw_patch_num);
1569 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001570 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001571 return 0;
1572 }
1573
1574 /* Opens the firmware patch file based on the firmware version read
1575 * from the controller. If it fails to open the matching firmware
1576 * patch file, it tries to open the default firmware patch file.
1577 * If no patch file is found, allow the device to operate without
1578 * a patch.
1579 */
1580 fw = btusb_setup_intel_get_fw(hdev, ver);
1581 if (!fw) {
1582 kfree_skb(skb);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001583 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001584 return 0;
1585 }
1586 fw_ptr = fw->data;
1587
1588 /* This Intel specific command enables the manufacturer mode of the
1589 * controller.
1590 *
1591 * Only while this mode is enabled, the driver can download the
1592 * firmware patch data and configuration parameters.
1593 */
1594 skb = __hci_cmd_sync(hdev, 0xfc11, 2, mfg_enable, HCI_INIT_TIMEOUT);
1595 if (IS_ERR(skb)) {
1596 BT_ERR("%s entering Intel manufacturer mode failed (%ld)",
1597 hdev->name, PTR_ERR(skb));
1598 release_firmware(fw);
Adam Leed9c78e92013-07-10 10:02:12 +08001599 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001600 }
1601
1602 if (skb->data[0]) {
1603 u8 evt_status = skb->data[0];
Marcel Holtmann89e75332014-09-16 04:44:50 +02001604
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001605 BT_ERR("%s enable Intel manufacturer mode event failed (%02x)",
1606 hdev->name, evt_status);
1607 kfree_skb(skb);
1608 release_firmware(fw);
1609 return -bt_to_errno(evt_status);
1610 }
1611 kfree_skb(skb);
1612
1613 disable_patch = 1;
1614
1615 /* The firmware data file consists of list of Intel specific HCI
1616 * commands and its expected events. The first byte indicates the
1617 * type of the message, either HCI command or HCI event.
1618 *
1619 * It reads the command and its expected event from the firmware file,
1620 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1621 * the returned event is compared with the event read from the firmware
1622 * file and it will continue until all the messages are downloaded to
1623 * the controller.
1624 *
1625 * Once the firmware patching is completed successfully,
1626 * the manufacturer mode is disabled with reset and activating the
1627 * downloaded patch.
1628 *
1629 * If the firmware patching fails, the manufacturer mode is
1630 * disabled with reset and deactivating the patch.
1631 *
1632 * If the default patch file is used, no reset is done when disabling
1633 * the manufacturer.
1634 */
1635 while (fw->size > fw_ptr - fw->data) {
1636 int ret;
1637
1638 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1639 &disable_patch);
1640 if (ret < 0)
1641 goto exit_mfg_deactivate;
1642 }
1643
1644 release_firmware(fw);
1645
1646 if (disable_patch)
1647 goto exit_mfg_disable;
1648
1649 /* Patching completed successfully and disable the manufacturer mode
1650 * with reset and activate the downloaded firmware patches.
1651 */
1652 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_activate),
1653 mfg_reset_activate, HCI_INIT_TIMEOUT);
1654 if (IS_ERR(skb)) {
1655 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1656 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001657 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001658 }
1659 kfree_skb(skb);
1660
1661 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1662 hdev->name);
1663
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001664 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001665 return 0;
1666
1667exit_mfg_disable:
1668 /* Disable the manufacturer mode without reset */
1669 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_disable), mfg_disable,
1670 HCI_INIT_TIMEOUT);
1671 if (IS_ERR(skb)) {
1672 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1673 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001674 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001675 }
1676 kfree_skb(skb);
1677
1678 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001679
1680 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001681 return 0;
1682
1683exit_mfg_deactivate:
1684 release_firmware(fw);
1685
1686 /* Patching failed. Disable the manufacturer mode with reset and
1687 * deactivate the downloaded firmware patches.
1688 */
1689 skb = __hci_cmd_sync(hdev, 0xfc11, sizeof(mfg_reset_deactivate),
1690 mfg_reset_deactivate, HCI_INIT_TIMEOUT);
1691 if (IS_ERR(skb)) {
1692 BT_ERR("%s exiting Intel manufacturer mode failed (%ld)",
1693 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001694 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001695 }
1696 kfree_skb(skb);
1697
1698 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1699 hdev->name);
1700
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001701 btusb_check_bdaddr_intel(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001702 return 0;
1703}
1704
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001705static int btusb_set_bdaddr_intel(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1706{
1707 struct sk_buff *skb;
1708 long ret;
1709
1710 skb = __hci_cmd_sync(hdev, 0xfc31, 6, bdaddr, HCI_INIT_TIMEOUT);
1711 if (IS_ERR(skb)) {
1712 ret = PTR_ERR(skb);
1713 BT_ERR("%s: changing Intel device address failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001714 hdev->name, ret);
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02001715 return ret;
1716 }
1717 kfree_skb(skb);
1718
1719 return 0;
1720}
1721
Amitkumar Karwarae8df492014-07-18 14:47:06 -07001722static int btusb_set_bdaddr_marvell(struct hci_dev *hdev,
1723 const bdaddr_t *bdaddr)
1724{
1725 struct sk_buff *skb;
1726 u8 buf[8];
1727 long ret;
1728
1729 buf[0] = 0xfe;
1730 buf[1] = sizeof(bdaddr_t);
1731 memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
1732
1733 skb = __hci_cmd_sync(hdev, 0xfc22, sizeof(buf), buf, HCI_INIT_TIMEOUT);
1734 if (IS_ERR(skb)) {
1735 ret = PTR_ERR(skb);
1736 BT_ERR("%s: changing Marvell device address failed (%ld)",
1737 hdev->name, ret);
1738 return ret;
1739 }
1740 kfree_skb(skb);
1741
1742 return 0;
1743}
1744
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001745#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}})
1746
Petri Gynther10d4c672014-05-08 15:50:01 -07001747static int btusb_setup_bcm_patchram(struct hci_dev *hdev)
1748{
1749 struct btusb_data *data = hci_get_drvdata(hdev);
1750 struct usb_device *udev = data->udev;
1751 char fw_name[64];
1752 const struct firmware *fw;
1753 const u8 *fw_ptr;
1754 size_t fw_size;
1755 const struct hci_command_hdr *cmd;
1756 const u8 *cmd_param;
1757 u16 opcode;
1758 struct sk_buff *skb;
1759 struct hci_rp_read_local_version *ver;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001760 struct hci_rp_read_bd_addr *bda;
Petri Gynther10d4c672014-05-08 15:50:01 -07001761 long ret;
1762
1763 snprintf(fw_name, sizeof(fw_name), "brcm/%s-%04x-%04x.hcd",
1764 udev->product ? udev->product : "BCM",
1765 le16_to_cpu(udev->descriptor.idVendor),
1766 le16_to_cpu(udev->descriptor.idProduct));
1767
1768 ret = request_firmware(&fw, fw_name, &hdev->dev);
1769 if (ret < 0) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001770 BT_INFO("%s: BCM: patch %s not found", hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001771 return 0;
1772 }
1773
1774 /* Reset */
1775 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1776 if (IS_ERR(skb)) {
1777 ret = PTR_ERR(skb);
1778 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1779 goto done;
1780 }
1781 kfree_skb(skb);
1782
1783 /* Read Local Version Info */
1784 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1785 HCI_INIT_TIMEOUT);
1786 if (IS_ERR(skb)) {
1787 ret = PTR_ERR(skb);
1788 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001789 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001790 goto done;
1791 }
1792
1793 if (skb->len != sizeof(*ver)) {
1794 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001795 hdev->name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001796 kfree_skb(skb);
1797 ret = -EIO;
1798 goto done;
1799 }
1800
Marcel Holtmann89e75332014-09-16 04:44:50 +02001801 ver = (struct hci_rp_read_local_version *)skb->data;
Petri Gynther10d4c672014-05-08 15:50:01 -07001802 BT_INFO("%s: BCM: patching hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1803 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1804 ver->lmp_ver, ver->lmp_subver);
1805 kfree_skb(skb);
1806
1807 /* Start Download */
1808 skb = __hci_cmd_sync(hdev, 0xfc2e, 0, NULL, HCI_INIT_TIMEOUT);
1809 if (IS_ERR(skb)) {
1810 ret = PTR_ERR(skb);
1811 BT_ERR("%s: BCM: Download Minidrv command failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001812 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001813 goto reset_fw;
1814 }
1815 kfree_skb(skb);
1816
1817 /* 50 msec delay after Download Minidrv completes */
1818 msleep(50);
1819
1820 fw_ptr = fw->data;
1821 fw_size = fw->size;
1822
1823 while (fw_size >= sizeof(*cmd)) {
Marcel Holtmann89e75332014-09-16 04:44:50 +02001824 cmd = (struct hci_command_hdr *)fw_ptr;
Petri Gynther10d4c672014-05-08 15:50:01 -07001825 fw_ptr += sizeof(*cmd);
1826 fw_size -= sizeof(*cmd);
1827
1828 if (fw_size < cmd->plen) {
1829 BT_ERR("%s: BCM: patch %s is corrupted",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001830 hdev->name, fw_name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001831 ret = -EINVAL;
1832 goto reset_fw;
1833 }
1834
1835 cmd_param = fw_ptr;
1836 fw_ptr += cmd->plen;
1837 fw_size -= cmd->plen;
1838
1839 opcode = le16_to_cpu(cmd->opcode);
1840
1841 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param,
1842 HCI_INIT_TIMEOUT);
1843 if (IS_ERR(skb)) {
1844 ret = PTR_ERR(skb);
1845 BT_ERR("%s: BCM: patch command %04x failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001846 hdev->name, opcode, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001847 goto reset_fw;
1848 }
1849 kfree_skb(skb);
1850 }
1851
1852 /* 250 msec delay after Launch Ram completes */
1853 msleep(250);
1854
1855reset_fw:
1856 /* Reset */
1857 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1858 if (IS_ERR(skb)) {
1859 ret = PTR_ERR(skb);
1860 BT_ERR("%s: HCI_OP_RESET failed (%ld)", hdev->name, ret);
1861 goto done;
1862 }
1863 kfree_skb(skb);
1864
1865 /* Read Local Version Info */
1866 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1867 HCI_INIT_TIMEOUT);
1868 if (IS_ERR(skb)) {
1869 ret = PTR_ERR(skb);
1870 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001871 hdev->name, ret);
Petri Gynther10d4c672014-05-08 15:50:01 -07001872 goto done;
1873 }
1874
1875 if (skb->len != sizeof(*ver)) {
1876 BT_ERR("%s: HCI_OP_READ_LOCAL_VERSION event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001877 hdev->name);
Petri Gynther10d4c672014-05-08 15:50:01 -07001878 kfree_skb(skb);
1879 ret = -EIO;
1880 goto done;
1881 }
1882
Marcel Holtmann89e75332014-09-16 04:44:50 +02001883 ver = (struct hci_rp_read_local_version *)skb->data;
Petri Gynther10d4c672014-05-08 15:50:01 -07001884 BT_INFO("%s: BCM: firmware hci_ver=%02x hci_rev=%04x lmp_ver=%02x "
1885 "lmp_subver=%04x", hdev->name, ver->hci_ver, ver->hci_rev,
1886 ver->lmp_ver, ver->lmp_subver);
1887 kfree_skb(skb);
1888
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001889 /* Read BD Address */
1890 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL,
1891 HCI_INIT_TIMEOUT);
1892 if (IS_ERR(skb)) {
1893 ret = PTR_ERR(skb);
1894 BT_ERR("%s: HCI_OP_READ_BD_ADDR failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001895 hdev->name, ret);
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001896 goto done;
1897 }
1898
1899 if (skb->len != sizeof(*bda)) {
1900 BT_ERR("%s: HCI_OP_READ_BD_ADDR event length mismatch",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001901 hdev->name);
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001902 kfree_skb(skb);
1903 ret = -EIO;
1904 goto done;
1905 }
1906
Marcel Holtmann89e75332014-09-16 04:44:50 +02001907 bda = (struct hci_rp_read_bd_addr *)skb->data;
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001908 if (bda->status) {
1909 BT_ERR("%s: HCI_OP_READ_BD_ADDR error status (%02x)",
1910 hdev->name, bda->status);
1911 kfree_skb(skb);
1912 ret = -bt_to_errno(bda->status);
1913 goto done;
1914 }
1915
1916 /* The address 00:20:70:02:A0:00 indicates a BCM20702A0 controller
1917 * with no configured address.
1918 */
Marcel Holtmann849e5082014-07-04 16:54:39 +02001919 if (!bacmp(&bda->bdaddr, BDADDR_BCM20702A0)) {
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001920 BT_INFO("%s: BCM: using default device address (%pMR)",
1921 hdev->name, &bda->bdaddr);
Marcel Holtmann849e5082014-07-04 16:54:39 +02001922 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
1923 }
Marcel Holtmannc8abb732014-07-02 12:38:22 +02001924
1925 kfree_skb(skb);
1926
Petri Gynther10d4c672014-05-08 15:50:01 -07001927done:
1928 release_firmware(fw);
1929
1930 return ret;
1931}
1932
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001933static int btusb_set_bdaddr_bcm(struct hci_dev *hdev, const bdaddr_t *bdaddr)
1934{
1935 struct sk_buff *skb;
1936 long ret;
1937
1938 skb = __hci_cmd_sync(hdev, 0xfc01, 6, bdaddr, HCI_INIT_TIMEOUT);
1939 if (IS_ERR(skb)) {
1940 ret = PTR_ERR(skb);
1941 BT_ERR("%s: BCM: Change address command failed (%ld)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001942 hdev->name, ret);
Marcel Holtmannabbaf502014-07-02 00:53:48 +02001943 return ret;
1944 }
1945 kfree_skb(skb);
1946
1947 return 0;
1948}
1949
Toshi Kikuchi58592232014-12-12 10:58:05 -08001950static int btusb_set_bdaddr_ath3012(struct hci_dev *hdev,
1951 const bdaddr_t *bdaddr)
1952{
1953 struct sk_buff *skb;
1954 u8 buf[10];
1955 long ret;
1956
1957 buf[0] = 0x01;
1958 buf[1] = 0x01;
1959 buf[2] = 0x00;
1960 buf[3] = sizeof(bdaddr_t);
1961 memcpy(buf + 4, bdaddr, sizeof(bdaddr_t));
1962
1963 skb = __hci_cmd_sync(hdev, 0xfc0b, sizeof(buf), buf, HCI_INIT_TIMEOUT);
1964 if (IS_ERR(skb)) {
1965 ret = PTR_ERR(skb);
1966 BT_ERR("%s: Change address command failed (%ld)",
1967 hdev->name, ret);
1968 return ret;
1969 }
1970 kfree_skb(skb);
1971
1972 return 0;
1973}
1974
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001975static int btusb_probe(struct usb_interface *intf,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001976 const struct usb_device_id *id)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001977{
1978 struct usb_endpoint_descriptor *ep_desc;
1979 struct btusb_data *data;
1980 struct hci_dev *hdev;
1981 int i, err;
1982
1983 BT_DBG("intf %p id %p", intf, id);
1984
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001985 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001986 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
1987 return -ENODEV;
1988
1989 if (!id->driver_info) {
1990 const struct usb_device_id *match;
Marcel Holtmann89e75332014-09-16 04:44:50 +02001991
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001992 match = usb_match_id(intf, blacklist_table);
1993 if (match)
1994 id = match;
1995 }
1996
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001997 if (id->driver_info == BTUSB_IGNORE)
1998 return -ENODEV;
1999
Steven.Li2d25f8b2011-07-01 14:02:36 +08002000 if (id->driver_info & BTUSB_ATH3012) {
2001 struct usb_device *udev = interface_to_usbdev(intf);
2002
2003 /* Old firmware would otherwise let ath3k driver load
2004 * patch and sysconfig files */
2005 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
2006 return -ENODEV;
2007 }
2008
Sachin Kamat98921db2012-07-27 12:38:39 +05302009 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002010 if (!data)
2011 return -ENOMEM;
2012
2013 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
2014 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
2015
2016 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
2017 data->intr_ep = ep_desc;
2018 continue;
2019 }
2020
2021 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
2022 data->bulk_tx_ep = ep_desc;
2023 continue;
2024 }
2025
2026 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
2027 data->bulk_rx_ep = ep_desc;
2028 continue;
2029 }
2030 }
2031
Sachin Kamat98921db2012-07-27 12:38:39 +05302032 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002033 return -ENODEV;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002034
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002035 data->cmdreq_type = USB_TYPE_CLASS;
2036
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002037 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002038 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002039
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002040 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002041 INIT_WORK(&data->waker, btusb_waker);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002042 init_usb_anchor(&data->deferred);
2043 init_usb_anchor(&data->tx_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002044 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002045
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002046 init_usb_anchor(&data->intr_anchor);
2047 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002048 init_usb_anchor(&data->isoc_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002049 spin_lock_init(&data->rxlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002050
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +01002051 data->recv_bulk = btusb_recv_bulk;
2052
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002053 hdev = hci_alloc_dev();
Sachin Kamat98921db2012-07-27 12:38:39 +05302054 if (!hdev)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002055 return -ENOMEM;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002056
Marcel Holtmannc13854c2010-02-08 15:27:07 +01002057 hdev->bus = HCI_USB;
David Herrmann155961e2012-02-09 21:58:32 +01002058 hci_set_drvdata(hdev, data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002059
2060 data->hdev = hdev;
2061
2062 SET_HCIDEV_DEV(hdev, &intf->dev);
2063
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07002064 hdev->open = btusb_open;
2065 hdev->close = btusb_close;
2066 hdev->flush = btusb_flush;
2067 hdev->send = btusb_send_frame;
2068 hdev->notify = btusb_notify;
2069
2070 if (id->driver_info & BTUSB_BCM92035)
2071 hdev->setup = btusb_setup_bcm92035;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002072
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002073 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
Petri Gynther10d4c672014-05-08 15:50:01 -07002074 hdev->setup = btusb_setup_bcm_patchram;
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002075 hdev->set_bdaddr = btusb_set_bdaddr_bcm;
Marcel Holtmann27c3fbe2014-11-02 20:52:24 +01002076 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
Marcel Holtmannabbaf502014-07-02 00:53:48 +02002077 }
Petri Gynther10d4c672014-05-08 15:50:01 -07002078
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02002079 if (id->driver_info & BTUSB_INTEL) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07002080 hdev->setup = btusb_setup_intel;
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02002081 hdev->set_bdaddr = btusb_set_bdaddr_intel;
2082 }
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07002083
Amitkumar Karwarae8df492014-07-18 14:47:06 -07002084 if (id->driver_info & BTUSB_MARVELL)
2085 hdev->set_bdaddr = btusb_set_bdaddr_marvell;
2086
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -08002087 if (id->driver_info & BTUSB_SWAVE)
Marcel Holtmannd57dbe72014-12-26 04:42:33 +01002088 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
2089
Marcel Holtmann40df7832014-07-06 13:29:58 +02002090 if (id->driver_info & BTUSB_INTEL_BOOT)
2091 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2092
Toshi Kikuchi58592232014-12-12 10:58:05 -08002093 if (id->driver_info & BTUSB_ATH3012)
2094 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
2095
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002096 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002097 data->isoc = usb_ifnum_to_if(data->udev, 1);
2098
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002099 if (!reset)
Szymon Janca6c511c2012-05-23 12:35:46 +02002100 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002101
2102 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
2103 if (!disable_scofix)
2104 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
2105 }
2106
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002107 if (id->driver_info & BTUSB_BROKEN_ISOC)
2108 data->isoc = NULL;
2109
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002110 if (id->driver_info & BTUSB_DIGIANSWER) {
2111 data->cmdreq_type = USB_TYPE_VENDOR;
Szymon Janca6c511c2012-05-23 12:35:46 +02002112 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002113 }
2114
2115 if (id->driver_info & BTUSB_CSR) {
2116 struct usb_device *udev = data->udev;
Marcel Holtmann81cac642014-01-03 03:02:36 -08002117 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002118
2119 /* Old firmware would otherwise execute USB reset */
Marcel Holtmann81cac642014-01-03 03:02:36 -08002120 if (bcdDevice < 0x117)
Szymon Janca6c511c2012-05-23 12:35:46 +02002121 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08002122
2123 /* Fake CSR devices with broken commands */
2124 if (bcdDevice <= 0x100)
2125 hdev->setup = btusb_setup_csr;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002126 }
2127
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002128 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002129 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002130
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002131 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002132 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
2133 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
2134 }
2135
Marcel Holtmann3a5ef202014-07-06 14:53:54 +02002136 if (id->driver_info & BTUSB_INTEL_BOOT) {
2137 /* A bug in the bootloader causes that interrupt interface is
2138 * only enabled after receiving SetInterface(0, AltSetting=0).
2139 */
2140 err = usb_set_interface(data->udev, 0, 0);
2141 if (err < 0) {
2142 BT_ERR("failed to set interface 0, alt 0 %d", err);
2143 hci_free_dev(hdev);
2144 return err;
2145 }
2146 }
2147
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002148 if (data->isoc) {
2149 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann89e75332014-09-16 04:44:50 +02002150 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002151 if (err < 0) {
2152 hci_free_dev(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002153 return err;
2154 }
2155 }
2156
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002157 err = hci_register_dev(hdev);
2158 if (err < 0) {
2159 hci_free_dev(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002160 return err;
2161 }
2162
2163 usb_set_intfdata(intf, data);
2164
2165 return 0;
2166}
2167
2168static void btusb_disconnect(struct usb_interface *intf)
2169{
2170 struct btusb_data *data = usb_get_intfdata(intf);
2171 struct hci_dev *hdev;
2172
2173 BT_DBG("intf %p", intf);
2174
2175 if (!data)
2176 return;
2177
2178 hdev = data->hdev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002179 usb_set_intfdata(data->intf, NULL);
2180
2181 if (data->isoc)
2182 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002183
2184 hci_unregister_dev(hdev);
2185
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002186 if (intf == data->isoc)
2187 usb_driver_release_interface(&btusb_driver, data->intf);
2188 else if (data->isoc)
2189 usb_driver_release_interface(&btusb_driver, data->isoc);
2190
Marcel Holtmann803b5832014-09-16 08:00:29 +02002191 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002192 hci_free_dev(hdev);
2193}
2194
Oliver Neukum7bee5492009-08-24 23:44:59 +02002195#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002196static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
2197{
2198 struct btusb_data *data = usb_get_intfdata(intf);
2199
2200 BT_DBG("intf %p", intf);
2201
2202 if (data->suspend_count++)
2203 return 0;
2204
Oliver Neukum7bee5492009-08-24 23:44:59 +02002205 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02002206 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02002207 set_bit(BTUSB_SUSPENDING, &data->flags);
2208 spin_unlock_irq(&data->txlock);
2209 } else {
2210 spin_unlock_irq(&data->txlock);
2211 data->suspend_count--;
2212 return -EBUSY;
2213 }
2214
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002215 cancel_work_sync(&data->work);
2216
Oliver Neukum7bee5492009-08-24 23:44:59 +02002217 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002218 usb_kill_anchored_urbs(&data->tx_anchor);
2219
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002220 return 0;
2221}
2222
Oliver Neukum7bee5492009-08-24 23:44:59 +02002223static void play_deferred(struct btusb_data *data)
2224{
2225 struct urb *urb;
2226 int err;
2227
2228 while ((urb = usb_get_from_anchor(&data->deferred))) {
2229 err = usb_submit_urb(urb, GFP_ATOMIC);
2230 if (err < 0)
2231 break;
2232
2233 data->tx_in_flight++;
2234 }
2235 usb_scuttle_anchored_urbs(&data->deferred);
2236}
2237
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002238static int btusb_resume(struct usb_interface *intf)
2239{
2240 struct btusb_data *data = usb_get_intfdata(intf);
2241 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02002242 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002243
2244 BT_DBG("intf %p", intf);
2245
2246 if (--data->suspend_count)
2247 return 0;
2248
2249 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02002250 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002251
2252 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
2253 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
2254 if (err < 0) {
2255 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002256 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002257 }
2258 }
2259
2260 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01002261 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
2262 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002263 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002264 goto failed;
2265 }
2266
2267 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002268 }
2269
2270 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
2271 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
2272 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2273 else
2274 btusb_submit_isoc_urb(hdev, GFP_NOIO);
2275 }
2276
Oliver Neukum7bee5492009-08-24 23:44:59 +02002277 spin_lock_irq(&data->txlock);
2278 play_deferred(data);
2279 clear_bit(BTUSB_SUSPENDING, &data->flags);
2280 spin_unlock_irq(&data->txlock);
2281 schedule_work(&data->work);
2282
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002283 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02002284
2285failed:
2286 usb_scuttle_anchored_urbs(&data->deferred);
2287done:
2288 spin_lock_irq(&data->txlock);
2289 clear_bit(BTUSB_SUSPENDING, &data->flags);
2290 spin_unlock_irq(&data->txlock);
2291
2292 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002293}
Oliver Neukum7bee5492009-08-24 23:44:59 +02002294#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002295
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002296static struct usb_driver btusb_driver = {
2297 .name = "btusb",
2298 .probe = btusb_probe,
2299 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002300#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01002301 .suspend = btusb_suspend,
2302 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002303#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002304 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02002305 .supports_autosuspend = 1,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -07002306 .disable_hub_initiated_lpm = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002307};
2308
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08002309module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002310
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002311module_param(disable_scofix, bool, 0644);
2312MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
2313
2314module_param(force_scofix, bool, 0644);
2315MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
2316
2317module_param(reset, bool, 0644);
2318MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
2319
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002320MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
2321MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
2322MODULE_VERSION(VERSION);
2323MODULE_LICENSE("GPL");