blob: e8d8a3f61f5b46fc4c0e9bc751bac90b4b860c6f [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>
Rajat Jainfd913ef2017-02-01 14:24:09 -080027#include <linux/of_device.h>
28#include <linux/of_irq.h>
Jeffy Chen017789f2017-02-24 14:24:29 +080029#include <linux/suspend.h>
Daniel Drakea2698a92015-04-16 14:09:55 -060030#include <asm/unaligned.h>
Marcel Holtmann5e23b922007-10-20 14:12:34 +020031
32#include <net/bluetooth/bluetooth.h>
33#include <net/bluetooth/hci_core.h>
34
Marcel Holtmann4185a0f2015-04-06 00:52:12 -070035#include "btintel.h"
Marcel Holtmann1df1f592015-04-05 22:52:11 -070036#include "btbcm.h"
Carlo Caionedb33c772015-05-14 10:49:09 +020037#include "btrtl.h"
Marcel Holtmann1df1f592015-04-05 22:52:11 -070038
Marcel Holtmann34dced9b2015-04-05 22:52:16 -070039#define VERSION "0.8"
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020040
Rusty Russell90ab5ee2012-01-13 09:32:20 +103041static bool disable_scofix;
42static bool force_scofix;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010043
Shailendra Verma917a3332015-05-25 23:53:40 +053044static bool reset = true;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020045
46static struct usb_driver btusb_driver;
47
48#define BTUSB_IGNORE 0x01
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010049#define BTUSB_DIGIANSWER 0x02
50#define BTUSB_CSR 0x04
51#define BTUSB_SNIFFER 0x08
52#define BTUSB_BCM92035 0x10
53#define BTUSB_BROKEN_ISOC 0x20
54#define BTUSB_WRONG_SCO_MTU 0x40
Steven.Li2d25f8b2011-07-01 14:02:36 +080055#define BTUSB_ATH3012 0x80
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -070056#define BTUSB_INTEL 0x100
Marcel Holtmann40df7832014-07-06 13:29:58 +020057#define BTUSB_INTEL_BOOT 0x200
58#define BTUSB_BCM_PATCHRAM 0x400
Amitkumar Karwarae8df492014-07-18 14:47:06 -070059#define BTUSB_MARVELL 0x800
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -080060#define BTUSB_SWAVE 0x1000
Marcel Holtmanncda0dd72015-01-26 21:33:48 -080061#define BTUSB_INTEL_NEW 0x2000
Marcel Holtmann893ba542015-01-28 20:27:34 -080062#define BTUSB_AMP 0x4000
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +000063#define BTUSB_QCA_ROME 0x8000
Marcel Holtmann17b27722015-03-22 15:52:38 +010064#define BTUSB_BCM_APPLE 0x10000
Daniel Drakea2698a92015-04-16 14:09:55 -060065#define BTUSB_REALTEK 0x20000
Marcel Holtmann6c9d4352015-10-17 14:39:27 +020066#define BTUSB_BCM2045 0x40000
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +020067#define BTUSB_IFNUM_2 0x80000
Szymon Janc418678b2016-09-01 17:22:37 +020068#define BTUSB_CW6622 0x100000
Marcel Holtmann9834e582017-08-14 22:39:59 +020069#define BTUSB_BCM_NO_PRODID 0x200000
Marcel Holtmann5e23b922007-10-20 14:12:34 +020070
Marcel Holtmann54265202013-10-11 07:46:18 -070071static const struct usb_device_id btusb_table[] = {
Marcel Holtmann5e23b922007-10-20 14:12:34 +020072 /* Generic Bluetooth USB device */
73 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
74
Marcel Holtmann893ba542015-01-28 20:27:34 -080075 /* Generic Bluetooth AMP device */
76 { USB_DEVICE_INFO(0xe0, 0x01, 0x04), .driver_info = BTUSB_AMP },
77
Daniel Draked63b2822015-07-17 11:12:25 -060078 /* Generic Bluetooth USB interface */
79 { USB_INTERFACE_INFO(0xe0, 0x01, 0x01) },
80
Henrik Rydberg1fa65352012-08-25 19:28:06 +020081 /* Apple-specific (Broadcom) devices */
Marcel Holtmann17b27722015-03-22 15:52:38 +010082 { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01),
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +020083 .driver_info = BTUSB_BCM_APPLE | BTUSB_IFNUM_2 },
Henrik Rydberg1fa65352012-08-25 19:28:06 +020084
Cho, Yu-Chen178c0592013-06-04 21:40:26 +080085 /* MediaTek MT76x0E */
86 { USB_DEVICE(0x0e8d, 0x763f) },
87
Oliver Neukumc510eae2011-09-21 11:41:45 +020088 /* Broadcom SoftSailing reporting vendor specific */
Don Zickus2e8b50632012-03-28 16:41:11 -040089 { USB_DEVICE(0x0a5c, 0x21e1) },
Oliver Neukumc510eae2011-09-21 11:41:45 +020090
Nobuhiro Iwamatsu3cd01972010-08-20 16:24:07 +090091 /* Apple MacBookPro 7,1 */
92 { USB_DEVICE(0x05ac, 0x8213) },
93
Cyril Lacoux0a79f672010-07-14 10:29:27 +040094 /* Apple iMac11,1 */
95 { USB_DEVICE(0x05ac, 0x8215) },
96
Nobuhiro Iwamatsu9c047152010-08-20 16:24:06 +090097 /* Apple MacBookPro6,2 */
98 { USB_DEVICE(0x05ac, 0x8218) },
99
Edgar (gimli) Hucek3e3ede72010-11-04 08:04:33 +0100100 /* Apple MacBookAir3,1, MacBookAir3,2 */
101 { USB_DEVICE(0x05ac, 0x821b) },
102
Pieter-Augustijn Van Malleghema63b7232011-09-07 02:28:10 -0400103 /* Apple MacBookAir4,1 */
104 { USB_DEVICE(0x05ac, 0x821f) },
105
Marc-Antoine Perennou88d377b2011-03-24 14:51:21 -0300106 /* Apple MacBookPro8,2 */
107 { USB_DEVICE(0x05ac, 0x821a) },
108
Jurgen Kramerf78b68262011-09-04 18:01:42 +0200109 /* Apple MacMini5,1 */
110 { USB_DEVICE(0x05ac, 0x8281) },
111
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200112 /* AVM BlueFRITZ! USB v2.0 */
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -0800113 { USB_DEVICE(0x057c, 0x3800), .driver_info = BTUSB_SWAVE },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200114
115 /* Bluetooth Ultraport Module from IBM */
116 { USB_DEVICE(0x04bf, 0x030a) },
117
118 /* ALPS Modules with non-standard id */
119 { USB_DEVICE(0x044e, 0x3001) },
120 { USB_DEVICE(0x044e, 0x3002) },
121
122 /* Ericsson with non-standard id */
123 { USB_DEVICE(0x0bdb, 0x1002) },
124
125 /* Canyon CN-BTU1 with HID interfaces */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100126 { USB_DEVICE(0x0c10, 0x0000) },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200127
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800128 /* Broadcom BCM20702A0 */
129 { USB_DEVICE(0x413c, 0x8197) },
130
Marcel Holtmannd049f4e2015-01-26 20:35:32 -0800131 /* Broadcom BCM20702B0 (Dynex/Insignia) */
132 { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM },
133
Santtu Rekilä2faf71c2015-10-05 15:45:27 +0300134 /* Broadcom BCM43142A0 (Foxconn/Lenovo) */
Dmitry Tunin628c26b2017-07-06 14:41:13 +0300135 { USB_VENDOR_AND_INTERFACE_INFO(0x105b, 0xff, 0x01, 0x01),
136 .driver_info = BTUSB_BCM_PATCHRAM },
Santtu Rekilä2faf71c2015-10-05 15:45:27 +0300137
Christoph Haaga57bac42017-02-10 14:02:45 +0100138 /* Broadcom BCM920703 (HTC Vive) */
139 { USB_VENDOR_AND_INTERFACE_INFO(0x0bb4, 0xff, 0x01, 0x01),
140 .driver_info = BTUSB_BCM_PATCHRAM },
141
Steven Harms98514032012-04-13 14:45:55 -0400142 /* Foxconn - Hon Hai */
Heinrich Siebmanns6029ddc2014-12-03 19:32:22 +0100143 { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01),
144 .driver_info = BTUSB_BCM_PATCHRAM },
Steven Harms98514032012-04-13 14:45:55 -0400145
Matej Dubovy8f0c3042015-02-02 18:50:14 +0100146 /* Lite-On Technology - Broadcom based */
147 { USB_VENDOR_AND_INTERFACE_INFO(0x04ca, 0xff, 0x01, 0x01),
148 .driver_info = BTUSB_BCM_PATCHRAM },
149
Andy Shevchenko0b880062014-02-18 18:26:19 +0200150 /* Broadcom devices with vendor specific id */
Petri Gynther10d4c672014-05-08 15:50:01 -0700151 { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01),
152 .driver_info = BTUSB_BCM_PATCHRAM },
Gustavo Padovan92c385f2012-08-06 15:36:49 -0300153
Marcel Holtmannc2aef6e2014-07-21 14:02:33 +0200154 /* ASUSTek Computer - Broadcom based */
Rick Dunn9a5abdaa2015-01-17 05:29:12 +0100155 { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01),
156 .driver_info = BTUSB_BCM_PATCHRAM },
Marcel Holtmannc2aef6e2014-07-21 14:02:33 +0200157
Ken O'Brien5bcecf32013-09-21 19:14:43 +0100158 /* Belkin F8065bf - Broadcom based */
Marcel Holtmann6331c682015-03-27 15:11:41 -0700159 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01),
160 .driver_info = BTUSB_BCM_PATCHRAM },
Ken O'Brien5bcecf32013-09-21 19:14:43 +0100161
Jurgen Kramer9113bfd2014-02-15 12:01:09 +0100162 /* IMC Networks - Broadcom based */
Marcel Holtmann6331c682015-03-27 15:11:41 -0700163 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01),
164 .driver_info = BTUSB_BCM_PATCHRAM },
Jurgen Kramer9113bfd2014-02-15 12:01:09 +0100165
Wen-chien Jesse Sungfdfddc62017-01-10 15:41:13 +0800166 /* Dell Computer - Broadcom based */
167 { USB_VENDOR_AND_INTERFACE_INFO(0x413c, 0xff, 0x01, 0x01),
168 .driver_info = BTUSB_BCM_PATCHRAM },
169
Dmitry Tunin1623d0b2015-12-05 14:09:36 +0300170 /* Toshiba Corp - Broadcom based */
171 { USB_VENDOR_AND_INTERFACE_INFO(0x0930, 0xff, 0x01, 0x01),
172 .driver_info = BTUSB_BCM_PATCHRAM },
173
Marcel Holtmann9834e582017-08-14 22:39:59 +0200174 /* Broadcom devices with missing product id */
175 { USB_DEVICE_AND_INTERFACE_INFO(0x0000, 0x0000, 0xff, 0x01, 0x01),
176 .driver_info = BTUSB_BCM_PATCHRAM | BTUSB_BCM_NO_PRODID },
177
Marcel Holtmann40df7832014-07-06 13:29:58 +0200178 /* Intel Bluetooth USB Bootloader (RAM module) */
Marcel Holtmannd92f2df2014-07-06 14:53:55 +0200179 { USB_DEVICE(0x8087, 0x0a5a),
180 .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },
Marcel Holtmann40df7832014-07-06 13:29:58 +0200181
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200182 { } /* Terminating entry */
183};
184
185MODULE_DEVICE_TABLE(usb, btusb_table);
186
Marcel Holtmann54265202013-10-11 07:46:18 -0700187static const struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200188 /* CSR BlueCore devices */
189 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
190
191 /* Broadcom BCM2033 without firmware */
192 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
193
Marcel Holtmann6c9d4352015-10-17 14:39:27 +0200194 /* Broadcom BCM2045 devices */
195 { USB_DEVICE(0x0a5c, 0x2045), .driver_info = BTUSB_BCM2045 },
196
Bala Shanmugambe931122010-11-26 17:35:46 +0530197 /* Atheros 3011 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200198 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
199 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
Alexander Ploumistos2eeff0b2015-02-13 21:05:11 +0200200 { USB_DEVICE(0x04f2, 0xaff1), .driver_info = BTUSB_IGNORE },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200201 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530202 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Marek Vasut6eda5412012-06-08 14:32:50 +0200203 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700204 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530205
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800206 /* Atheros AR9285 Malbec with sflash firmware */
207 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
208
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530209 /* Atheros 3012 with sflash firmware */
Andy Shevchenko0b880062014-02-18 18:26:19 +0200210 { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },
211 { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
212 { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
213 { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 },
214 { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin692c0622015-06-06 20:25:40 +0300215 { USB_DEVICE(0x0489, 0xe076), .driver_info = BTUSB_ATH3012 },
Anantha Krishnan4b552bc2014-10-06 16:31:49 +0530216 { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin28c971d2016-02-10 00:49:11 +0300217 { USB_DEVICE(0x0489, 0xe095), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200218 { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 },
219 { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 },
220 { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
221 { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
Mohammed Habibulla1fb4e092014-04-17 11:37:13 -0700222 { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200223 { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
224 { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin7e730c7f2015-06-18 20:41:51 +0300225 { USB_DEVICE(0x04ca, 0x300d), .driver_info = BTUSB_ATH3012 },
Dmitry Tuninec0810d2015-05-02 13:36:58 +0300226 { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 },
Janne Heikkinen134d3b32014-12-09 07:44:51 +0200227 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin81d90442016-02-28 11:04:06 +0300228 { USB_DEVICE(0x04ca, 0x3014), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin441ad622017-01-05 13:19:53 +0300229 { USB_DEVICE(0x04ca, 0x3018), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200230 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
Dmitry Tunincd355ff2015-10-05 19:29:33 +0300231 { USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200232 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
Vincent Zwanenburg89d29752014-08-08 12:33:56 +0100233 { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
Andy Shevchenkoa735f9e2014-02-18 18:26:20 +0200234 { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
Ming Leid66629c2013-03-15 11:00:39 +0800235 { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
Steven.Li2d25f8b2011-07-01 14:02:36 +0800236 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Sunguk Lee94a32d102013-03-12 04:41:58 +0900237 { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
Cho, Yu-Chen07c0ea82012-03-14 22:01:21 +0200238 { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
Oliver Neukumb1312372014-01-16 15:37:11 +0100239 { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
Oliver Neukum1e56f1e2014-01-16 16:02:58 +0100240 { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200241 { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
Ming Leiebaf5792013-03-18 23:45:11 +0800242 { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin18e0afa2015-10-16 11:45:26 +0300243 { USB_DEVICE(0x0cf3, 0x817b), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200244 { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
AceLan Kaoac713112012-04-19 14:53:45 +0800245 { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
Peng Chen0a3658c2013-08-30 17:41:40 +0800246 { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 },
Wen-chien Jesse Sungca79f232015-05-13 11:39:24 +0800247 { USB_DEVICE(0x0cf3, 0xe006), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200248 { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
249 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
AceLan Kaoeed307e2012-12-11 11:41:20 +0800250 { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin609574e2016-02-10 15:33:17 +0300251 { USB_DEVICE(0x13d3, 0x3395), .driver_info = BTUSB_ATH3012 },
Sujith Manoharan5b77a1f2013-07-15 09:29:03 +0530252 { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin3bb30a7c2014-11-25 20:19:52 +0300253 { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin033efa92015-01-18 00:16:51 +0300254 { USB_DEVICE(0x13d3, 0x3423), .driver_info = BTUSB_ATH3012 },
Anantha Krishnanfa2f1392014-07-08 19:25:08 +0530255 { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin75c6aca2016-03-04 01:32:19 +0300256 { USB_DEVICE(0x13d3, 0x3472), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin0d0cef62015-06-06 20:29:25 +0300257 { USB_DEVICE(0x13d3, 0x3474), .driver_info = BTUSB_ATH3012 },
Lauro Costa72f9f8b2016-05-09 17:36:11 -0300258 { USB_DEVICE(0x13d3, 0x3487), .driver_info = BTUSB_ATH3012 },
Dmitry Tunin12d86892016-07-12 01:35:18 +0300259 { USB_DEVICE(0x13d3, 0x3490), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530260
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800261 /* Atheros AR5BBU12 with sflash firmware */
262 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
263
Michael Gruetzner85d59722012-05-02 22:33:40 +0200264 /* Atheros AR5BBU12 with sflash firmware */
Yevgeniy Melnichukbc21fde2012-08-07 19:48:10 +0530265 { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200266 { USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
Michael Gruetzner85d59722012-05-02 22:33:40 +0200267
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +0000268 /* QCA ROME chipset */
Wen-chien Jesse Sung20541112015-05-13 11:39:25 +0800269 { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME },
Kai-Heng Feng93519932016-08-16 12:50:06 +0800270 { USB_DEVICE(0x0cf3, 0xe009), .driver_info = BTUSB_QCA_ROME },
Marcel Holtmannc9e44472015-03-16 23:56:04 -0700271 { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME },
Gabriel1eef1c32017-02-20 12:32:22 -0500272 { USB_DEVICE(0x0cf3, 0xe301), .driver_info = BTUSB_QCA_ROME },
Marcel Holtmannc9e44472015-03-16 23:56:04 -0700273 { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME },
Yvain THONNART47ca5892016-06-11 15:43:30 +0200274 { USB_DEVICE(0x0489, 0xe092), .driver_info = BTUSB_QCA_ROME },
Shih-Yuan Lee (FourDollars)06e41d82017-06-14 14:42:00 +0800275 { USB_DEVICE(0x0489, 0xe0a2), .driver_info = BTUSB_QCA_ROME },
Dmitry Tunin1144a4e2016-09-21 19:13:08 +0300276 { USB_DEVICE(0x04ca, 0x3011), .driver_info = BTUSB_QCA_ROME },
Brian Norrisd829b9e2017-07-31 17:59:39 -0700277 { USB_DEVICE(0x04ca, 0x3016), .driver_info = BTUSB_QCA_ROME },
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +0000278
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200279 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100280 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Andy Shevchenko0b880062014-02-18 18:26:19 +0200281 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
282 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200283
284 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100285 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
286 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200287
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200288 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100289 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
290 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200291
292 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100293 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200294
295 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100296 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200297
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100298 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100299 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100300 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200301
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100302 /* Belkin F8T012 and F8T013 devices */
303 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
304 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200305
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100306 /* Asus WL-BTD202 device */
307 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
308
309 /* Kensington Bluetooth USB adapter */
310 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
311
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200312 /* RTX Telecom based adapters with buggy SCO support */
313 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
314 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
315
316 /* CONWISE Technology based adapters with buggy SCO support */
Szymon Janc418678b2016-09-01 17:22:37 +0200317 { USB_DEVICE(0x0e5e, 0x6622),
318 .driver_info = BTUSB_BROKEN_ISOC | BTUSB_CW6622},
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200319
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -0800320 /* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
Aleksei Volkov2eeac872015-06-08 12:02:10 +0300321 { USB_DEVICE(0x1310, 0x0001), .driver_info = BTUSB_SWAVE },
Marcel Holtmann4fcef8e2015-01-01 17:34:37 -0800322
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200323 /* Digianswer devices */
324 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
325 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
326
327 /* CSR BlueCore Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200328 { USB_DEVICE(0x0a12, 0x0002),
329 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200330
331 /* Frontline ComProbe Bluetooth Sniffer */
Marcel Holtmann4f64fa82014-07-07 00:12:04 +0200332 { USB_DEVICE(0x16d3, 0x0002),
333 .driver_info = BTUSB_SNIFFER | BTUSB_BROKEN_ISOC },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200334
Marcel Holtmanncb1ee892015-01-28 19:41:42 -0800335 /* Marvell Bluetooth devices */
336 { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL },
337 { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL },
Amitkumar Karwar1165df02016-09-28 16:18:35 +0530338 { USB_DEVICE(0x1286, 0x204e), .driver_info = BTUSB_MARVELL },
Marcel Holtmanncb1ee892015-01-28 19:41:42 -0800339
Marcel Holtmannd0ac9eb2015-01-28 19:41:43 -0800340 /* Intel Bluetooth devices */
Marcel Holtmannde766142017-03-06 15:38:28 -0800341 { USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_NEW },
Marcel Holtmann407550f2015-02-22 15:41:18 -0800342 { USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR },
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700343 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong Anef4e5e42013-11-12 13:10:58 -0800344 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
Marcel Holtmanncda0dd72015-01-26 21:33:48 -0800345 { USB_DEVICE(0x8087, 0x0a2b), .driver_info = BTUSB_INTEL_NEW },
Tedd Ho-Jeong An439e65d2016-06-20 13:43:40 -0700346 { USB_DEVICE(0x8087, 0x0aa7), .driver_info = BTUSB_INTEL },
Tedd Ho-Jeong An86a61292017-05-01 13:35:12 -0700347 { USB_DEVICE(0x8087, 0x0aaa), .driver_info = BTUSB_INTEL_NEW },
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -0700348
Marcel Holtmannd0ac9eb2015-01-28 19:41:43 -0800349 /* Other Intel Bluetooth devices */
350 { USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
351 .driver_info = BTUSB_IGNORE },
Amitkumar Karwarae8df492014-07-18 14:47:06 -0700352
Daniel Drakea2698a92015-04-16 14:09:55 -0600353 /* Realtek Bluetooth devices */
354 { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
355 .driver_info = BTUSB_REALTEK },
356
357 /* Additional Realtek 8723AE Bluetooth devices */
358 { USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },
359 { USB_DEVICE(0x13d3, 0x3394), .driver_info = BTUSB_REALTEK },
360
361 /* Additional Realtek 8723BE Bluetooth devices */
362 { USB_DEVICE(0x0489, 0xe085), .driver_info = BTUSB_REALTEK },
363 { USB_DEVICE(0x0489, 0xe08b), .driver_info = BTUSB_REALTEK },
364 { USB_DEVICE(0x13d3, 0x3410), .driver_info = BTUSB_REALTEK },
365 { USB_DEVICE(0x13d3, 0x3416), .driver_info = BTUSB_REALTEK },
366 { USB_DEVICE(0x13d3, 0x3459), .driver_info = BTUSB_REALTEK },
Dmitry Tunina81d72d2017-08-08 14:09:02 +0300367 { USB_DEVICE(0x13d3, 0x3494), .driver_info = BTUSB_REALTEK },
Daniel Drakea2698a92015-04-16 14:09:55 -0600368
369 /* Additional Realtek 8821AE Bluetooth devices */
370 { USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },
371 { USB_DEVICE(0x13d3, 0x3414), .driver_info = BTUSB_REALTEK },
372 { USB_DEVICE(0x13d3, 0x3458), .driver_info = BTUSB_REALTEK },
373 { USB_DEVICE(0x13d3, 0x3461), .driver_info = BTUSB_REALTEK },
374 { USB_DEVICE(0x13d3, 0x3462), .driver_info = BTUSB_REALTEK },
375
Peter Poklop4481c072015-08-15 20:47:09 +0200376 /* Silicon Wave based devices */
377 { USB_DEVICE(0x0c10, 0x0000), .driver_info = BTUSB_SWAVE },
378
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200379 { } /* Terminating entry */
380};
381
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200382#define BTUSB_MAX_ISOC_FRAMES 10
383
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200384#define BTUSB_INTR_RUNNING 0
385#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200386#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200387#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300388#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmanncda0dd72015-01-26 21:33:48 -0800389#define BTUSB_BOOTLOADER 5
390#define BTUSB_DOWNLOADING 6
Marcel Holtmannce6bb922015-01-28 01:58:40 -0800391#define BTUSB_FIRMWARE_LOADED 7
Marcel Holtmanncda0dd72015-01-26 21:33:48 -0800392#define BTUSB_FIRMWARE_FAILED 8
Marcel Holtmannce6bb922015-01-28 01:58:40 -0800393#define BTUSB_BOOTING 9
Daniel Drake04b8c812015-05-21 08:23:50 -0600394#define BTUSB_RESET_RESUME 10
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200395#define BTUSB_DIAG_RUNNING 11
Rajat Jainfd913ef2017-02-01 14:24:09 -0800396#define BTUSB_OOB_WAKE_ENABLED 12
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200397
398struct btusb_data {
399 struct hci_dev *hdev;
400 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200401 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200402 struct usb_interface *isoc;
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200403 struct usb_interface *diag;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200404
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200405 unsigned long flags;
406
407 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200408 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200409
Marcel Holtmann803b5832014-09-16 08:00:29 +0200410 struct usb_anchor deferred;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200411 struct usb_anchor tx_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200412 int tx_in_flight;
413 spinlock_t txlock;
414
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200415 struct usb_anchor intr_anchor;
416 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200417 struct usb_anchor isoc_anchor;
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200418 struct usb_anchor diag_anchor;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200419 spinlock_t rxlock;
420
421 struct sk_buff *evt_skb;
422 struct sk_buff *acl_skb;
423 struct sk_buff *sco_skb;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200424
425 struct usb_endpoint_descriptor *intr_ep;
426 struct usb_endpoint_descriptor *bulk_tx_ep;
427 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200428 struct usb_endpoint_descriptor *isoc_tx_ep;
429 struct usb_endpoint_descriptor *isoc_rx_ep;
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200430 struct usb_endpoint_descriptor *diag_tx_ep;
431 struct usb_endpoint_descriptor *diag_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200432
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100433 __u8 cmdreq_type;
Marcel Holtmann893ba542015-01-28 20:27:34 -0800434 __u8 cmdreq;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100435
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100436 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200437 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100438 int suspend_count;
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100439
Marcel Holtmann97307f52015-01-12 13:51:10 -0800440 int (*recv_event)(struct hci_dev *hdev, struct sk_buff *skb);
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100441 int (*recv_bulk)(struct btusb_data *data, void *buffer, int count);
Kim, Ben Young Taeace31982015-02-15 23:06:14 +0000442
443 int (*setup_on_usb)(struct hci_dev *hdev);
Rajat Jainfd913ef2017-02-01 14:24:09 -0800444
445 int oob_wake_irq; /* irq for out-of-band wake-on-bt */
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200446};
447
Marcel Holtmann803b5832014-09-16 08:00:29 +0200448static inline void btusb_free_frags(struct btusb_data *data)
449{
450 unsigned long flags;
451
452 spin_lock_irqsave(&data->rxlock, flags);
453
454 kfree_skb(data->evt_skb);
455 data->evt_skb = NULL;
456
457 kfree_skb(data->acl_skb);
458 data->acl_skb = NULL;
459
460 kfree_skb(data->sco_skb);
461 data->sco_skb = NULL;
462
463 spin_unlock_irqrestore(&data->rxlock, flags);
464}
465
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200466static int btusb_recv_intr(struct btusb_data *data, void *buffer, int count)
467{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200468 struct sk_buff *skb;
469 int err = 0;
470
471 spin_lock(&data->rxlock);
472 skb = data->evt_skb;
473
474 while (count) {
475 int len;
476
477 if (!skb) {
478 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
479 if (!skb) {
480 err = -ENOMEM;
481 break;
482 }
483
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100484 hci_skb_pkt_type(skb) = HCI_EVENT_PKT;
485 hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200486 }
487
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100488 len = min_t(uint, hci_skb_expect(skb), count);
Johannes Berg59ae1d12017-06-16 14:29:20 +0200489 skb_put_data(skb, buffer, len);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200490
491 count -= len;
492 buffer += len;
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100493 hci_skb_expect(skb) -= len;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200494
495 if (skb->len == HCI_EVENT_HDR_SIZE) {
496 /* Complete event header */
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100497 hci_skb_expect(skb) = hci_event_hdr(skb)->plen;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200498
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100499 if (skb_tailroom(skb) < hci_skb_expect(skb)) {
Marcel Holtmann803b5832014-09-16 08:00:29 +0200500 kfree_skb(skb);
501 skb = NULL;
502
503 err = -EILSEQ;
504 break;
505 }
506 }
507
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100508 if (!hci_skb_expect(skb)) {
Marcel Holtmann803b5832014-09-16 08:00:29 +0200509 /* Complete frame */
Marcel Holtmann97307f52015-01-12 13:51:10 -0800510 data->recv_event(data->hdev, skb);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200511 skb = NULL;
512 }
513 }
514
515 data->evt_skb = skb;
516 spin_unlock(&data->rxlock);
517
518 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200519}
520
521static int btusb_recv_bulk(struct btusb_data *data, void *buffer, int count)
522{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200523 struct sk_buff *skb;
524 int err = 0;
525
526 spin_lock(&data->rxlock);
527 skb = data->acl_skb;
528
529 while (count) {
530 int len;
531
532 if (!skb) {
533 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
534 if (!skb) {
535 err = -ENOMEM;
536 break;
537 }
538
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100539 hci_skb_pkt_type(skb) = HCI_ACLDATA_PKT;
540 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200541 }
542
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100543 len = min_t(uint, hci_skb_expect(skb), count);
Johannes Berg59ae1d12017-06-16 14:29:20 +0200544 skb_put_data(skb, buffer, len);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200545
546 count -= len;
547 buffer += len;
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100548 hci_skb_expect(skb) -= len;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200549
550 if (skb->len == HCI_ACL_HDR_SIZE) {
551 __le16 dlen = hci_acl_hdr(skb)->dlen;
552
553 /* Complete ACL header */
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100554 hci_skb_expect(skb) = __le16_to_cpu(dlen);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200555
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100556 if (skb_tailroom(skb) < hci_skb_expect(skb)) {
Marcel Holtmann803b5832014-09-16 08:00:29 +0200557 kfree_skb(skb);
558 skb = NULL;
559
560 err = -EILSEQ;
561 break;
562 }
563 }
564
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100565 if (!hci_skb_expect(skb)) {
Marcel Holtmann803b5832014-09-16 08:00:29 +0200566 /* Complete frame */
567 hci_recv_frame(data->hdev, skb);
568 skb = NULL;
569 }
570 }
571
572 data->acl_skb = skb;
573 spin_unlock(&data->rxlock);
574
575 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200576}
577
578static int btusb_recv_isoc(struct btusb_data *data, void *buffer, int count)
579{
Marcel Holtmann803b5832014-09-16 08:00:29 +0200580 struct sk_buff *skb;
581 int err = 0;
582
583 spin_lock(&data->rxlock);
584 skb = data->sco_skb;
585
586 while (count) {
587 int len;
588
589 if (!skb) {
590 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);
591 if (!skb) {
592 err = -ENOMEM;
593 break;
594 }
595
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100596 hci_skb_pkt_type(skb) = HCI_SCODATA_PKT;
597 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200598 }
599
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100600 len = min_t(uint, hci_skb_expect(skb), count);
Johannes Berg59ae1d12017-06-16 14:29:20 +0200601 skb_put_data(skb, buffer, len);
Marcel Holtmann803b5832014-09-16 08:00:29 +0200602
603 count -= len;
604 buffer += len;
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100605 hci_skb_expect(skb) -= len;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200606
607 if (skb->len == HCI_SCO_HDR_SIZE) {
608 /* Complete SCO header */
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100609 hci_skb_expect(skb) = hci_sco_hdr(skb)->dlen;
Marcel Holtmann803b5832014-09-16 08:00:29 +0200610
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100611 if (skb_tailroom(skb) < hci_skb_expect(skb)) {
Marcel Holtmann803b5832014-09-16 08:00:29 +0200612 kfree_skb(skb);
613 skb = NULL;
614
615 err = -EILSEQ;
616 break;
617 }
618 }
619
Marcel Holtmann618e8bc2015-11-05 07:33:56 +0100620 if (!hci_skb_expect(skb)) {
Marcel Holtmann803b5832014-09-16 08:00:29 +0200621 /* Complete frame */
622 hci_recv_frame(data->hdev, skb);
623 skb = NULL;
624 }
625 }
626
627 data->sco_skb = skb;
628 spin_unlock(&data->rxlock);
629
630 return err;
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200631}
632
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200633static void btusb_intr_complete(struct urb *urb)
634{
635 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100636 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200637 int err;
638
Marcel Holtmann89e75332014-09-16 04:44:50 +0200639 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
640 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200641
642 if (!test_bit(HCI_RUNNING, &hdev->flags))
643 return;
644
645 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200646 hdev->stat.byte_rx += urb->actual_length;
647
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200648 if (btusb_recv_intr(data, urb->transfer_buffer,
649 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200650 BT_ERR("%s corrupted event packet", hdev->name);
651 hdev->stat.err_rx++;
652 }
Champion Chen85560c42014-09-06 14:06:08 -0500653 } else if (urb->status == -ENOENT) {
654 /* Avoid suspend failed when usb_kill_urb */
655 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200656 }
657
658 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
659 return;
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->intr_anchor);
663
664 err = usb_submit_urb(urb, GFP_ATOMIC);
665 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200666 /* -EPERM: urb is being killed;
Derek Robsond98422c2017-07-22 13:47:07 +1200667 * -ENODEV: device got disconnected
668 */
Paul Bolle4935f1c2011-08-09 17:16:28 +0200669 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100670 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200671 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200672 usb_unanchor_urb(urb);
673 }
674}
675
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100676static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200677{
David Herrmann155961e2012-02-09 21:58:32 +0100678 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200679 struct urb *urb;
680 unsigned char *buf;
681 unsigned int pipe;
682 int err, size;
683
684 BT_DBG("%s", hdev->name);
685
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200686 if (!data->intr_ep)
687 return -ENODEV;
688
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100689 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200690 if (!urb)
691 return -ENOMEM;
692
693 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
694
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100695 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200696 if (!buf) {
697 usb_free_urb(urb);
698 return -ENOMEM;
699 }
700
701 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
702
703 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200704 btusb_intr_complete, hdev, data->intr_ep->bInterval);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200705
706 urb->transfer_flags |= URB_FREE_BUFFER;
707
708 usb_anchor_urb(urb, &data->intr_anchor);
709
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100710 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200711 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200712 if (err != -EPERM && err != -ENODEV)
713 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200714 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200715 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200716 }
717
718 usb_free_urb(urb);
719
720 return err;
721}
722
723static void btusb_bulk_complete(struct urb *urb)
724{
725 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100726 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200727 int err;
728
Marcel Holtmann89e75332014-09-16 04:44:50 +0200729 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
730 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200731
732 if (!test_bit(HCI_RUNNING, &hdev->flags))
733 return;
734
735 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200736 hdev->stat.byte_rx += urb->actual_length;
737
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +0100738 if (data->recv_bulk(data, urb->transfer_buffer,
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200739 urb->actual_length) < 0) {
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200740 BT_ERR("%s corrupted ACL packet", hdev->name);
741 hdev->stat.err_rx++;
742 }
Champion Chen85560c42014-09-06 14:06:08 -0500743 } else if (urb->status == -ENOENT) {
744 /* Avoid suspend failed when usb_kill_urb */
745 return;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200746 }
747
748 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
749 return;
750
751 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100752 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200753
754 err = usb_submit_urb(urb, GFP_ATOMIC);
755 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200756 /* -EPERM: urb is being killed;
Derek Robsond98422c2017-07-22 13:47:07 +1200757 * -ENODEV: device got disconnected
758 */
Paul Bolle4935f1c2011-08-09 17:16:28 +0200759 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100760 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200761 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200762 usb_unanchor_urb(urb);
763 }
764}
765
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100766static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200767{
David Herrmann155961e2012-02-09 21:58:32 +0100768 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200769 struct urb *urb;
770 unsigned char *buf;
771 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530772 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200773
774 BT_DBG("%s", hdev->name);
775
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200776 if (!data->bulk_rx_ep)
777 return -ENODEV;
778
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100779 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200780 if (!urb)
781 return -ENOMEM;
782
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100783 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200784 if (!buf) {
785 usb_free_urb(urb);
786 return -ENOMEM;
787 }
788
789 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
790
Marcel Holtmann89e75332014-09-16 04:44:50 +0200791 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
792 btusb_bulk_complete, hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200793
794 urb->transfer_flags |= URB_FREE_BUFFER;
795
Oliver Neukum7bee5492009-08-24 23:44:59 +0200796 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200797 usb_anchor_urb(urb, &data->bulk_anchor);
798
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100799 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200800 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200801 if (err != -EPERM && err != -ENODEV)
802 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200803 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200804 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200805 }
806
807 usb_free_urb(urb);
808
809 return err;
810}
811
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200812static void btusb_isoc_complete(struct urb *urb)
813{
814 struct hci_dev *hdev = urb->context;
David Herrmann155961e2012-02-09 21:58:32 +0100815 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200816 int i, err;
817
Marcel Holtmann89e75332014-09-16 04:44:50 +0200818 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
819 urb->actual_length);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200820
821 if (!test_bit(HCI_RUNNING, &hdev->flags))
822 return;
823
824 if (urb->status == 0) {
825 for (i = 0; i < urb->number_of_packets; i++) {
826 unsigned int offset = urb->iso_frame_desc[i].offset;
827 unsigned int length = urb->iso_frame_desc[i].actual_length;
828
829 if (urb->iso_frame_desc[i].status)
830 continue;
831
832 hdev->stat.byte_rx += length;
833
Marcel Holtmann1ffa4ad2014-09-16 05:33:33 +0200834 if (btusb_recv_isoc(data, urb->transfer_buffer + offset,
835 length) < 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200836 BT_ERR("%s corrupted SCO packet", hdev->name);
837 hdev->stat.err_rx++;
838 }
839 }
Champion Chen85560c42014-09-06 14:06:08 -0500840 } else if (urb->status == -ENOENT) {
841 /* Avoid suspend failed when usb_kill_urb */
842 return;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200843 }
844
845 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
846 return;
847
848 usb_anchor_urb(urb, &data->isoc_anchor);
849
850 err = usb_submit_urb(urb, GFP_ATOMIC);
851 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200852 /* -EPERM: urb is being killed;
Derek Robsond98422c2017-07-22 13:47:07 +1200853 * -ENODEV: device got disconnected
854 */
Paul Bolle4935f1c2011-08-09 17:16:28 +0200855 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100856 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200857 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200858 usb_unanchor_urb(urb);
859 }
860}
861
Jesper Juhl42b16b32011-01-17 00:09:38 +0100862static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200863{
864 int i, offset = 0;
865
866 BT_DBG("len %d mtu %d", len, mtu);
867
868 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
869 i++, offset += mtu, len -= mtu) {
870 urb->iso_frame_desc[i].offset = offset;
871 urb->iso_frame_desc[i].length = mtu;
872 }
873
874 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
875 urb->iso_frame_desc[i].offset = offset;
876 urb->iso_frame_desc[i].length = len;
877 i++;
878 }
879
880 urb->number_of_packets = i;
881}
882
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100883static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200884{
David Herrmann155961e2012-02-09 21:58:32 +0100885 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200886 struct urb *urb;
887 unsigned char *buf;
888 unsigned int pipe;
889 int err, size;
890
891 BT_DBG("%s", hdev->name);
892
893 if (!data->isoc_rx_ep)
894 return -ENODEV;
895
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100896 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200897 if (!urb)
898 return -ENOMEM;
899
900 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
901 BTUSB_MAX_ISOC_FRAMES;
902
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100903 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200904 if (!buf) {
905 usb_free_urb(urb);
906 return -ENOMEM;
907 }
908
909 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
910
Bing Zhaofa0fb932011-12-20 18:19:00 -0800911 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200912 hdev, data->isoc_rx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200913
Marcel Holtmann89e75332014-09-16 04:44:50 +0200914 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200915
916 __fill_isoc_descriptor(urb, size,
Marcel Holtmann89e75332014-09-16 04:44:50 +0200917 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200918
919 usb_anchor_urb(urb, &data->isoc_anchor);
920
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100921 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200922 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200923 if (err != -EPERM && err != -ENODEV)
924 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +0200925 hdev->name, urb, -err);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200926 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200927 }
928
929 usb_free_urb(urb);
930
931 return err;
932}
933
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200934static void btusb_diag_complete(struct urb *urb)
935{
936 struct hci_dev *hdev = urb->context;
937 struct btusb_data *data = hci_get_drvdata(hdev);
938 int err;
939
940 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
941 urb->actual_length);
942
943 if (urb->status == 0) {
944 struct sk_buff *skb;
945
946 skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC);
947 if (skb) {
Johannes Berg59ae1d12017-06-16 14:29:20 +0200948 skb_put_data(skb, urb->transfer_buffer,
949 urb->actual_length);
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200950 hci_recv_diag(hdev, skb);
951 }
952 } else if (urb->status == -ENOENT) {
953 /* Avoid suspend failed when usb_kill_urb */
954 return;
955 }
956
957 if (!test_bit(BTUSB_DIAG_RUNNING, &data->flags))
958 return;
959
960 usb_anchor_urb(urb, &data->diag_anchor);
961 usb_mark_last_busy(data->udev);
962
963 err = usb_submit_urb(urb, GFP_ATOMIC);
964 if (err < 0) {
965 /* -EPERM: urb is being killed;
Derek Robsond98422c2017-07-22 13:47:07 +1200966 * -ENODEV: device got disconnected
967 */
Marcel Holtmann9d08f502015-10-08 20:23:08 +0200968 if (err != -EPERM && err != -ENODEV)
969 BT_ERR("%s urb %p failed to resubmit (%d)",
970 hdev->name, urb, -err);
971 usb_unanchor_urb(urb);
972 }
973}
974
975static int btusb_submit_diag_urb(struct hci_dev *hdev, gfp_t mem_flags)
976{
977 struct btusb_data *data = hci_get_drvdata(hdev);
978 struct urb *urb;
979 unsigned char *buf;
980 unsigned int pipe;
981 int err, size = HCI_MAX_FRAME_SIZE;
982
983 BT_DBG("%s", hdev->name);
984
985 if (!data->diag_rx_ep)
986 return -ENODEV;
987
988 urb = usb_alloc_urb(0, mem_flags);
989 if (!urb)
990 return -ENOMEM;
991
992 buf = kmalloc(size, mem_flags);
993 if (!buf) {
994 usb_free_urb(urb);
995 return -ENOMEM;
996 }
997
998 pipe = usb_rcvbulkpipe(data->udev, data->diag_rx_ep->bEndpointAddress);
999
1000 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size,
1001 btusb_diag_complete, hdev);
1002
1003 urb->transfer_flags |= URB_FREE_BUFFER;
1004
1005 usb_mark_last_busy(data->udev);
1006 usb_anchor_urb(urb, &data->diag_anchor);
1007
1008 err = usb_submit_urb(urb, mem_flags);
1009 if (err < 0) {
1010 if (err != -EPERM && err != -ENODEV)
1011 BT_ERR("%s urb %p submission failed (%d)",
1012 hdev->name, urb, -err);
1013 usb_unanchor_urb(urb);
1014 }
1015
1016 usb_free_urb(urb);
1017
1018 return err;
1019}
1020
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001021static void btusb_tx_complete(struct urb *urb)
1022{
1023 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +02001024 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
David Herrmann155961e2012-02-09 21:58:32 +01001025 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001026
Marcel Holtmann89e75332014-09-16 04:44:50 +02001027 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
1028 urb->actual_length);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001029
1030 if (!test_bit(HCI_RUNNING, &hdev->flags))
1031 goto done;
1032
1033 if (!urb->status)
1034 hdev->stat.byte_tx += urb->transfer_buffer_length;
1035 else
1036 hdev->stat.err_tx++;
1037
1038done:
1039 spin_lock(&data->txlock);
1040 data->tx_in_flight--;
1041 spin_unlock(&data->txlock);
1042
1043 kfree(urb->setup_packet);
1044
1045 kfree_skb(skb);
1046}
1047
1048static void btusb_isoc_tx_complete(struct urb *urb)
1049{
1050 struct sk_buff *skb = urb->context;
Marcel Holtmann89e75332014-09-16 04:44:50 +02001051 struct hci_dev *hdev = (struct hci_dev *)skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001052
Marcel Holtmann89e75332014-09-16 04:44:50 +02001053 BT_DBG("%s urb %p status %d count %d", hdev->name, urb, urb->status,
1054 urb->actual_length);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001055
1056 if (!test_bit(HCI_RUNNING, &hdev->flags))
1057 goto done;
1058
1059 if (!urb->status)
1060 hdev->stat.byte_tx += urb->transfer_buffer_length;
1061 else
1062 hdev->stat.err_tx++;
1063
1064done:
1065 kfree(urb->setup_packet);
1066
1067 kfree_skb(skb);
1068}
1069
1070static int btusb_open(struct hci_dev *hdev)
1071{
David Herrmann155961e2012-02-09 21:58:32 +01001072 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001073 int err;
1074
1075 BT_DBG("%s", hdev->name);
1076
Ethan Hsiehc7e163f2016-10-07 12:06:42 +08001077 err = usb_autopm_get_interface(data->intf);
1078 if (err < 0)
1079 return err;
1080
Kim, Ben Young Taeace31982015-02-15 23:06:14 +00001081 /* Patching USB firmware files prior to starting any URBs of HCI path
1082 * It is more safe to use USB bulk channel for downloading USB patch
1083 */
1084 if (data->setup_on_usb) {
1085 err = data->setup_on_usb(hdev);
Marcel Holtmanneb500422015-04-16 23:15:50 +02001086 if (err < 0)
Kim, Ben Young Taeace31982015-02-15 23:06:14 +00001087 return err;
1088 }
1089
Oliver Neukum7bee5492009-08-24 23:44:59 +02001090 data->intf->needs_remote_wakeup = 1;
1091
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001092 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02001093 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001094
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001095 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001096 if (err < 0)
1097 goto failed;
1098
1099 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001100 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001101 usb_kill_anchored_urbs(&data->intr_anchor);
1102 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001103 }
1104
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001105 set_bit(BTUSB_BULK_RUNNING, &data->flags);
1106 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
1107
Marcel Holtmann9d08f502015-10-08 20:23:08 +02001108 if (data->diag) {
1109 if (!btusb_submit_diag_urb(hdev, GFP_KERNEL))
1110 set_bit(BTUSB_DIAG_RUNNING, &data->flags);
1111 }
1112
Oliver Neukum7bee5492009-08-24 23:44:59 +02001113done:
1114 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001115 return 0;
1116
1117failed:
1118 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001119 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001120 return err;
1121}
1122
Oliver Neukum7bee5492009-08-24 23:44:59 +02001123static void btusb_stop_traffic(struct btusb_data *data)
1124{
1125 usb_kill_anchored_urbs(&data->intr_anchor);
1126 usb_kill_anchored_urbs(&data->bulk_anchor);
1127 usb_kill_anchored_urbs(&data->isoc_anchor);
Marcel Holtmann9d08f502015-10-08 20:23:08 +02001128 usb_kill_anchored_urbs(&data->diag_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001129}
1130
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001131static int btusb_close(struct hci_dev *hdev)
1132{
David Herrmann155961e2012-02-09 21:58:32 +01001133 struct btusb_data *data = hci_get_drvdata(hdev);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001134 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001135
1136 BT_DBG("%s", hdev->name);
1137
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +02001138 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -08001139 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +02001140
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001141 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001142 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001143 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Marcel Holtmann9d08f502015-10-08 20:23:08 +02001144 clear_bit(BTUSB_DIAG_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001145
1146 btusb_stop_traffic(data);
Marcel Holtmann803b5832014-09-16 08:00:29 +02001147 btusb_free_frags(data);
1148
Oliver Neukum7bee5492009-08-24 23:44:59 +02001149 err = usb_autopm_get_interface(data->intf);
1150 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +01001151 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001152
1153 data->intf->needs_remote_wakeup = 0;
1154 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001155
Oliver Neukum7b8e2c12009-11-13 14:26:23 +01001156failed:
1157 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001158 return 0;
1159}
1160
1161static int btusb_flush(struct hci_dev *hdev)
1162{
David Herrmann155961e2012-02-09 21:58:32 +01001163 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001164
1165 BT_DBG("%s", hdev->name);
1166
1167 usb_kill_anchored_urbs(&data->tx_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +02001168 btusb_free_frags(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001169
1170 return 0;
1171}
1172
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001173static struct urb *alloc_ctrl_urb(struct hci_dev *hdev, struct sk_buff *skb)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001174{
David Herrmann155961e2012-02-09 21:58:32 +01001175 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001176 struct usb_ctrlrequest *dr;
1177 struct urb *urb;
1178 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001179
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001180 urb = usb_alloc_urb(0, GFP_KERNEL);
1181 if (!urb)
1182 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001183
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001184 dr = kmalloc(sizeof(*dr), GFP_KERNEL);
1185 if (!dr) {
1186 usb_free_urb(urb);
1187 return ERR_PTR(-ENOMEM);
1188 }
1189
1190 dr->bRequestType = data->cmdreq_type;
Marcel Holtmann893ba542015-01-28 20:27:34 -08001191 dr->bRequest = data->cmdreq;
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001192 dr->wIndex = 0;
1193 dr->wValue = 0;
1194 dr->wLength = __cpu_to_le16(skb->len);
1195
1196 pipe = usb_sndctrlpipe(data->udev, 0x00);
1197
Marcel Holtmann89e75332014-09-16 04:44:50 +02001198 usb_fill_control_urb(urb, data->udev, pipe, (void *)dr,
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001199 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001200
Marcel Holtmann89e75332014-09-16 04:44:50 +02001201 skb->dev = (void *)hdev;
Marcel Holtmann7bd8f092013-10-11 06:19:18 -07001202
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001203 return urb;
1204}
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001205
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001206static struct urb *alloc_bulk_urb(struct hci_dev *hdev, struct sk_buff *skb)
1207{
1208 struct btusb_data *data = hci_get_drvdata(hdev);
1209 struct urb *urb;
1210 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001211
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001212 if (!data->bulk_tx_ep)
1213 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001214
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001215 urb = usb_alloc_urb(0, GFP_KERNEL);
1216 if (!urb)
1217 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001218
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001219 pipe = usb_sndbulkpipe(data->udev, data->bulk_tx_ep->bEndpointAddress);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001220
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001221 usb_fill_bulk_urb(urb, data->udev, pipe,
1222 skb->data, skb->len, btusb_tx_complete, skb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001223
Marcel Holtmann89e75332014-09-16 04:44:50 +02001224 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001225
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001226 return urb;
1227}
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001228
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001229static struct urb *alloc_isoc_urb(struct hci_dev *hdev, struct sk_buff *skb)
1230{
1231 struct btusb_data *data = hci_get_drvdata(hdev);
1232 struct urb *urb;
1233 unsigned int pipe;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001234
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001235 if (!data->isoc_tx_ep)
1236 return ERR_PTR(-ENODEV);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001237
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001238 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_KERNEL);
1239 if (!urb)
1240 return ERR_PTR(-ENOMEM);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001241
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001242 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001243
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001244 usb_fill_int_urb(urb, data->udev, pipe,
1245 skb->data, skb->len, btusb_isoc_tx_complete,
1246 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001247
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001248 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001249
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001250 __fill_isoc_descriptor(urb, skb->len,
1251 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001252
Marcel Holtmann89e75332014-09-16 04:44:50 +02001253 skb->dev = (void *)hdev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001254
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001255 return urb;
1256}
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001257
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001258static int submit_tx_urb(struct hci_dev *hdev, struct urb *urb)
1259{
1260 struct btusb_data *data = hci_get_drvdata(hdev);
1261 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001262
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001263 usb_anchor_urb(urb, &data->tx_anchor);
1264
Johan Hedberge9753ef2014-09-14 08:49:34 +03001265 err = usb_submit_urb(urb, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001266 if (err < 0) {
Paul Bolle5a9b80e2011-10-09 12:12:16 +02001267 if (err != -EPERM && err != -ENODEV)
1268 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann89e75332014-09-16 04:44:50 +02001269 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001270 kfree(urb->setup_packet);
1271 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001272 } else {
1273 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001274 }
1275
Cong Wang54a8a792011-11-22 09:32:57 +08001276 usb_free_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001277 return err;
1278}
1279
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001280static int submit_or_queue_tx_urb(struct hci_dev *hdev, struct urb *urb)
1281{
1282 struct btusb_data *data = hci_get_drvdata(hdev);
1283 unsigned long flags;
1284 bool suspending;
1285
1286 spin_lock_irqsave(&data->txlock, flags);
1287 suspending = test_bit(BTUSB_SUSPENDING, &data->flags);
1288 if (!suspending)
1289 data->tx_in_flight++;
1290 spin_unlock_irqrestore(&data->txlock, flags);
1291
1292 if (!suspending)
1293 return submit_tx_urb(hdev, urb);
1294
1295 usb_anchor_urb(urb, &data->deferred);
1296 schedule_work(&data->waker);
1297
1298 usb_free_urb(urb);
1299 return 0;
1300}
1301
1302static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
1303{
1304 struct urb *urb;
1305
1306 BT_DBG("%s", hdev->name);
1307
Marcel Holtmann618e8bc2015-11-05 07:33:56 +01001308 switch (hci_skb_pkt_type(skb)) {
Marcel Holtmann047b2ec2014-09-14 09:11:06 +02001309 case HCI_COMMAND_PKT:
1310 urb = alloc_ctrl_urb(hdev, skb);
1311 if (IS_ERR(urb))
1312 return PTR_ERR(urb);
1313
1314 hdev->stat.cmd_tx++;
1315 return submit_or_queue_tx_urb(hdev, urb);
1316
1317 case HCI_ACLDATA_PKT:
1318 urb = alloc_bulk_urb(hdev, skb);
1319 if (IS_ERR(urb))
1320 return PTR_ERR(urb);
1321
1322 hdev->stat.acl_tx++;
1323 return submit_or_queue_tx_urb(hdev, urb);
1324
1325 case HCI_SCODATA_PKT:
1326 if (hci_conn_num(hdev, SCO_LINK) < 1)
1327 return -ENODEV;
1328
1329 urb = alloc_isoc_urb(hdev, skb);
1330 if (IS_ERR(urb))
1331 return PTR_ERR(urb);
1332
1333 hdev->stat.sco_tx++;
1334 return submit_tx_urb(hdev, urb);
1335 }
1336
1337 return -EILSEQ;
1338}
1339
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001340static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
1341{
David Herrmann155961e2012-02-09 21:58:32 +01001342 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001343
1344 BT_DBG("%s evt %d", hdev->name, evt);
1345
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001346 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
1347 data->sco_num = hci_conn_num(hdev, SCO_LINK);
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001348 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +01001349 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001350}
1351
Jesper Juhl42b16b32011-01-17 00:09:38 +01001352static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001353{
David Herrmann155961e2012-02-09 21:58:32 +01001354 struct btusb_data *data = hci_get_drvdata(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001355 struct usb_interface *intf = data->isoc;
1356 struct usb_endpoint_descriptor *ep_desc;
1357 int i, err;
1358
1359 if (!data->isoc)
1360 return -ENODEV;
1361
1362 err = usb_set_interface(data->udev, 1, altsetting);
1363 if (err < 0) {
1364 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
1365 return err;
1366 }
1367
1368 data->isoc_altsetting = altsetting;
1369
1370 data->isoc_tx_ep = NULL;
1371 data->isoc_rx_ep = NULL;
1372
1373 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
1374 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
1375
1376 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
1377 data->isoc_tx_ep = ep_desc;
1378 continue;
1379 }
1380
1381 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
1382 data->isoc_rx_ep = ep_desc;
1383 continue;
1384 }
1385 }
1386
1387 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
1388 BT_ERR("%s invalid SCO descriptors", hdev->name);
1389 return -ENODEV;
1390 }
1391
1392 return 0;
1393}
1394
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001395static void btusb_work(struct work_struct *work)
1396{
1397 struct btusb_data *data = container_of(work, struct btusb_data, work);
1398 struct hci_dev *hdev = data->hdev;
Mikel Astizf4001d22012-04-11 08:48:51 +02001399 int new_alts;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001400 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001401
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001402 if (data->sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001403 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001404 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001405 if (err < 0) {
1406 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1407 usb_kill_anchored_urbs(&data->isoc_anchor);
1408 return;
1409 }
1410
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001411 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001412 }
Mikel Astizf4001d22012-04-11 08:48:51 +02001413
1414 if (hdev->voice_setting & 0x0020) {
1415 static const int alts[3] = { 2, 4, 5 };
Marcel Holtmann89e75332014-09-16 04:44:50 +02001416
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001417 new_alts = alts[data->sco_num - 1];
Mikel Astizf4001d22012-04-11 08:48:51 +02001418 } else {
Marcel Holtmann014f7bc2013-10-10 09:47:55 -07001419 new_alts = data->sco_num;
Mikel Astizf4001d22012-04-11 08:48:51 +02001420 }
1421
1422 if (data->isoc_altsetting != new_alts) {
Kuba Pawlakf6fc86f2015-10-28 15:18:05 +01001423 unsigned long flags;
1424
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001425 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1426 usb_kill_anchored_urbs(&data->isoc_anchor);
1427
Kuba Pawlak8f9d02f2015-09-10 17:07:00 +01001428 /* When isochronous alternate setting needs to be
1429 * changed, because SCO connection has been added
1430 * or removed, a packet fragment may be left in the
1431 * reassembling state. This could lead to wrongly
1432 * assembled fragments.
1433 *
1434 * Clear outstanding fragment when selecting a new
1435 * alternate setting.
1436 */
Kuba Pawlakf6fc86f2015-10-28 15:18:05 +01001437 spin_lock_irqsave(&data->rxlock, flags);
Kuba Pawlak8f9d02f2015-09-10 17:07:00 +01001438 kfree_skb(data->sco_skb);
1439 data->sco_skb = NULL;
Kuba Pawlakf6fc86f2015-10-28 15:18:05 +01001440 spin_unlock_irqrestore(&data->rxlock, flags);
Kuba Pawlak8f9d02f2015-09-10 17:07:00 +01001441
Mikel Astizf4001d22012-04-11 08:48:51 +02001442 if (__set_isoc_interface(hdev, new_alts) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001443 return;
1444 }
1445
1446 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001447 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001448 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1449 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +01001450 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001451 }
1452 } else {
1453 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1454 usb_kill_anchored_urbs(&data->isoc_anchor);
1455
1456 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -03001457 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +01001458 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001459 }
1460}
1461
Oliver Neukum7bee5492009-08-24 23:44:59 +02001462static void btusb_waker(struct work_struct *work)
1463{
1464 struct btusb_data *data = container_of(work, struct btusb_data, waker);
1465 int err;
1466
1467 err = usb_autopm_get_interface(data->intf);
1468 if (err < 0)
1469 return;
1470
1471 usb_autopm_put_interface(data->intf);
1472}
1473
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07001474static int btusb_setup_bcm92035(struct hci_dev *hdev)
1475{
1476 struct sk_buff *skb;
1477 u8 val = 0x00;
1478
1479 BT_DBG("%s", hdev->name);
1480
1481 skb = __hci_cmd_sync(hdev, 0xfc3b, 1, &val, HCI_INIT_TIMEOUT);
1482 if (IS_ERR(skb))
1483 BT_ERR("BCM92035 command failed (%ld)", -PTR_ERR(skb));
1484 else
1485 kfree_skb(skb);
1486
1487 return 0;
1488}
1489
Marcel Holtmann81cac642014-01-03 03:02:36 -08001490static int btusb_setup_csr(struct hci_dev *hdev)
1491{
1492 struct hci_rp_read_local_version *rp;
1493 struct sk_buff *skb;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001494
1495 BT_DBG("%s", hdev->name);
1496
Marcel Holtmann7cd84d72015-06-07 10:01:02 +02001497 skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL,
1498 HCI_INIT_TIMEOUT);
1499 if (IS_ERR(skb)) {
1500 int err = PTR_ERR(skb);
1501 BT_ERR("%s: CSR: Local version failed (%d)", hdev->name, err);
1502 return err;
1503 }
1504
1505 if (skb->len != sizeof(struct hci_rp_read_local_version)) {
1506 BT_ERR("%s: CSR: Local version length mismatch", hdev->name);
1507 kfree_skb(skb);
1508 return -EIO;
1509 }
Marcel Holtmann81cac642014-01-03 03:02:36 -08001510
Marcel Holtmann89e75332014-09-16 04:44:50 +02001511 rp = (struct hci_rp_read_local_version *)skb->data;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001512
Johan Hedberg6cafcd92015-08-30 21:47:21 +03001513 /* Detect controllers which aren't real CSR ones. */
1514 if (le16_to_cpu(rp->manufacturer) != 10 ||
1515 le16_to_cpu(rp->lmp_subver) == 0x0c5c) {
Marcel Holtmann9641d342015-06-07 10:01:01 +02001516 /* Clear the reset quirk since this is not an actual
1517 * early Bluetooth 1.1 device from CSR.
1518 */
1519 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08001520
Marcel Holtmann9641d342015-06-07 10:01:01 +02001521 /* These fake CSR controllers have all a broken
1522 * stored link key handling and so just disable it.
1523 */
1524 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08001525 }
1526
Marcel Holtmann81cac642014-01-03 03:02:36 -08001527 kfree_skb(skb);
1528
Marcel Holtmann9641d342015-06-07 10:01:01 +02001529 return 0;
Marcel Holtmann81cac642014-01-03 03:02:36 -08001530}
1531
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001532static const struct firmware *btusb_setup_intel_get_fw(struct hci_dev *hdev,
Marcel Holtmann89e75332014-09-16 04:44:50 +02001533 struct intel_version *ver)
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001534{
1535 const struct firmware *fw;
1536 char fwname[64];
1537 int ret;
1538
1539 snprintf(fwname, sizeof(fwname),
1540 "intel/ibt-hw-%x.%x.%x-fw-%x.%x.%x.%x.%x.bseq",
1541 ver->hw_platform, ver->hw_variant, ver->hw_revision,
1542 ver->fw_variant, ver->fw_revision, ver->fw_build_num,
1543 ver->fw_build_ww, ver->fw_build_yy);
1544
1545 ret = request_firmware(&fw, fwname, &hdev->dev);
1546 if (ret < 0) {
1547 if (ret == -EINVAL) {
1548 BT_ERR("%s Intel firmware file request failed (%d)",
1549 hdev->name, ret);
1550 return NULL;
1551 }
1552
1553 BT_ERR("%s failed to open Intel firmware file: %s(%d)",
1554 hdev->name, fwname, ret);
1555
1556 /* If the correct firmware patch file is not found, use the
1557 * default firmware patch file instead
1558 */
1559 snprintf(fwname, sizeof(fwname), "intel/ibt-hw-%x.%x.bseq",
1560 ver->hw_platform, ver->hw_variant);
1561 if (request_firmware(&fw, fwname, &hdev->dev) < 0) {
1562 BT_ERR("%s failed to open default Intel fw file: %s",
1563 hdev->name, fwname);
1564 return NULL;
1565 }
1566 }
1567
1568 BT_INFO("%s: Intel Bluetooth firmware file: %s", hdev->name, fwname);
1569
1570 return fw;
1571}
1572
1573static int btusb_setup_intel_patching(struct hci_dev *hdev,
1574 const struct firmware *fw,
1575 const u8 **fw_ptr, int *disable_patch)
1576{
1577 struct sk_buff *skb;
1578 struct hci_command_hdr *cmd;
1579 const u8 *cmd_param;
1580 struct hci_event_hdr *evt = NULL;
1581 const u8 *evt_param = NULL;
1582 int remain = fw->size - (*fw_ptr - fw->data);
1583
1584 /* The first byte indicates the types of the patch command or event.
1585 * 0x01 means HCI command and 0x02 is HCI event. If the first bytes
1586 * in the current firmware buffer doesn't start with 0x01 or
1587 * the size of remain buffer is smaller than HCI command header,
1588 * the firmware file is corrupted and it should stop the patching
1589 * process.
1590 */
1591 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) {
1592 BT_ERR("%s Intel fw corrupted: invalid cmd read", hdev->name);
1593 return -EINVAL;
1594 }
1595 (*fw_ptr)++;
1596 remain--;
1597
1598 cmd = (struct hci_command_hdr *)(*fw_ptr);
1599 *fw_ptr += sizeof(*cmd);
1600 remain -= sizeof(*cmd);
1601
1602 /* Ensure that the remain firmware data is long enough than the length
1603 * of command parameter. If not, the firmware file is corrupted.
1604 */
1605 if (remain < cmd->plen) {
1606 BT_ERR("%s Intel fw corrupted: invalid cmd len", hdev->name);
1607 return -EFAULT;
1608 }
1609
1610 /* If there is a command that loads a patch in the firmware
1611 * file, then enable the patch upon success, otherwise just
1612 * disable the manufacturer mode, for example patch activation
1613 * is not required when the default firmware patch file is used
1614 * because there are no patch data to load.
1615 */
1616 if (*disable_patch && le16_to_cpu(cmd->opcode) == 0xfc8e)
1617 *disable_patch = 0;
1618
1619 cmd_param = *fw_ptr;
1620 *fw_ptr += cmd->plen;
1621 remain -= cmd->plen;
1622
1623 /* This reads the expected events when the above command is sent to the
1624 * device. Some vendor commands expects more than one events, for
1625 * example command status event followed by vendor specific event.
1626 * For this case, it only keeps the last expected event. so the command
1627 * can be sent with __hci_cmd_sync_ev() which returns the sk_buff of
1628 * last expected event.
1629 */
1630 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
1631 (*fw_ptr)++;
1632 remain--;
1633
1634 evt = (struct hci_event_hdr *)(*fw_ptr);
1635 *fw_ptr += sizeof(*evt);
1636 remain -= sizeof(*evt);
1637
1638 if (remain < evt->plen) {
1639 BT_ERR("%s Intel fw corrupted: invalid evt len",
1640 hdev->name);
1641 return -EFAULT;
1642 }
1643
1644 evt_param = *fw_ptr;
1645 *fw_ptr += evt->plen;
1646 remain -= evt->plen;
1647 }
1648
1649 /* Every HCI commands in the firmware file has its correspond event.
1650 * If event is not found or remain is smaller than zero, the firmware
1651 * file is corrupted.
1652 */
1653 if (!evt || !evt_param || remain < 0) {
1654 BT_ERR("%s Intel fw corrupted: invalid evt read", hdev->name);
1655 return -EFAULT;
1656 }
1657
1658 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen,
1659 cmd_param, evt->evt, HCI_INIT_TIMEOUT);
1660 if (IS_ERR(skb)) {
1661 BT_ERR("%s sending Intel patch command (0x%4.4x) failed (%ld)",
1662 hdev->name, cmd->opcode, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001663 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001664 }
1665
1666 /* It ensures that the returned event matches the event data read from
1667 * the firmware file. At fist, it checks the length and then
1668 * the contents of the event.
1669 */
1670 if (skb->len != evt->plen) {
1671 BT_ERR("%s mismatch event length (opcode 0x%4.4x)", hdev->name,
1672 le16_to_cpu(cmd->opcode));
1673 kfree_skb(skb);
1674 return -EFAULT;
1675 }
1676
1677 if (memcmp(skb->data, evt_param, evt->plen)) {
1678 BT_ERR("%s mismatch event parameter (opcode 0x%4.4x)",
1679 hdev->name, le16_to_cpu(cmd->opcode));
1680 kfree_skb(skb);
1681 return -EFAULT;
1682 }
1683 kfree_skb(skb);
1684
1685 return 0;
1686}
1687
1688static int btusb_setup_intel(struct hci_dev *hdev)
1689{
1690 struct sk_buff *skb;
1691 const struct firmware *fw;
1692 const u8 *fw_ptr;
Loic Poulain28dc4b92015-12-03 16:10:22 +01001693 int disable_patch, err;
Loic Poulain6c483de2015-12-06 16:18:34 +01001694 struct intel_version ver;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001695
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001696 BT_DBG("%s", hdev->name);
1697
1698 /* The controller has a bug with the first HCI command sent to it
1699 * returning number of completed commands as zero. This would stall the
1700 * command processing in the Bluetooth core.
1701 *
1702 * As a workaround, send HCI Reset command first which will reset the
1703 * number of completed commands and allow normal command processing
1704 * from now on.
1705 */
1706 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT);
1707 if (IS_ERR(skb)) {
1708 BT_ERR("%s sending initial HCI reset command failed (%ld)",
1709 hdev->name, PTR_ERR(skb));
Adam Leed9c78e92013-07-10 10:02:12 +08001710 return PTR_ERR(skb);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001711 }
1712 kfree_skb(skb);
1713
1714 /* Read Intel specific controller version first to allow selection of
1715 * which firmware file to load.
1716 *
1717 * The returned information are hardware variant and revision plus
1718 * firmware variant, revision and build number.
1719 */
Loic Poulain6c483de2015-12-06 16:18:34 +01001720 err = btintel_read_version(hdev, &ver);
1721 if (err)
1722 return err;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001723
1724 BT_INFO("%s: read Intel version: %02x%02x%02x%02x%02x%02x%02x%02x%02x",
Loic Poulain6c483de2015-12-06 16:18:34 +01001725 hdev->name, ver.hw_platform, ver.hw_variant, ver.hw_revision,
1726 ver.fw_variant, ver.fw_revision, ver.fw_build_num,
1727 ver.fw_build_ww, ver.fw_build_yy, ver.fw_patch_num);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001728
1729 /* fw_patch_num indicates the version of patch the device currently
1730 * have. If there is no patch data in the device, it is always 0x00.
Minjune Kim5075eda2015-08-27 13:21:52 +09001731 * So, if it is other than 0x00, no need to patch the device again.
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001732 */
Loic Poulain6c483de2015-12-06 16:18:34 +01001733 if (ver.fw_patch_num) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001734 BT_INFO("%s: Intel device is already patched. patch num: %02x",
Loic Poulain6c483de2015-12-06 16:18:34 +01001735 hdev->name, ver.fw_patch_num);
Marcel Holtmann213445b2015-10-21 02:45:19 +02001736 goto complete;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001737 }
1738
1739 /* Opens the firmware patch file based on the firmware version read
1740 * from the controller. If it fails to open the matching firmware
1741 * patch file, it tries to open the default firmware patch file.
1742 * If no patch file is found, allow the device to operate without
1743 * a patch.
1744 */
Loic Poulain6c483de2015-12-06 16:18:34 +01001745 fw = btusb_setup_intel_get_fw(hdev, &ver);
1746 if (!fw)
Marcel Holtmann213445b2015-10-21 02:45:19 +02001747 goto complete;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001748 fw_ptr = fw->data;
1749
Loic Poulain28dc4b92015-12-03 16:10:22 +01001750 /* Enable the manufacturer mode of the controller.
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001751 * Only while this mode is enabled, the driver can download the
1752 * firmware patch data and configuration parameters.
1753 */
Loic Poulain28dc4b92015-12-03 16:10:22 +01001754 err = btintel_enter_mfg(hdev);
1755 if (err) {
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001756 release_firmware(fw);
Loic Poulain28dc4b92015-12-03 16:10:22 +01001757 return err;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001758 }
1759
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001760 disable_patch = 1;
1761
1762 /* The firmware data file consists of list of Intel specific HCI
1763 * commands and its expected events. The first byte indicates the
1764 * type of the message, either HCI command or HCI event.
1765 *
1766 * It reads the command and its expected event from the firmware file,
1767 * and send to the controller. Once __hci_cmd_sync_ev() returns,
1768 * the returned event is compared with the event read from the firmware
1769 * file and it will continue until all the messages are downloaded to
1770 * the controller.
1771 *
1772 * Once the firmware patching is completed successfully,
1773 * the manufacturer mode is disabled with reset and activating the
1774 * downloaded patch.
1775 *
1776 * If the firmware patching fails, the manufacturer mode is
1777 * disabled with reset and deactivating the patch.
1778 *
1779 * If the default patch file is used, no reset is done when disabling
1780 * the manufacturer.
1781 */
1782 while (fw->size > fw_ptr - fw->data) {
1783 int ret;
1784
1785 ret = btusb_setup_intel_patching(hdev, fw, &fw_ptr,
1786 &disable_patch);
1787 if (ret < 0)
1788 goto exit_mfg_deactivate;
1789 }
1790
1791 release_firmware(fw);
1792
1793 if (disable_patch)
1794 goto exit_mfg_disable;
1795
1796 /* Patching completed successfully and disable the manufacturer mode
1797 * with reset and activate the downloaded firmware patches.
1798 */
Loic Poulain28dc4b92015-12-03 16:10:22 +01001799 err = btintel_exit_mfg(hdev, true, true);
1800 if (err)
1801 return err;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001802
1803 BT_INFO("%s: Intel Bluetooth firmware patch completed and activated",
1804 hdev->name);
1805
Marcel Holtmann213445b2015-10-21 02:45:19 +02001806 goto complete;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001807
1808exit_mfg_disable:
1809 /* Disable the manufacturer mode without reset */
Loic Poulain28dc4b92015-12-03 16:10:22 +01001810 err = btintel_exit_mfg(hdev, false, false);
1811 if (err)
1812 return err;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001813
1814 BT_INFO("%s: Intel Bluetooth firmware patch completed", hdev->name);
Marcel Holtmann40cb0982014-07-02 12:06:45 +02001815
Marcel Holtmann213445b2015-10-21 02:45:19 +02001816 goto complete;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001817
1818exit_mfg_deactivate:
1819 release_firmware(fw);
1820
1821 /* Patching failed. Disable the manufacturer mode with reset and
1822 * deactivate the downloaded firmware patches.
1823 */
Loic Poulain28dc4b92015-12-03 16:10:22 +01001824 err = btintel_exit_mfg(hdev, true, false);
1825 if (err)
1826 return err;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001827
1828 BT_INFO("%s: Intel Bluetooth firmware patch completed and deactivated",
1829 hdev->name);
1830
Marcel Holtmann213445b2015-10-21 02:45:19 +02001831complete:
1832 /* Set the event mask for Intel specific vendor events. This enables
1833 * a few extra events that are useful during general operation.
1834 */
1835 btintel_set_event_mask_mfg(hdev, false);
1836
Marcel Holtmann4185a0f2015-04-06 00:52:12 -07001837 btintel_check_bdaddr(hdev);
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07001838 return 0;
1839}
1840
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001841static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode)
1842{
1843 struct sk_buff *skb;
1844 struct hci_event_hdr *hdr;
1845 struct hci_ev_cmd_complete *evt;
1846
1847 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_ATOMIC);
1848 if (!skb)
1849 return -ENOMEM;
1850
Johannes Berg4df864c2017-06-16 14:29:21 +02001851 hdr = skb_put(skb, sizeof(*hdr));
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001852 hdr->evt = HCI_EV_CMD_COMPLETE;
1853 hdr->plen = sizeof(*evt) + 1;
1854
Johannes Berg4df864c2017-06-16 14:29:21 +02001855 evt = skb_put(skb, sizeof(*evt));
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001856 evt->ncmd = 0x01;
1857 evt->opcode = cpu_to_le16(opcode);
1858
Johannes Berg634fef62017-06-16 14:29:24 +02001859 skb_put_u8(skb, 0x00);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001860
Marcel Holtmann618e8bc2015-11-05 07:33:56 +01001861 hci_skb_pkt_type(skb) = HCI_EVENT_PKT;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001862
1863 return hci_recv_frame(hdev, skb);
1864}
1865
1866static int btusb_recv_bulk_intel(struct btusb_data *data, void *buffer,
1867 int count)
1868{
1869 /* When the device is in bootloader mode, then it can send
1870 * events via the bulk endpoint. These events are treated the
1871 * same way as the ones received from the interrupt endpoint.
1872 */
1873 if (test_bit(BTUSB_BOOTLOADER, &data->flags))
1874 return btusb_recv_intr(data, buffer, count);
1875
1876 return btusb_recv_bulk(data, buffer, count);
1877}
1878
Marcel Holtmannccd6da22015-04-09 00:35:19 -07001879static void btusb_intel_bootup(struct btusb_data *data, const void *ptr,
1880 unsigned int len)
1881{
1882 const struct intel_bootup *evt = ptr;
1883
1884 if (len != sizeof(*evt))
1885 return;
1886
1887 if (test_and_clear_bit(BTUSB_BOOTING, &data->flags)) {
1888 smp_mb__after_atomic();
1889 wake_up_bit(&data->flags, BTUSB_BOOTING);
1890 }
1891}
1892
1893static void btusb_intel_secure_send_result(struct btusb_data *data,
1894 const void *ptr, unsigned int len)
1895{
1896 const struct intel_secure_send_result *evt = ptr;
1897
1898 if (len != sizeof(*evt))
1899 return;
1900
1901 if (evt->result)
1902 set_bit(BTUSB_FIRMWARE_FAILED, &data->flags);
1903
1904 if (test_and_clear_bit(BTUSB_DOWNLOADING, &data->flags) &&
1905 test_bit(BTUSB_FIRMWARE_LOADED, &data->flags)) {
1906 smp_mb__after_atomic();
1907 wake_up_bit(&data->flags, BTUSB_DOWNLOADING);
1908 }
1909}
1910
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001911static int btusb_recv_event_intel(struct hci_dev *hdev, struct sk_buff *skb)
1912{
1913 struct btusb_data *data = hci_get_drvdata(hdev);
1914
1915 if (test_bit(BTUSB_BOOTLOADER, &data->flags)) {
1916 struct hci_event_hdr *hdr = (void *)skb->data;
1917
Marcel Holtmannccd6da22015-04-09 00:35:19 -07001918 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff &&
1919 hdr->plen > 0) {
1920 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1;
1921 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001922
Marcel Holtmannccd6da22015-04-09 00:35:19 -07001923 switch (skb->data[2]) {
1924 case 0x02:
1925 /* When switching to the operational firmware
1926 * the device sends a vendor specific event
1927 * indicating that the bootup completed.
1928 */
1929 btusb_intel_bootup(data, ptr, len);
1930 break;
1931 case 0x06:
1932 /* When the firmware loading completes the
1933 * device sends out a vendor specific event
1934 * indicating the result of the firmware
1935 * loading.
1936 */
1937 btusb_intel_secure_send_result(data, ptr, len);
1938 break;
Johan Hedbergfad70972015-01-30 10:58:55 +02001939 }
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001940 }
1941 }
1942
1943 return hci_recv_frame(hdev, skb);
1944}
1945
1946static int btusb_send_frame_intel(struct hci_dev *hdev, struct sk_buff *skb)
1947{
1948 struct btusb_data *data = hci_get_drvdata(hdev);
1949 struct urb *urb;
1950
1951 BT_DBG("%s", hdev->name);
1952
Marcel Holtmann618e8bc2015-11-05 07:33:56 +01001953 switch (hci_skb_pkt_type(skb)) {
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08001954 case HCI_COMMAND_PKT:
1955 if (test_bit(BTUSB_BOOTLOADER, &data->flags)) {
1956 struct hci_command_hdr *cmd = (void *)skb->data;
1957 __u16 opcode = le16_to_cpu(cmd->opcode);
1958
1959 /* When in bootloader mode and the command 0xfc09
1960 * is received, it needs to be send down the
1961 * bulk endpoint. So allocate a bulk URB instead.
1962 */
1963 if (opcode == 0xfc09)
1964 urb = alloc_bulk_urb(hdev, skb);
1965 else
1966 urb = alloc_ctrl_urb(hdev, skb);
1967
1968 /* When the 0xfc01 command is issued to boot into
1969 * the operational firmware, it will actually not
1970 * send a command complete event. To keep the flow
1971 * control working inject that event here.
1972 */
1973 if (opcode == 0xfc01)
1974 inject_cmd_complete(hdev, opcode);
1975 } else {
1976 urb = alloc_ctrl_urb(hdev, skb);
1977 }
1978 if (IS_ERR(urb))
1979 return PTR_ERR(urb);
1980
1981 hdev->stat.cmd_tx++;
1982 return submit_or_queue_tx_urb(hdev, urb);
1983
1984 case HCI_ACLDATA_PKT:
1985 urb = alloc_bulk_urb(hdev, skb);
1986 if (IS_ERR(urb))
1987 return PTR_ERR(urb);
1988
1989 hdev->stat.acl_tx++;
1990 return submit_or_queue_tx_urb(hdev, urb);
1991
1992 case HCI_SCODATA_PKT:
1993 if (hci_conn_num(hdev, SCO_LINK) < 1)
1994 return -ENODEV;
1995
1996 urb = alloc_isoc_urb(hdev, skb);
1997 if (IS_ERR(urb))
1998 return PTR_ERR(urb);
1999
2000 hdev->stat.sco_tx++;
2001 return submit_tx_urb(hdev, urb);
2002 }
2003
2004 return -EILSEQ;
2005}
2006
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002007static int btusb_setup_intel_new(struct hci_dev *hdev)
2008{
2009 static const u8 reset_param[] = { 0x00, 0x01, 0x00, 0x01,
2010 0x00, 0x08, 0x04, 0x00 };
2011 struct btusb_data *data = hci_get_drvdata(hdev);
2012 struct sk_buff *skb;
Loic Poulain6c483de2015-12-06 16:18:34 +01002013 struct intel_version ver;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002014 struct intel_boot_params *params;
2015 const struct firmware *fw;
2016 const u8 *fw_ptr;
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002017 u32 frag_len;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002018 char fwname[64];
2019 ktime_t calltime, delta, rettime;
2020 unsigned long long duration;
2021 int err;
2022
2023 BT_DBG("%s", hdev->name);
2024
2025 calltime = ktime_get();
2026
2027 /* Read the Intel version information to determine if the device
2028 * is in bootloader mode or if it already has operational firmware
2029 * loaded.
2030 */
Loic Poulain6c483de2015-12-06 16:18:34 +01002031 err = btintel_read_version(hdev, &ver);
2032 if (err)
2033 return err;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002034
2035 /* The hardware platform number has a fixed value of 0x37 and
2036 * for now only accept this single value.
2037 */
Loic Poulain6c483de2015-12-06 16:18:34 +01002038 if (ver.hw_platform != 0x37) {
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002039 BT_ERR("%s: Unsupported Intel hardware platform (%u)",
Loic Poulain6c483de2015-12-06 16:18:34 +01002040 hdev->name, ver.hw_platform);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002041 return -EINVAL;
2042 }
2043
Tedd Ho-Jeong An92688342017-03-06 15:38:26 -08002044 /* Check for supported iBT hardware variants of this firmware
2045 * loading method.
Tedd Ho-Jeong Ana0af53b2016-05-06 11:53:46 -07002046 *
2047 * This check has been put in place to ensure correct forward
2048 * compatibility options when newer hardware variants come along.
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002049 */
Tedd Ho-Jeong An92688342017-03-06 15:38:26 -08002050 switch (ver.hw_variant) {
2051 case 0x0b: /* SfP */
2052 case 0x0c: /* WsP */
Tedd Ho-Jeong An86a61292017-05-01 13:35:12 -07002053 case 0x11: /* JfP */
Marcel Holtmannde766142017-03-06 15:38:28 -08002054 case 0x12: /* ThP */
Tedd Ho-Jeong An92688342017-03-06 15:38:26 -08002055 break;
2056 default:
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002057 BT_ERR("%s: Unsupported Intel hardware variant (%u)",
Loic Poulain6c483de2015-12-06 16:18:34 +01002058 hdev->name, ver.hw_variant);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002059 return -EINVAL;
2060 }
2061
Loic Poulain6c483de2015-12-06 16:18:34 +01002062 btintel_version_info(hdev, &ver);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002063
2064 /* The firmware variant determines if the device is in bootloader
2065 * mode or is running operational firmware. The value 0x06 identifies
2066 * the bootloader and the value 0x23 identifies the operational
2067 * firmware.
2068 *
2069 * When the operational firmware is already present, then only
2070 * the check for valid Bluetooth device address is needed. This
2071 * determines if the device will be added as configured or
2072 * unconfigured controller.
2073 *
2074 * It is not possible to use the Secure Boot Parameters in this
2075 * case since that command is only available in bootloader mode.
2076 */
Loic Poulain6c483de2015-12-06 16:18:34 +01002077 if (ver.fw_variant == 0x23) {
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002078 clear_bit(BTUSB_BOOTLOADER, &data->flags);
Marcel Holtmann4185a0f2015-04-06 00:52:12 -07002079 btintel_check_bdaddr(hdev);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002080 return 0;
2081 }
2082
2083 /* If the device is not in bootloader mode, then the only possible
2084 * choice is to return an error and abort the device initialization.
2085 */
Loic Poulain6c483de2015-12-06 16:18:34 +01002086 if (ver.fw_variant != 0x06) {
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002087 BT_ERR("%s: Unsupported Intel firmware variant (%u)",
Loic Poulain6c483de2015-12-06 16:18:34 +01002088 hdev->name, ver.fw_variant);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002089 return -ENODEV;
2090 }
2091
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002092 /* Read the secure boot parameters to identify the operating
2093 * details of the bootloader.
2094 */
2095 skb = __hci_cmd_sync(hdev, 0xfc0d, 0, NULL, HCI_INIT_TIMEOUT);
2096 if (IS_ERR(skb)) {
2097 BT_ERR("%s: Reading Intel boot parameters failed (%ld)",
2098 hdev->name, PTR_ERR(skb));
2099 return PTR_ERR(skb);
2100 }
2101
2102 if (skb->len != sizeof(*params)) {
2103 BT_ERR("%s: Intel boot parameters size mismatch", hdev->name);
2104 kfree_skb(skb);
2105 return -EILSEQ;
2106 }
2107
2108 params = (struct intel_boot_params *)skb->data;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002109
2110 BT_INFO("%s: Device revision is %u", hdev->name,
2111 le16_to_cpu(params->dev_revid));
2112
2113 BT_INFO("%s: Secure boot is %s", hdev->name,
2114 params->secure_boot ? "enabled" : "disabled");
2115
Marcel Holtmann2220994e2015-10-13 13:54:55 +02002116 BT_INFO("%s: OTP lock is %s", hdev->name,
2117 params->otp_lock ? "enabled" : "disabled");
2118
2119 BT_INFO("%s: API lock is %s", hdev->name,
2120 params->api_lock ? "enabled" : "disabled");
2121
2122 BT_INFO("%s: Debug lock is %s", hdev->name,
2123 params->debug_lock ? "enabled" : "disabled");
2124
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002125 BT_INFO("%s: Minimum firmware build %u week %u %u", hdev->name,
2126 params->min_fw_build_nn, params->min_fw_build_cw,
2127 2000 + params->min_fw_build_yy);
2128
2129 /* It is required that every single firmware fragment is acknowledged
2130 * with a command complete event. If the boot parameters indicate
2131 * that this bootloader does not send them, then abort the setup.
2132 */
2133 if (params->limited_cce != 0x00) {
2134 BT_ERR("%s: Unsupported Intel firmware loading method (%u)",
2135 hdev->name, params->limited_cce);
2136 kfree_skb(skb);
2137 return -EINVAL;
2138 }
2139
2140 /* If the OTP has no valid Bluetooth device address, then there will
2141 * also be no valid address for the operational firmware.
2142 */
2143 if (!bacmp(&params->otp_bdaddr, BDADDR_ANY)) {
2144 BT_INFO("%s: No device address configured", hdev->name);
2145 set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
2146 }
2147
2148 /* With this Intel bootloader only the hardware variant and device
2149 * revision information are used to select the right firmware.
2150 *
Tedd Ho-Jeong An230b04a2016-06-28 08:56:39 -07002151 * The firmware filename is ibt-<hw_variant>-<dev_revid>.sfi.
2152 *
2153 * Currently the supported hardware variants are:
2154 * 11 (0x0b) for iBT3.0 (LnP/SfP)
2155 * 12 (0x0c) for iBT3.5 (WsP)
Tedd Ho-Jeong An86a61292017-05-01 13:35:12 -07002156 * 17 (0x11) for iBT3.5 (JfP)
2157 * 18 (0x12) for iBT3.5 (ThP)
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002158 */
Tedd Ho-Jeong An230b04a2016-06-28 08:56:39 -07002159 snprintf(fwname, sizeof(fwname), "intel/ibt-%u-%u.sfi",
2160 le16_to_cpu(ver.hw_variant),
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002161 le16_to_cpu(params->dev_revid));
2162
2163 err = request_firmware(&fw, fwname, &hdev->dev);
2164 if (err < 0) {
2165 BT_ERR("%s: Failed to load Intel firmware file (%d)",
2166 hdev->name, err);
2167 kfree_skb(skb);
2168 return err;
2169 }
2170
2171 BT_INFO("%s: Found device firmware: %s", hdev->name, fwname);
2172
Tedd Ho-Jeong An52cc9162015-06-12 16:20:05 -07002173 /* Save the DDC file name for later use to apply once the firmware
2174 * downloading is done.
2175 */
Tedd Ho-Jeong An230b04a2016-06-28 08:56:39 -07002176 snprintf(fwname, sizeof(fwname), "intel/ibt-%u-%u.ddc",
2177 le16_to_cpu(ver.hw_variant),
Tedd Ho-Jeong An52cc9162015-06-12 16:20:05 -07002178 le16_to_cpu(params->dev_revid));
2179
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002180 kfree_skb(skb);
2181
2182 if (fw->size < 644) {
2183 BT_ERR("%s: Invalid size of firmware file (%zu)",
2184 hdev->name, fw->size);
2185 err = -EBADF;
2186 goto done;
2187 }
2188
2189 set_bit(BTUSB_DOWNLOADING, &data->flags);
2190
2191 /* Start the firmware download transaction with the Init fragment
2192 * represented by the 128 bytes of CSS header.
2193 */
Marcel Holtmann09df1232015-07-05 14:55:36 +02002194 err = btintel_secure_send(hdev, 0x00, 128, fw->data);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002195 if (err < 0) {
2196 BT_ERR("%s: Failed to send firmware header (%d)",
2197 hdev->name, err);
2198 goto done;
2199 }
2200
2201 /* Send the 256 bytes of public key information from the firmware
2202 * as the PKey fragment.
2203 */
Marcel Holtmann09df1232015-07-05 14:55:36 +02002204 err = btintel_secure_send(hdev, 0x03, 256, fw->data + 128);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002205 if (err < 0) {
2206 BT_ERR("%s: Failed to send firmware public key (%d)",
2207 hdev->name, err);
2208 goto done;
2209 }
2210
2211 /* Send the 256 bytes of signature information from the firmware
2212 * as the Sign fragment.
2213 */
Marcel Holtmann09df1232015-07-05 14:55:36 +02002214 err = btintel_secure_send(hdev, 0x02, 256, fw->data + 388);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002215 if (err < 0) {
2216 BT_ERR("%s: Failed to send firmware signature (%d)",
2217 hdev->name, err);
2218 goto done;
2219 }
2220
2221 fw_ptr = fw->data + 644;
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002222 frag_len = 0;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002223
2224 while (fw_ptr - fw->data < fw->size) {
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002225 struct hci_command_hdr *cmd = (void *)(fw_ptr + frag_len);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002226
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002227 frag_len += sizeof(*cmd) + cmd->plen;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002228
Minjune Kim5075eda2015-08-27 13:21:52 +09002229 /* The parameter length of the secure send command requires
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002230 * a 4 byte alignment. It happens so that the firmware file
2231 * contains proper Intel_NOP commands to align the fragments
2232 * as needed.
2233 *
2234 * Send set of commands with 4 byte alignment from the
2235 * firmware data buffer as a single Data fragement.
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002236 */
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002237 if (!(frag_len % 4)) {
Marcel Holtmann09df1232015-07-05 14:55:36 +02002238 err = btintel_secure_send(hdev, 0x01, frag_len, fw_ptr);
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002239 if (err < 0) {
2240 BT_ERR("%s: Failed to send firmware data (%d)",
2241 hdev->name, err);
2242 goto done;
2243 }
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002244
Marcel Holtmanne66890a92015-06-07 09:47:08 +02002245 fw_ptr += frag_len;
2246 frag_len = 0;
2247 }
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002248 }
2249
Marcel Holtmannce6bb922015-01-28 01:58:40 -08002250 set_bit(BTUSB_FIRMWARE_LOADED, &data->flags);
2251
Johan Hedberga087a982015-01-30 10:58:54 +02002252 BT_INFO("%s: Waiting for firmware download to complete", hdev->name);
2253
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002254 /* Before switching the device into operational mode and with that
2255 * booting the loaded firmware, wait for the bootloader notification
2256 * that all fragments have been successfully received.
2257 *
Johan Hedberga087a982015-01-30 10:58:54 +02002258 * When the event processing receives the notification, then the
2259 * BTUSB_DOWNLOADING flag will be cleared.
2260 *
2261 * The firmware loading should not take longer than 5 seconds
2262 * and thus just timeout if that happens and fail the setup
2263 * of this device.
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002264 */
Johan Hedberg129a7692015-02-14 09:33:35 +02002265 err = wait_on_bit_timeout(&data->flags, BTUSB_DOWNLOADING,
2266 TASK_INTERRUPTIBLE,
2267 msecs_to_jiffies(5000));
Bart Van Asschef0a70a02016-08-11 16:02:44 -07002268 if (err == -EINTR) {
Johan Hedberga087a982015-01-30 10:58:54 +02002269 BT_ERR("%s: Firmware loading interrupted", hdev->name);
Johan Hedberga087a982015-01-30 10:58:54 +02002270 goto done;
2271 }
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002272
Johan Hedberga087a982015-01-30 10:58:54 +02002273 if (err) {
2274 BT_ERR("%s: Firmware loading timeout", hdev->name);
2275 err = -ETIMEDOUT;
2276 goto done;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002277 }
2278
2279 if (test_bit(BTUSB_FIRMWARE_FAILED, &data->flags)) {
2280 BT_ERR("%s: Firmware loading failed", hdev->name);
2281 err = -ENOEXEC;
2282 goto done;
2283 }
2284
2285 rettime = ktime_get();
2286 delta = ktime_sub(rettime, calltime);
2287 duration = (unsigned long long) ktime_to_ns(delta) >> 10;
2288
2289 BT_INFO("%s: Firmware loaded in %llu usecs", hdev->name, duration);
2290
2291done:
2292 release_firmware(fw);
2293
2294 if (err < 0)
2295 return err;
2296
2297 calltime = ktime_get();
2298
2299 set_bit(BTUSB_BOOTING, &data->flags);
2300
2301 skb = __hci_cmd_sync(hdev, 0xfc01, sizeof(reset_param), reset_param,
2302 HCI_INIT_TIMEOUT);
2303 if (IS_ERR(skb))
2304 return PTR_ERR(skb);
2305
2306 kfree_skb(skb);
2307
2308 /* The bootloader will not indicate when the device is ready. This
2309 * is done by the operational firmware sending bootup notification.
Johan Hedbergfad70972015-01-30 10:58:55 +02002310 *
2311 * Booting into operational firmware should not take longer than
2312 * 1 second. However if that happens, then just fail the setup
2313 * since something went wrong.
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002314 */
Johan Hedbergfad70972015-01-30 10:58:55 +02002315 BT_INFO("%s: Waiting for device to boot", hdev->name);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002316
Johan Hedberg129a7692015-02-14 09:33:35 +02002317 err = wait_on_bit_timeout(&data->flags, BTUSB_BOOTING,
2318 TASK_INTERRUPTIBLE,
2319 msecs_to_jiffies(1000));
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002320
Bart Van Asschef0a70a02016-08-11 16:02:44 -07002321 if (err == -EINTR) {
Johan Hedbergfad70972015-01-30 10:58:55 +02002322 BT_ERR("%s: Device boot interrupted", hdev->name);
2323 return -EINTR;
2324 }
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002325
Johan Hedbergfad70972015-01-30 10:58:55 +02002326 if (err) {
2327 BT_ERR("%s: Device boot timeout", hdev->name);
2328 return -ETIMEDOUT;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002329 }
2330
2331 rettime = ktime_get();
2332 delta = ktime_sub(rettime, calltime);
2333 duration = (unsigned long long) ktime_to_ns(delta) >> 10;
2334
2335 BT_INFO("%s: Device booted in %llu usecs", hdev->name, duration);
2336
2337 clear_bit(BTUSB_BOOTLOADER, &data->flags);
2338
Tedd Ho-Jeong An52cc9162015-06-12 16:20:05 -07002339 /* Once the device is running in operational mode, it needs to apply
2340 * the device configuration (DDC) parameters.
2341 *
2342 * The device can work without DDC parameters, so even if it fails
2343 * to load the file, no need to fail the setup.
2344 */
Loic Poulaine924d3d2015-09-04 17:54:36 +02002345 btintel_load_ddc_config(hdev, fwname);
Tedd Ho-Jeong An52cc9162015-06-12 16:20:05 -07002346
Marcel Holtmann213445b2015-10-21 02:45:19 +02002347 /* Set the event mask for Intel specific vendor events. This enables
2348 * a few extra events that are useful during general operation. It
2349 * does not enable any debugging related events.
2350 *
2351 * The device will function correctly without these events enabled
2352 * and thus no need to fail the setup.
2353 */
2354 btintel_set_event_mask(hdev, false);
2355
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002356 return 0;
2357}
2358
Tedd Ho-Jeong Anbfbd45e2015-02-13 09:20:52 -08002359static int btusb_shutdown_intel(struct hci_dev *hdev)
2360{
2361 struct sk_buff *skb;
2362 long ret;
2363
2364 /* Some platforms have an issue with BT LED when the interface is
2365 * down or BT radio is turned off, which takes 5 seconds to BT LED
2366 * goes off. This command turns off the BT LED immediately.
2367 */
2368 skb = __hci_cmd_sync(hdev, 0xfc3f, 0, NULL, HCI_INIT_TIMEOUT);
2369 if (IS_ERR(skb)) {
2370 ret = PTR_ERR(skb);
2371 BT_ERR("%s: turning off Intel device LED failed (%ld)",
2372 hdev->name, ret);
2373 return ret;
2374 }
2375 kfree_skb(skb);
2376
2377 return 0;
2378}
2379
Rajat Jaina4ccc9e2017-02-01 14:24:10 -08002380#ifdef CONFIG_PM
2381/* Configure an out-of-band gpio as wake-up pin, if specified in device tree */
2382static int marvell_config_oob_wake(struct hci_dev *hdev)
2383{
2384 struct sk_buff *skb;
2385 struct btusb_data *data = hci_get_drvdata(hdev);
2386 struct device *dev = &data->udev->dev;
2387 u16 pin, gap, opcode;
2388 int ret;
2389 u8 cmd[5];
2390
2391 /* Move on if no wakeup pin specified */
2392 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) ||
2393 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap))
2394 return 0;
2395
2396 /* Vendor specific command to configure a GPIO as wake-up pin */
2397 opcode = hci_opcode_pack(0x3F, 0x59);
2398 cmd[0] = opcode & 0xFF;
2399 cmd[1] = opcode >> 8;
2400 cmd[2] = 2; /* length of parameters that follow */
2401 cmd[3] = pin;
2402 cmd[4] = gap; /* time in ms, for which wakeup pin should be asserted */
2403
2404 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);
2405 if (!skb) {
2406 bt_dev_err(hdev, "%s: No memory\n", __func__);
2407 return -ENOMEM;
2408 }
2409
Johannes Berg59ae1d12017-06-16 14:29:20 +02002410 skb_put_data(skb, cmd, sizeof(cmd));
Rajat Jaina4ccc9e2017-02-01 14:24:10 -08002411 hci_skb_pkt_type(skb) = HCI_COMMAND_PKT;
2412
2413 ret = btusb_send_frame(hdev, skb);
2414 if (ret) {
2415 bt_dev_err(hdev, "%s: configuration failed\n", __func__);
2416 kfree_skb(skb);
2417 return ret;
2418 }
2419
2420 return 0;
2421}
2422#endif
2423
Amitkumar Karwarae8df492014-07-18 14:47:06 -07002424static int btusb_set_bdaddr_marvell(struct hci_dev *hdev,
2425 const bdaddr_t *bdaddr)
2426{
2427 struct sk_buff *skb;
2428 u8 buf[8];
2429 long ret;
2430
2431 buf[0] = 0xfe;
2432 buf[1] = sizeof(bdaddr_t);
2433 memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
2434
2435 skb = __hci_cmd_sync(hdev, 0xfc22, sizeof(buf), buf, HCI_INIT_TIMEOUT);
2436 if (IS_ERR(skb)) {
2437 ret = PTR_ERR(skb);
2438 BT_ERR("%s: changing Marvell device address failed (%ld)",
2439 hdev->name, ret);
2440 return ret;
2441 }
2442 kfree_skb(skb);
2443
2444 return 0;
2445}
2446
Toshi Kikuchi58592232014-12-12 10:58:05 -08002447static int btusb_set_bdaddr_ath3012(struct hci_dev *hdev,
2448 const bdaddr_t *bdaddr)
2449{
2450 struct sk_buff *skb;
2451 u8 buf[10];
2452 long ret;
2453
2454 buf[0] = 0x01;
2455 buf[1] = 0x01;
2456 buf[2] = 0x00;
2457 buf[3] = sizeof(bdaddr_t);
2458 memcpy(buf + 4, bdaddr, sizeof(bdaddr_t));
2459
2460 skb = __hci_cmd_sync(hdev, 0xfc0b, sizeof(buf), buf, HCI_INIT_TIMEOUT);
2461 if (IS_ERR(skb)) {
2462 ret = PTR_ERR(skb);
2463 BT_ERR("%s: Change address command failed (%ld)",
2464 hdev->name, ret);
2465 return ret;
2466 }
2467 kfree_skb(skb);
2468
2469 return 0;
2470}
2471
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002472#define QCA_DFU_PACKET_LEN 4096
2473
2474#define QCA_GET_TARGET_VERSION 0x09
2475#define QCA_CHECK_STATUS 0x05
2476#define QCA_DFU_DOWNLOAD 0x01
2477
2478#define QCA_SYSCFG_UPDATED 0x40
2479#define QCA_PATCH_UPDATED 0x80
2480#define QCA_DFU_TIMEOUT 3000
2481
2482struct qca_version {
2483 __le32 rom_version;
2484 __le32 patch_version;
2485 __le32 ram_version;
2486 __le32 ref_clock;
2487 __u8 reserved[4];
2488} __packed;
2489
2490struct qca_rampatch_version {
2491 __le16 rom_version;
2492 __le16 patch_version;
2493} __packed;
2494
2495struct qca_device_info {
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002496 u32 rom_version;
2497 u8 rampatch_hdr; /* length of header in rampatch */
2498 u8 nvm_hdr; /* length of header in NVM */
2499 u8 ver_offset; /* offset of version structure in rampatch */
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002500};
2501
2502static const struct qca_device_info qca_devices_table[] = {
2503 { 0x00000100, 20, 4, 10 }, /* Rome 1.0 */
2504 { 0x00000101, 20, 4, 10 }, /* Rome 1.1 */
Chan-yeol Park7f6e6362015-05-21 11:24:27 +09002505 { 0x00000200, 28, 4, 18 }, /* Rome 2.0 */
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002506 { 0x00000201, 28, 4, 18 }, /* Rome 2.1 */
2507 { 0x00000300, 28, 4, 18 }, /* Rome 3.0 */
2508 { 0x00000302, 28, 4, 18 }, /* Rome 3.2 */
2509};
2510
2511static int btusb_qca_send_vendor_req(struct hci_dev *hdev, u8 request,
2512 void *data, u16 size)
2513{
2514 struct btusb_data *btdata = hci_get_drvdata(hdev);
2515 struct usb_device *udev = btdata->udev;
2516 int pipe, err;
2517 u8 *buf;
2518
2519 buf = kmalloc(size, GFP_KERNEL);
2520 if (!buf)
2521 return -ENOMEM;
2522
2523 /* Found some of USB hosts have IOT issues with ours so that we should
2524 * not wait until HCI layer is ready.
2525 */
2526 pipe = usb_rcvctrlpipe(udev, 0);
2527 err = usb_control_msg(udev, pipe, request, USB_TYPE_VENDOR | USB_DIR_IN,
2528 0, 0, buf, size, USB_CTRL_SET_TIMEOUT);
2529 if (err < 0) {
2530 BT_ERR("%s: Failed to access otp area (%d)", hdev->name, err);
2531 goto done;
2532 }
2533
2534 memcpy(data, buf, size);
2535
2536done:
2537 kfree(buf);
2538
2539 return err;
2540}
2541
2542static int btusb_setup_qca_download_fw(struct hci_dev *hdev,
2543 const struct firmware *firmware,
2544 size_t hdr_size)
2545{
2546 struct btusb_data *btdata = hci_get_drvdata(hdev);
2547 struct usb_device *udev = btdata->udev;
2548 size_t count, size, sent = 0;
2549 int pipe, len, err;
2550 u8 *buf;
2551
2552 buf = kmalloc(QCA_DFU_PACKET_LEN, GFP_KERNEL);
2553 if (!buf)
2554 return -ENOMEM;
2555
2556 count = firmware->size;
2557
2558 size = min_t(size_t, count, hdr_size);
2559 memcpy(buf, firmware->data, size);
2560
2561 /* USB patches should go down to controller through USB path
2562 * because binary format fits to go down through USB channel.
2563 * USB control path is for patching headers and USB bulk is for
2564 * patch body.
2565 */
2566 pipe = usb_sndctrlpipe(udev, 0);
2567 err = usb_control_msg(udev, pipe, QCA_DFU_DOWNLOAD, USB_TYPE_VENDOR,
2568 0, 0, buf, size, USB_CTRL_SET_TIMEOUT);
2569 if (err < 0) {
2570 BT_ERR("%s: Failed to send headers (%d)", hdev->name, err);
2571 goto done;
2572 }
2573
2574 sent += size;
2575 count -= size;
2576
2577 while (count) {
2578 size = min_t(size_t, count, QCA_DFU_PACKET_LEN);
2579
2580 memcpy(buf, firmware->data + sent, size);
2581
2582 pipe = usb_sndbulkpipe(udev, 0x02);
2583 err = usb_bulk_msg(udev, pipe, buf, size, &len,
2584 QCA_DFU_TIMEOUT);
2585 if (err < 0) {
2586 BT_ERR("%s: Failed to send body at %zd of %zd (%d)",
2587 hdev->name, sent, firmware->size, err);
2588 break;
2589 }
2590
2591 if (size != len) {
2592 BT_ERR("%s: Failed to get bulk buffer", hdev->name);
2593 err = -EILSEQ;
2594 break;
2595 }
2596
2597 sent += size;
2598 count -= size;
2599 }
2600
2601done:
2602 kfree(buf);
2603 return err;
2604}
2605
2606static int btusb_setup_qca_load_rampatch(struct hci_dev *hdev,
2607 struct qca_version *ver,
2608 const struct qca_device_info *info)
2609{
2610 struct qca_rampatch_version *rver;
2611 const struct firmware *fw;
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002612 u32 ver_rom, ver_patch;
2613 u16 rver_rom, rver_patch;
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002614 char fwname[64];
2615 int err;
2616
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002617 ver_rom = le32_to_cpu(ver->rom_version);
2618 ver_patch = le32_to_cpu(ver->patch_version);
2619
2620 snprintf(fwname, sizeof(fwname), "qca/rampatch_usb_%08x.bin", ver_rom);
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002621
2622 err = request_firmware(&fw, fwname, &hdev->dev);
2623 if (err) {
2624 BT_ERR("%s: failed to request rampatch file: %s (%d)",
2625 hdev->name, fwname, err);
2626 return err;
2627 }
2628
2629 BT_INFO("%s: using rampatch file: %s", hdev->name, fwname);
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002630
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002631 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset);
2632 rver_rom = le16_to_cpu(rver->rom_version);
2633 rver_patch = le16_to_cpu(rver->patch_version);
2634
2635 BT_INFO("%s: QCA: patch rome 0x%x build 0x%x, firmware rome 0x%x "
2636 "build 0x%x", hdev->name, rver_rom, rver_patch, ver_rom,
2637 ver_patch);
2638
2639 if (rver_rom != ver_rom || rver_patch <= ver_patch) {
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002640 BT_ERR("%s: rampatch file version did not match with firmware",
2641 hdev->name);
2642 err = -EINVAL;
2643 goto done;
2644 }
2645
2646 err = btusb_setup_qca_download_fw(hdev, fw, info->rampatch_hdr);
2647
2648done:
2649 release_firmware(fw);
2650
2651 return err;
2652}
2653
2654static int btusb_setup_qca_load_nvm(struct hci_dev *hdev,
2655 struct qca_version *ver,
2656 const struct qca_device_info *info)
2657{
2658 const struct firmware *fw;
2659 char fwname[64];
2660 int err;
2661
2662 snprintf(fwname, sizeof(fwname), "qca/nvm_usb_%08x.bin",
2663 le32_to_cpu(ver->rom_version));
2664
2665 err = request_firmware(&fw, fwname, &hdev->dev);
2666 if (err) {
2667 BT_ERR("%s: failed to request NVM file: %s (%d)",
2668 hdev->name, fwname, err);
2669 return err;
2670 }
2671
2672 BT_INFO("%s: using NVM file: %s", hdev->name, fwname);
2673
2674 err = btusb_setup_qca_download_fw(hdev, fw, info->nvm_hdr);
2675
2676 release_firmware(fw);
2677
2678 return err;
2679}
2680
2681static int btusb_setup_qca(struct hci_dev *hdev)
2682{
2683 const struct qca_device_info *info = NULL;
2684 struct qca_version ver;
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002685 u32 ver_rom;
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002686 u8 status;
2687 int i, err;
2688
2689 err = btusb_qca_send_vendor_req(hdev, QCA_GET_TARGET_VERSION, &ver,
Marcel Holtmanneb500422015-04-16 23:15:50 +02002690 sizeof(ver));
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002691 if (err < 0)
2692 return err;
2693
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002694 ver_rom = le32_to_cpu(ver.rom_version);
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002695 for (i = 0; i < ARRAY_SIZE(qca_devices_table); i++) {
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002696 if (ver_rom == qca_devices_table[i].rom_version)
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002697 info = &qca_devices_table[i];
2698 }
2699 if (!info) {
2700 BT_ERR("%s: don't support firmware rome 0x%x", hdev->name,
Kim, Ben Young Taebf906b32015-03-10 23:34:58 +00002701 ver_rom);
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00002702 return -ENODEV;
2703 }
2704
2705 err = btusb_qca_send_vendor_req(hdev, QCA_CHECK_STATUS, &status,
2706 sizeof(status));
2707 if (err < 0)
2708 return err;
2709
2710 if (!(status & QCA_PATCH_UPDATED)) {
2711 err = btusb_setup_qca_load_rampatch(hdev, &ver, info);
2712 if (err < 0)
2713 return err;
2714 }
2715
2716 if (!(status & QCA_SYSCFG_UPDATED)) {
2717 err = btusb_setup_qca_load_nvm(hdev, &ver, info);
2718 if (err < 0)
2719 return err;
2720 }
2721
2722 return 0;
2723}
2724
Marcel Holtmann9d08f502015-10-08 20:23:08 +02002725#ifdef CONFIG_BT_HCIBTUSB_BCM
2726static inline int __set_diag_interface(struct hci_dev *hdev)
2727{
2728 struct btusb_data *data = hci_get_drvdata(hdev);
2729 struct usb_interface *intf = data->diag;
2730 int i;
2731
2732 if (!data->diag)
2733 return -ENODEV;
2734
2735 data->diag_tx_ep = NULL;
2736 data->diag_rx_ep = NULL;
2737
2738 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
2739 struct usb_endpoint_descriptor *ep_desc;
2740
2741 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
2742
2743 if (!data->diag_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
2744 data->diag_tx_ep = ep_desc;
2745 continue;
2746 }
2747
2748 if (!data->diag_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
2749 data->diag_rx_ep = ep_desc;
2750 continue;
2751 }
2752 }
2753
2754 if (!data->diag_tx_ep || !data->diag_rx_ep) {
2755 BT_ERR("%s invalid diagnostic descriptors", hdev->name);
2756 return -ENODEV;
2757 }
2758
2759 return 0;
2760}
2761
2762static struct urb *alloc_diag_urb(struct hci_dev *hdev, bool enable)
2763{
2764 struct btusb_data *data = hci_get_drvdata(hdev);
2765 struct sk_buff *skb;
2766 struct urb *urb;
2767 unsigned int pipe;
2768
2769 if (!data->diag_tx_ep)
2770 return ERR_PTR(-ENODEV);
2771
2772 urb = usb_alloc_urb(0, GFP_KERNEL);
2773 if (!urb)
2774 return ERR_PTR(-ENOMEM);
2775
2776 skb = bt_skb_alloc(2, GFP_KERNEL);
2777 if (!skb) {
2778 usb_free_urb(urb);
2779 return ERR_PTR(-ENOMEM);
2780 }
2781
Johannes Berg634fef62017-06-16 14:29:24 +02002782 skb_put_u8(skb, 0xf0);
2783 skb_put_u8(skb, enable);
Marcel Holtmann9d08f502015-10-08 20:23:08 +02002784
2785 pipe = usb_sndbulkpipe(data->udev, data->diag_tx_ep->bEndpointAddress);
2786
2787 usb_fill_bulk_urb(urb, data->udev, pipe,
2788 skb->data, skb->len, btusb_tx_complete, skb);
2789
2790 skb->dev = (void *)hdev;
2791
2792 return urb;
2793}
2794
2795static int btusb_bcm_set_diag(struct hci_dev *hdev, bool enable)
2796{
2797 struct btusb_data *data = hci_get_drvdata(hdev);
2798 struct urb *urb;
2799
2800 if (!data->diag)
2801 return -ENODEV;
2802
2803 if (!test_bit(HCI_RUNNING, &hdev->flags))
2804 return -ENETDOWN;
2805
2806 urb = alloc_diag_urb(hdev, enable);
2807 if (IS_ERR(urb))
2808 return PTR_ERR(urb);
2809
2810 return submit_or_queue_tx_urb(hdev, urb);
2811}
2812#endif
2813
Rajat Jainfd913ef2017-02-01 14:24:09 -08002814#ifdef CONFIG_PM
2815static irqreturn_t btusb_oob_wake_handler(int irq, void *priv)
2816{
2817 struct btusb_data *data = priv;
2818
2819 pm_wakeup_event(&data->udev->dev, 0);
Jeffy Chen017789f2017-02-24 14:24:29 +08002820 pm_system_wakeup();
Rajat Jainfd913ef2017-02-01 14:24:09 -08002821
2822 /* Disable only if not already disabled (keep it balanced) */
2823 if (test_and_clear_bit(BTUSB_OOB_WAKE_ENABLED, &data->flags)) {
2824 disable_irq_nosync(irq);
2825 disable_irq_wake(irq);
2826 }
2827 return IRQ_HANDLED;
2828}
2829
2830static const struct of_device_id btusb_match_table[] = {
2831 { .compatible = "usb1286,204e" },
2832 { }
2833};
2834MODULE_DEVICE_TABLE(of, btusb_match_table);
2835
2836/* Use an oob wakeup pin? */
2837static int btusb_config_oob_wake(struct hci_dev *hdev)
2838{
2839 struct btusb_data *data = hci_get_drvdata(hdev);
2840 struct device *dev = &data->udev->dev;
2841 int irq, ret;
2842
2843 clear_bit(BTUSB_OOB_WAKE_ENABLED, &data->flags);
2844
2845 if (!of_match_device(btusb_match_table, dev))
2846 return 0;
2847
2848 /* Move on if no IRQ specified */
2849 irq = of_irq_get_byname(dev->of_node, "wakeup");
2850 if (irq <= 0) {
2851 bt_dev_dbg(hdev, "%s: no OOB Wakeup IRQ in DT", __func__);
2852 return 0;
2853 }
2854
2855 ret = devm_request_irq(&hdev->dev, irq, btusb_oob_wake_handler,
2856 0, "OOB Wake-on-BT", data);
2857 if (ret) {
2858 bt_dev_err(hdev, "%s: IRQ request failed", __func__);
2859 return ret;
2860 }
2861
2862 ret = device_init_wakeup(dev, true);
2863 if (ret) {
2864 bt_dev_err(hdev, "%s: failed to init_wakeup", __func__);
2865 return ret;
2866 }
2867
2868 data->oob_wake_irq = irq;
2869 disable_irq(irq);
2870 bt_dev_info(hdev, "OOB Wake-on-BT configured at IRQ %u", irq);
2871 return 0;
2872}
2873#endif
2874
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002875static int btusb_probe(struct usb_interface *intf,
Marcel Holtmann89e75332014-09-16 04:44:50 +02002876 const struct usb_device_id *id)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002877{
2878 struct usb_endpoint_descriptor *ep_desc;
2879 struct btusb_data *data;
2880 struct hci_dev *hdev;
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +02002881 unsigned ifnum_base;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002882 int i, err;
2883
2884 BT_DBG("intf %p id %p", intf, id);
2885
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002886 /* interface numbers are hardcoded in the spec */
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +02002887 if (intf->cur_altsetting->desc.bInterfaceNumber != 0) {
2888 if (!(id->driver_info & BTUSB_IFNUM_2))
2889 return -ENODEV;
2890 if (intf->cur_altsetting->desc.bInterfaceNumber != 2)
2891 return -ENODEV;
2892 }
2893
2894 ifnum_base = intf->cur_altsetting->desc.bInterfaceNumber;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002895
2896 if (!id->driver_info) {
2897 const struct usb_device_id *match;
Marcel Holtmann89e75332014-09-16 04:44:50 +02002898
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002899 match = usb_match_id(intf, blacklist_table);
2900 if (match)
2901 id = match;
2902 }
2903
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02002904 if (id->driver_info == BTUSB_IGNORE)
2905 return -ENODEV;
2906
Marcel Holtmann9834e582017-08-14 22:39:59 +02002907 if (id->driver_info & BTUSB_BCM_NO_PRODID) {
2908 struct usb_device *udev = interface_to_usbdev(intf);
2909
2910 /* For the broken Broadcom devices that show 0000:0000
2911 * as USB vendor and product information, check that the
2912 * manufacturer string identifies them as Broadcom based
2913 * devices.
2914 */
2915 if (!udev->manufacturer ||
2916 strcmp(udev->manufacturer, "Broadcom Corp"))
2917 return -ENODEV;
2918 }
2919
Steven.Li2d25f8b2011-07-01 14:02:36 +08002920 if (id->driver_info & BTUSB_ATH3012) {
2921 struct usb_device *udev = interface_to_usbdev(intf);
2922
2923 /* Old firmware would otherwise let ath3k driver load
Derek Robsond98422c2017-07-22 13:47:07 +12002924 * patch and sysconfig files
2925 */
Steven.Li2d25f8b2011-07-01 14:02:36 +08002926 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
2927 return -ENODEV;
2928 }
2929
Sachin Kamat98921db2012-07-27 12:38:39 +05302930 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002931 if (!data)
2932 return -ENOMEM;
2933
2934 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
2935 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
2936
2937 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
2938 data->intr_ep = ep_desc;
2939 continue;
2940 }
2941
2942 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
2943 data->bulk_tx_ep = ep_desc;
2944 continue;
2945 }
2946
2947 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
2948 data->bulk_rx_ep = ep_desc;
2949 continue;
2950 }
2951 }
2952
Sachin Kamat98921db2012-07-27 12:38:39 +05302953 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002954 return -ENODEV;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002955
Marcel Holtmann893ba542015-01-28 20:27:34 -08002956 if (id->driver_info & BTUSB_AMP) {
2957 data->cmdreq_type = USB_TYPE_CLASS | 0x01;
2958 data->cmdreq = 0x2b;
2959 } else {
2960 data->cmdreq_type = USB_TYPE_CLASS;
2961 data->cmdreq = 0x00;
2962 }
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01002963
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002964 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02002965 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002966
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002967 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002968 INIT_WORK(&data->waker, btusb_waker);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002969 init_usb_anchor(&data->deferred);
2970 init_usb_anchor(&data->tx_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +02002971 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002972
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002973 init_usb_anchor(&data->intr_anchor);
2974 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02002975 init_usb_anchor(&data->isoc_anchor);
Marcel Holtmann9d08f502015-10-08 20:23:08 +02002976 init_usb_anchor(&data->diag_anchor);
Marcel Holtmann803b5832014-09-16 08:00:29 +02002977 spin_lock_init(&data->rxlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002978
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08002979 if (id->driver_info & BTUSB_INTEL_NEW) {
2980 data->recv_event = btusb_recv_event_intel;
2981 data->recv_bulk = btusb_recv_bulk_intel;
2982 set_bit(BTUSB_BOOTLOADER, &data->flags);
2983 } else {
2984 data->recv_event = hci_recv_frame;
2985 data->recv_bulk = btusb_recv_bulk;
2986 }
Marcel Holtmann2cbd3f52014-11-03 05:16:07 +01002987
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002988 hdev = hci_alloc_dev();
Sachin Kamat98921db2012-07-27 12:38:39 +05302989 if (!hdev)
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002990 return -ENOMEM;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002991
Marcel Holtmannc13854c2010-02-08 15:27:07 +01002992 hdev->bus = HCI_USB;
David Herrmann155961e2012-02-09 21:58:32 +01002993 hci_set_drvdata(hdev, data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02002994
Marcel Holtmann893ba542015-01-28 20:27:34 -08002995 if (id->driver_info & BTUSB_AMP)
2996 hdev->dev_type = HCI_AMP;
2997 else
Marcel Holtmannca8bee52016-07-05 14:30:14 +02002998 hdev->dev_type = HCI_PRIMARY;
Marcel Holtmann893ba542015-01-28 20:27:34 -08002999
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003000 data->hdev = hdev;
3001
3002 SET_HCIDEV_DEV(hdev, &intf->dev);
3003
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07003004 hdev->open = btusb_open;
3005 hdev->close = btusb_close;
3006 hdev->flush = btusb_flush;
3007 hdev->send = btusb_send_frame;
3008 hdev->notify = btusb_notify;
3009
Rajat Jainfd913ef2017-02-01 14:24:09 -08003010#ifdef CONFIG_PM
3011 err = btusb_config_oob_wake(hdev);
3012 if (err)
3013 goto out_free_dev;
Rajat Jaina4ccc9e2017-02-01 14:24:10 -08003014
3015 /* Marvell devices may need a specific chip configuration */
3016 if (id->driver_info & BTUSB_MARVELL && data->oob_wake_irq) {
3017 err = marvell_config_oob_wake(hdev);
3018 if (err)
3019 goto out_free_dev;
3020 }
Rajat Jainfd913ef2017-02-01 14:24:09 -08003021#endif
Szymon Janc418678b2016-09-01 17:22:37 +02003022 if (id->driver_info & BTUSB_CW6622)
3023 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
3024
Marcel Holtmann6c9d4352015-10-17 14:39:27 +02003025 if (id->driver_info & BTUSB_BCM2045)
3026 set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
3027
Marcel Holtmann9f8f9622013-04-10 08:11:35 -07003028 if (id->driver_info & BTUSB_BCM92035)
3029 hdev->setup = btusb_setup_bcm92035;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003030
Marcel Holtmannc2bfb102015-04-05 22:52:14 -07003031#ifdef CONFIG_BT_HCIBTUSB_BCM
Marcel Holtmannabbaf502014-07-02 00:53:48 +02003032 if (id->driver_info & BTUSB_BCM_PATCHRAM) {
Marcel Holtmann49a5f782015-10-20 02:30:48 +02003033 hdev->manufacturer = 15;
Marcel Holtmannc2bfb102015-04-05 22:52:14 -07003034 hdev->setup = btbcm_setup_patchram;
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003035 hdev->set_diag = btusb_bcm_set_diag;
Marcel Holtmann1df1f592015-04-05 22:52:11 -07003036 hdev->set_bdaddr = btbcm_set_bdaddr;
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003037
3038 /* Broadcom LM_DIAG Interface numbers are hardcoded */
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +02003039 data->diag = usb_ifnum_to_if(data->udev, ifnum_base + 2);
Marcel Holtmannabbaf502014-07-02 00:53:48 +02003040 }
Petri Gynther10d4c672014-05-08 15:50:01 -07003041
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003042 if (id->driver_info & BTUSB_BCM_APPLE) {
Marcel Holtmann49a5f782015-10-20 02:30:48 +02003043 hdev->manufacturer = 15;
Marcel Holtmannc2bfb102015-04-05 22:52:14 -07003044 hdev->setup = btbcm_setup_apple;
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003045 hdev->set_diag = btusb_bcm_set_diag;
3046
3047 /* Broadcom LM_DIAG Interface numbers are hardcoded */
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +02003048 data->diag = usb_ifnum_to_if(data->udev, ifnum_base + 2);
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003049 }
Marcel Holtmannc2bfb102015-04-05 22:52:14 -07003050#endif
Marcel Holtmann17b27722015-03-22 15:52:38 +01003051
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02003052 if (id->driver_info & BTUSB_INTEL) {
Marcel Holtmann49a5f782015-10-20 02:30:48 +02003053 hdev->manufacturer = 2;
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07003054 hdev->setup = btusb_setup_intel;
Tedd Ho-Jeong Anbfbd45e2015-02-13 09:20:52 -08003055 hdev->shutdown = btusb_shutdown_intel;
Marcel Holtmann3e247672015-10-17 16:00:28 +02003056 hdev->set_diag = btintel_set_diag_mfg;
Marcel Holtmann4185a0f2015-04-06 00:52:12 -07003057 hdev->set_bdaddr = btintel_set_bdaddr;
Jakub Pawlowskic33fb9b2015-01-30 18:55:58 -08003058 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
Jakub Pawlowskic1154842015-03-17 09:04:16 -07003059 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
Marcel Holtmann3e247672015-10-17 16:00:28 +02003060 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks);
Marcel Holtmanncb8d6592014-07-02 11:25:25 +02003061 }
Tedd Ho-Jeong Andffd30e2013-04-19 09:57:43 -07003062
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08003063 if (id->driver_info & BTUSB_INTEL_NEW) {
Marcel Holtmann49a5f782015-10-20 02:30:48 +02003064 hdev->manufacturer = 2;
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08003065 hdev->send = btusb_send_frame_intel;
3066 hdev->setup = btusb_setup_intel_new;
Marcel Holtmanneeb6abe2015-07-05 14:37:39 +02003067 hdev->hw_error = btintel_hw_error;
Marcel Holtmann6d2e50d2015-10-09 14:42:08 +02003068 hdev->set_diag = btintel_set_diag;
Marcel Holtmann4185a0f2015-04-06 00:52:12 -07003069 hdev->set_bdaddr = btintel_set_bdaddr;
Marcel Holtmannb970c5b2015-02-01 23:57:18 -08003070 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
Marcel Holtmannd8270fb2015-10-17 16:00:27 +02003071 set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks);
Marcel Holtmanncda0dd72015-01-26 21:33:48 -08003072 }
3073
Amitkumar Karwarae8df492014-07-18 14:47:06 -07003074 if (id->driver_info & BTUSB_MARVELL)
3075 hdev->set_bdaddr = btusb_set_bdaddr_marvell;
3076
Marcel Holtmann661cf882015-01-02 23:35:20 -08003077 if (id->driver_info & BTUSB_SWAVE) {
3078 set_bit(HCI_QUIRK_FIXUP_INQUIRY_MODE, &hdev->quirks);
Marcel Holtmannd57dbe72014-12-26 04:42:33 +01003079 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
Marcel Holtmann661cf882015-01-02 23:35:20 -08003080 }
Marcel Holtmannd57dbe72014-12-26 04:42:33 +01003081
Marcel Holtmanne4c534b2015-10-21 01:31:45 +02003082 if (id->driver_info & BTUSB_INTEL_BOOT) {
3083 hdev->manufacturer = 2;
Marcel Holtmann40df7832014-07-06 13:29:58 +02003084 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
Marcel Holtmanne4c534b2015-10-21 01:31:45 +02003085 }
Marcel Holtmann40df7832014-07-06 13:29:58 +02003086
Jakub Pawlowski79f0c872015-01-29 10:38:34 -08003087 if (id->driver_info & BTUSB_ATH3012) {
Toshi Kikuchi58592232014-12-12 10:58:05 -08003088 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
Jakub Pawlowski3d50d512015-03-17 09:04:15 -07003089 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
Jakub Pawlowski79f0c872015-01-29 10:38:34 -08003090 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
3091 }
Toshi Kikuchi58592232014-12-12 10:58:05 -08003092
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00003093 if (id->driver_info & BTUSB_QCA_ROME) {
3094 data->setup_on_usb = btusb_setup_qca;
3095 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
Leif Liddyfd865802017-07-08 20:55:32 +02003096
3097 /* QCA Rome devices lose their updated firmware over suspend,
3098 * but the USB hub doesn't notice any status change.
3099 * Explicitly request a device reset on resume.
3100 */
3101 set_bit(BTUSB_RESET_RESUME, &data->flags);
Kim, Ben Young Tae3267c882015-02-15 23:07:33 +00003102 }
3103
Carlo Caionedb33c772015-05-14 10:49:09 +02003104#ifdef CONFIG_BT_HCIBTUSB_RTL
Daniel Drake04b8c812015-05-21 08:23:50 -06003105 if (id->driver_info & BTUSB_REALTEK) {
Carlo Caionedb33c772015-05-14 10:49:09 +02003106 hdev->setup = btrtl_setup_realtek;
Daniel Drake04b8c812015-05-21 08:23:50 -06003107
3108 /* Realtek devices lose their updated firmware over suspend,
3109 * but the USB hub doesn't notice any status change.
3110 * Explicitly request a device reset on resume.
3111 */
3112 set_bit(BTUSB_RESET_RESUME, &data->flags);
3113 }
Carlo Caionedb33c772015-05-14 10:49:09 +02003114#endif
Daniel Drakea2698a92015-04-16 14:09:55 -06003115
Marcel Holtmann893ba542015-01-28 20:27:34 -08003116 if (id->driver_info & BTUSB_AMP) {
3117 /* AMP controllers do not support SCO packets */
3118 data->isoc = NULL;
3119 } else {
Marcel Holtmann22f8e9d2015-10-20 00:53:33 +02003120 /* Interface orders are hardcoded in the specification */
3121 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1);
Marcel Holtmann893ba542015-01-28 20:27:34 -08003122 }
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02003123
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01003124 if (!reset)
Szymon Janca6c511c2012-05-23 12:35:46 +02003125 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02003126
3127 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
3128 if (!disable_scofix)
3129 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
3130 }
3131
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02003132 if (id->driver_info & BTUSB_BROKEN_ISOC)
3133 data->isoc = NULL;
3134
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01003135 if (id->driver_info & BTUSB_DIGIANSWER) {
3136 data->cmdreq_type = USB_TYPE_VENDOR;
Szymon Janca6c511c2012-05-23 12:35:46 +02003137 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01003138 }
3139
3140 if (id->driver_info & BTUSB_CSR) {
3141 struct usb_device *udev = data->udev;
Marcel Holtmann81cac642014-01-03 03:02:36 -08003142 u16 bcdDevice = le16_to_cpu(udev->descriptor.bcdDevice);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01003143
3144 /* Old firmware would otherwise execute USB reset */
Marcel Holtmann81cac642014-01-03 03:02:36 -08003145 if (bcdDevice < 0x117)
Szymon Janca6c511c2012-05-23 12:35:46 +02003146 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
Marcel Holtmann81cac642014-01-03 03:02:36 -08003147
3148 /* Fake CSR devices with broken commands */
Johan Hedberg6cafcd92015-08-30 21:47:21 +03003149 if (bcdDevice <= 0x100 || bcdDevice == 0x134)
Marcel Holtmann81cac642014-01-03 03:02:36 -08003150 hdev->setup = btusb_setup_csr;
Jakub Pawlowski49c989a2015-03-17 09:04:17 -07003151
3152 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01003153 }
3154
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02003155 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02003156 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02003157
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01003158 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02003159 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
3160 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
3161 }
3162
Marcel Holtmann3a5ef202014-07-06 14:53:54 +02003163 if (id->driver_info & BTUSB_INTEL_BOOT) {
3164 /* A bug in the bootloader causes that interrupt interface is
3165 * only enabled after receiving SetInterface(0, AltSetting=0).
3166 */
3167 err = usb_set_interface(data->udev, 0, 0);
3168 if (err < 0) {
3169 BT_ERR("failed to set interface 0, alt 0 %d", err);
Rajat Jain10ab1332017-02-01 14:24:08 -08003170 goto out_free_dev;
Marcel Holtmann3a5ef202014-07-06 14:53:54 +02003171 }
3172 }
3173
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02003174 if (data->isoc) {
3175 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann89e75332014-09-16 04:44:50 +02003176 data->isoc, data);
Rajat Jain10ab1332017-02-01 14:24:08 -08003177 if (err < 0)
3178 goto out_free_dev;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02003179 }
3180
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003181#ifdef CONFIG_BT_HCIBTUSB_BCM
3182 if (data->diag) {
3183 if (!usb_driver_claim_interface(&btusb_driver,
3184 data->diag, data))
3185 __set_diag_interface(hdev);
3186 else
3187 data->diag = NULL;
3188 }
3189#endif
3190
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003191 err = hci_register_dev(hdev);
Rajat Jain10ab1332017-02-01 14:24:08 -08003192 if (err < 0)
3193 goto out_free_dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003194
3195 usb_set_intfdata(intf, data);
3196
3197 return 0;
Rajat Jain10ab1332017-02-01 14:24:08 -08003198
3199out_free_dev:
3200 hci_free_dev(hdev);
3201 return err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003202}
3203
3204static void btusb_disconnect(struct usb_interface *intf)
3205{
3206 struct btusb_data *data = usb_get_intfdata(intf);
3207 struct hci_dev *hdev;
3208
3209 BT_DBG("intf %p", intf);
3210
3211 if (!data)
3212 return;
3213
3214 hdev = data->hdev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02003215 usb_set_intfdata(data->intf, NULL);
3216
3217 if (data->isoc)
3218 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003219
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003220 if (data->diag)
3221 usb_set_intfdata(data->diag, NULL);
3222
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003223 hci_unregister_dev(hdev);
3224
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003225 if (intf == data->intf) {
3226 if (data->isoc)
3227 usb_driver_release_interface(&btusb_driver, data->isoc);
3228 if (data->diag)
3229 usb_driver_release_interface(&btusb_driver, data->diag);
3230 } else if (intf == data->isoc) {
3231 if (data->diag)
3232 usb_driver_release_interface(&btusb_driver, data->diag);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02003233 usb_driver_release_interface(&btusb_driver, data->intf);
Marcel Holtmann9d08f502015-10-08 20:23:08 +02003234 } else if (intf == data->diag) {
3235 usb_driver_release_interface(&btusb_driver, data->intf);
3236 if (data->isoc)
3237 usb_driver_release_interface(&btusb_driver, data->isoc);
3238 }
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02003239
Rajat Jainfd913ef2017-02-01 14:24:09 -08003240 if (data->oob_wake_irq)
3241 device_init_wakeup(&data->udev->dev, false);
3242
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003243 hci_free_dev(hdev);
3244}
3245
Oliver Neukum7bee5492009-08-24 23:44:59 +02003246#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003247static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
3248{
3249 struct btusb_data *data = usb_get_intfdata(intf);
3250
3251 BT_DBG("intf %p", intf);
3252
3253 if (data->suspend_count++)
3254 return 0;
3255
Oliver Neukum7bee5492009-08-24 23:44:59 +02003256 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02003257 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02003258 set_bit(BTUSB_SUSPENDING, &data->flags);
3259 spin_unlock_irq(&data->txlock);
3260 } else {
3261 spin_unlock_irq(&data->txlock);
3262 data->suspend_count--;
3263 return -EBUSY;
3264 }
3265
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003266 cancel_work_sync(&data->work);
3267
Oliver Neukum7bee5492009-08-24 23:44:59 +02003268 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003269 usb_kill_anchored_urbs(&data->tx_anchor);
3270
Rajat Jainfd913ef2017-02-01 14:24:09 -08003271 if (data->oob_wake_irq && device_may_wakeup(&data->udev->dev)) {
3272 set_bit(BTUSB_OOB_WAKE_ENABLED, &data->flags);
3273 enable_irq_wake(data->oob_wake_irq);
3274 enable_irq(data->oob_wake_irq);
3275 }
3276
Daniel Drake04b8c812015-05-21 08:23:50 -06003277 /* Optionally request a device reset on resume, but only when
3278 * wakeups are disabled. If wakeups are enabled we assume the
3279 * device will stay powered up throughout suspend.
3280 */
3281 if (test_bit(BTUSB_RESET_RESUME, &data->flags) &&
3282 !device_may_wakeup(&data->udev->dev))
3283 data->udev->reset_resume = 1;
3284
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003285 return 0;
3286}
3287
Oliver Neukum7bee5492009-08-24 23:44:59 +02003288static void play_deferred(struct btusb_data *data)
3289{
3290 struct urb *urb;
3291 int err;
3292
3293 while ((urb = usb_get_from_anchor(&data->deferred))) {
Jeffy Chen19cfe912017-07-20 18:53:50 +08003294 usb_anchor_urb(urb, &data->tx_anchor);
3295
Oliver Neukum7bee5492009-08-24 23:44:59 +02003296 err = usb_submit_urb(urb, GFP_ATOMIC);
Jeffy Chen19cfe912017-07-20 18:53:50 +08003297 if (err < 0) {
3298 if (err != -EPERM && err != -ENODEV)
3299 BT_ERR("%s urb %p submission failed (%d)",
3300 data->hdev->name, urb, -err);
3301 kfree(urb->setup_packet);
3302 usb_unanchor_urb(urb);
3303 usb_free_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +02003304 break;
Jeffy Chen19cfe912017-07-20 18:53:50 +08003305 }
Oliver Neukum7bee5492009-08-24 23:44:59 +02003306
3307 data->tx_in_flight++;
Jeffy Chen19cfe912017-07-20 18:53:50 +08003308 usb_free_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +02003309 }
Jeffy Chen19cfe912017-07-20 18:53:50 +08003310
3311 /* Cleanup the rest deferred urbs. */
3312 while ((urb = usb_get_from_anchor(&data->deferred))) {
3313 kfree(urb->setup_packet);
3314 usb_free_urb(urb);
3315 }
Oliver Neukum7bee5492009-08-24 23:44:59 +02003316}
3317
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003318static int btusb_resume(struct usb_interface *intf)
3319{
3320 struct btusb_data *data = usb_get_intfdata(intf);
3321 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02003322 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003323
3324 BT_DBG("intf %p", intf);
3325
3326 if (--data->suspend_count)
3327 return 0;
3328
Rajat Jainfd913ef2017-02-01 14:24:09 -08003329 /* Disable only if not already disabled (keep it balanced) */
3330 if (test_and_clear_bit(BTUSB_OOB_WAKE_ENABLED, &data->flags)) {
3331 disable_irq(data->oob_wake_irq);
3332 disable_irq_wake(data->oob_wake_irq);
3333 }
3334
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003335 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02003336 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003337
3338 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
3339 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
3340 if (err < 0) {
3341 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02003342 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003343 }
3344 }
3345
3346 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01003347 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
3348 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003349 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02003350 goto failed;
3351 }
3352
3353 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003354 }
3355
3356 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
3357 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
3358 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
3359 else
3360 btusb_submit_isoc_urb(hdev, GFP_NOIO);
3361 }
3362
Oliver Neukum7bee5492009-08-24 23:44:59 +02003363 spin_lock_irq(&data->txlock);
3364 play_deferred(data);
3365 clear_bit(BTUSB_SUSPENDING, &data->flags);
3366 spin_unlock_irq(&data->txlock);
3367 schedule_work(&data->work);
3368
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003369 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02003370
3371failed:
3372 usb_scuttle_anchored_urbs(&data->deferred);
3373done:
3374 spin_lock_irq(&data->txlock);
3375 clear_bit(BTUSB_SUSPENDING, &data->flags);
3376 spin_unlock_irq(&data->txlock);
3377
3378 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003379}
Oliver Neukum7bee5492009-08-24 23:44:59 +02003380#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003381
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003382static struct usb_driver btusb_driver = {
3383 .name = "btusb",
3384 .probe = btusb_probe,
3385 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02003386#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01003387 .suspend = btusb_suspend,
3388 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02003389#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003390 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02003391 .supports_autosuspend = 1,
Sarah Sharpe1f12eb2012-04-23 10:08:51 -07003392 .disable_hub_initiated_lpm = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003393};
3394
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08003395module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003396
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02003397module_param(disable_scofix, bool, 0644);
3398MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
3399
3400module_param(force_scofix, bool, 0644);
3401MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
3402
3403module_param(reset, bool, 0644);
3404MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
3405
Marcel Holtmann5e23b922007-10-20 14:12:34 +02003406MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
3407MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
3408MODULE_VERSION(VERSION);
3409MODULE_LICENSE("GPL");