blob: 44b5e736ddc3bf97e4cc6b3fa07e48234701a0e8 [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
24#include <linux/kernel.h>
25#include <linux/module.h>
26#include <linux/init.h>
27#include <linux/slab.h>
28#include <linux/types.h>
29#include <linux/sched.h>
30#include <linux/errno.h>
31#include <linux/skbuff.h>
32
33#include <linux/usb.h>
34
35#include <net/bluetooth/bluetooth.h>
36#include <net/bluetooth/hci_core.h>
37
Oliver Neukum7bee5492009-08-24 23:44:59 +020038#define VERSION "0.6"
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020039
40static int ignore_dga;
41static int ignore_csr;
42static int ignore_sniffer;
43static int disable_scofix;
44static int force_scofix;
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010045
46static int reset = 1;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020047
48static struct usb_driver btusb_driver;
49
50#define BTUSB_IGNORE 0x01
Marcel Holtmann7a9d4022008-11-30 12:17:26 +010051#define BTUSB_DIGIANSWER 0x02
52#define BTUSB_CSR 0x04
53#define BTUSB_SNIFFER 0x08
54#define BTUSB_BCM92035 0x10
55#define BTUSB_BROKEN_ISOC 0x20
56#define BTUSB_WRONG_SCO_MTU 0x40
Steven.Li2d25f8b2011-07-01 14:02:36 +080057#define BTUSB_ATH3012 0x80
Marcel Holtmann5e23b922007-10-20 14:12:34 +020058
59static struct usb_device_id btusb_table[] = {
60 /* Generic Bluetooth USB device */
61 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
62
Oliver Neukumc510eae2011-09-21 11:41:45 +020063 /* Broadcom SoftSailing reporting vendor specific */
64 { USB_DEVICE(0x05ac, 0x21e1) },
65
Nobuhiro Iwamatsu3cd01972010-08-20 16:24:07 +090066 /* Apple MacBookPro 7,1 */
67 { USB_DEVICE(0x05ac, 0x8213) },
68
Cyril Lacoux0a79f672010-07-14 10:29:27 +040069 /* Apple iMac11,1 */
70 { USB_DEVICE(0x05ac, 0x8215) },
71
Nobuhiro Iwamatsu9c047152010-08-20 16:24:06 +090072 /* Apple MacBookPro6,2 */
73 { USB_DEVICE(0x05ac, 0x8218) },
74
Edgar (gimli) Hucek3e3ede72010-11-04 08:04:33 +010075 /* Apple MacBookAir3,1, MacBookAir3,2 */
76 { USB_DEVICE(0x05ac, 0x821b) },
77
Pieter-Augustijn Van Malleghema63b7232011-09-07 02:28:10 -040078 /* Apple MacBookAir4,1 */
79 { USB_DEVICE(0x05ac, 0x821f) },
80
Marc-Antoine Perennou88d377b2011-03-24 14:51:21 -030081 /* Apple MacBookPro8,2 */
82 { USB_DEVICE(0x05ac, 0x821a) },
83
Jurgen Kramerf78b68262011-09-04 18:01:42 +020084 /* Apple MacMini5,1 */
85 { USB_DEVICE(0x05ac, 0x8281) },
86
Marcel Holtmanncfeb4142008-08-07 22:26:56 +020087 /* AVM BlueFRITZ! USB v2.0 */
88 { USB_DEVICE(0x057c, 0x3800) },
89
90 /* Bluetooth Ultraport Module from IBM */
91 { USB_DEVICE(0x04bf, 0x030a) },
92
93 /* ALPS Modules with non-standard id */
94 { USB_DEVICE(0x044e, 0x3001) },
95 { USB_DEVICE(0x044e, 0x3002) },
96
97 /* Ericsson with non-standard id */
98 { USB_DEVICE(0x0bdb, 0x1002) },
99
100 /* Canyon CN-BTU1 with HID interfaces */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100101 { USB_DEVICE(0x0c10, 0x0000) },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200102
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800103 /* Broadcom BCM20702A0 */
Jesse Sungc0190922011-12-22 10:48:47 +0800104 { USB_DEVICE(0x0a5c, 0x21e3) },
Wen-chien Jesse Sungd13431c2011-11-08 14:30:22 +0800105 { USB_DEVICE(0x413c, 0x8197) },
106
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200107 { } /* Terminating entry */
108};
109
110MODULE_DEVICE_TABLE(usb, btusb_table);
111
112static struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200113 /* CSR BlueCore devices */
114 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
115
116 /* Broadcom BCM2033 without firmware */
117 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
118
Bala Shanmugambe931122010-11-26 17:35:46 +0530119 /* Atheros 3011 with sflash firmware */
120 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700121 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Ricardo Mendoza8e7c3d22011-07-13 16:04:29 +0100122 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530123
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800124 /* Atheros AR9285 Malbec with sflash firmware */
125 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
126
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530127 /* Atheros 3012 with sflash firmware */
Steven.Li2d25f8b2011-07-01 14:02:36 +0800128 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530129
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800130 /* Atheros AR5BBU12 with sflash firmware */
131 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
132
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200133 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100134 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
135 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
136 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200137
138 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100139 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
140 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200141
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200142 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100143 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
144 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200145
146 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100147 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200148
149 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100150 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200151
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100152 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100153 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100154 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200155
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100156 /* Belkin F8T012 and F8T013 devices */
157 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
158 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200159
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100160 /* Asus WL-BTD202 device */
161 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
162
163 /* Kensington Bluetooth USB adapter */
164 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
165
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200166 /* RTX Telecom based adapters with buggy SCO support */
167 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
168 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
169
170 /* CONWISE Technology based adapters with buggy SCO support */
171 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
172
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200173 /* Digianswer devices */
174 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
175 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
176
177 /* CSR BlueCore Bluetooth Sniffer */
178 { USB_DEVICE(0x0a12, 0x0002), .driver_info = BTUSB_SNIFFER },
179
180 /* Frontline ComProbe Bluetooth Sniffer */
181 { USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
182
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200183 { } /* Terminating entry */
184};
185
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200186#define BTUSB_MAX_ISOC_FRAMES 10
187
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200188#define BTUSB_INTR_RUNNING 0
189#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200190#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200191#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300192#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200193
194struct btusb_data {
195 struct hci_dev *hdev;
196 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200197 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200198 struct usb_interface *isoc;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200199
200 spinlock_t lock;
201
202 unsigned long flags;
203
204 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200205 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200206
207 struct usb_anchor tx_anchor;
208 struct usb_anchor intr_anchor;
209 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200210 struct usb_anchor isoc_anchor;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200211 struct usb_anchor deferred;
212 int tx_in_flight;
213 spinlock_t txlock;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200214
215 struct usb_endpoint_descriptor *intr_ep;
216 struct usb_endpoint_descriptor *bulk_tx_ep;
217 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200218 struct usb_endpoint_descriptor *isoc_tx_ep;
219 struct usb_endpoint_descriptor *isoc_rx_ep;
220
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100221 __u8 cmdreq_type;
222
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100223 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200224 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100225 int suspend_count;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200226};
227
Oliver Neukum7bee5492009-08-24 23:44:59 +0200228static int inc_tx(struct btusb_data *data)
229{
230 unsigned long flags;
231 int rv;
232
233 spin_lock_irqsave(&data->txlock, flags);
234 rv = test_bit(BTUSB_SUSPENDING, &data->flags);
235 if (!rv)
236 data->tx_in_flight++;
237 spin_unlock_irqrestore(&data->txlock, flags);
238
239 return rv;
240}
241
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200242static void btusb_intr_complete(struct urb *urb)
243{
244 struct hci_dev *hdev = urb->context;
245 struct btusb_data *data = hdev->driver_data;
246 int err;
247
248 BT_DBG("%s urb %p status %d count %d", hdev->name,
249 urb, urb->status, urb->actual_length);
250
251 if (!test_bit(HCI_RUNNING, &hdev->flags))
252 return;
253
254 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200255 hdev->stat.byte_rx += urb->actual_length;
256
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200257 if (hci_recv_fragment(hdev, HCI_EVENT_PKT,
258 urb->transfer_buffer,
259 urb->actual_length) < 0) {
260 BT_ERR("%s corrupted event packet", hdev->name);
261 hdev->stat.err_rx++;
262 }
263 }
264
265 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
266 return;
267
Oliver Neukum7bee5492009-08-24 23:44:59 +0200268 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200269 usb_anchor_urb(urb, &data->intr_anchor);
270
271 err = usb_submit_urb(urb, GFP_ATOMIC);
272 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200273 /* -EPERM: urb is being killed;
274 * -ENODEV: device got disconnected */
275 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100276 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200277 hdev->name, urb, -err);
278 usb_unanchor_urb(urb);
279 }
280}
281
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100282static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200283{
284 struct btusb_data *data = hdev->driver_data;
285 struct urb *urb;
286 unsigned char *buf;
287 unsigned int pipe;
288 int err, size;
289
290 BT_DBG("%s", hdev->name);
291
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200292 if (!data->intr_ep)
293 return -ENODEV;
294
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100295 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200296 if (!urb)
297 return -ENOMEM;
298
299 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
300
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100301 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200302 if (!buf) {
303 usb_free_urb(urb);
304 return -ENOMEM;
305 }
306
307 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
308
309 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
310 btusb_intr_complete, hdev,
311 data->intr_ep->bInterval);
312
313 urb->transfer_flags |= URB_FREE_BUFFER;
314
315 usb_anchor_urb(urb, &data->intr_anchor);
316
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100317 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200318 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200319 if (err != -EPERM && err != -ENODEV)
320 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200321 hdev->name, urb, -err);
322 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200323 }
324
325 usb_free_urb(urb);
326
327 return err;
328}
329
330static void btusb_bulk_complete(struct urb *urb)
331{
332 struct hci_dev *hdev = urb->context;
333 struct btusb_data *data = hdev->driver_data;
334 int err;
335
336 BT_DBG("%s urb %p status %d count %d", hdev->name,
337 urb, urb->status, urb->actual_length);
338
339 if (!test_bit(HCI_RUNNING, &hdev->flags))
340 return;
341
342 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200343 hdev->stat.byte_rx += urb->actual_length;
344
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200345 if (hci_recv_fragment(hdev, HCI_ACLDATA_PKT,
346 urb->transfer_buffer,
347 urb->actual_length) < 0) {
348 BT_ERR("%s corrupted ACL packet", hdev->name);
349 hdev->stat.err_rx++;
350 }
351 }
352
353 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
354 return;
355
356 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100357 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200358
359 err = usb_submit_urb(urb, GFP_ATOMIC);
360 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200361 /* -EPERM: urb is being killed;
362 * -ENODEV: device got disconnected */
363 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100364 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200365 hdev->name, urb, -err);
366 usb_unanchor_urb(urb);
367 }
368}
369
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100370static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200371{
372 struct btusb_data *data = hdev->driver_data;
373 struct urb *urb;
374 unsigned char *buf;
375 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530376 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200377
378 BT_DBG("%s", hdev->name);
379
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200380 if (!data->bulk_rx_ep)
381 return -ENODEV;
382
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100383 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200384 if (!urb)
385 return -ENOMEM;
386
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100387 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200388 if (!buf) {
389 usb_free_urb(urb);
390 return -ENOMEM;
391 }
392
393 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
394
395 usb_fill_bulk_urb(urb, data->udev, pipe,
396 buf, size, btusb_bulk_complete, hdev);
397
398 urb->transfer_flags |= URB_FREE_BUFFER;
399
Oliver Neukum7bee5492009-08-24 23:44:59 +0200400 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200401 usb_anchor_urb(urb, &data->bulk_anchor);
402
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100403 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200404 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200405 if (err != -EPERM && err != -ENODEV)
406 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200407 hdev->name, urb, -err);
408 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200409 }
410
411 usb_free_urb(urb);
412
413 return err;
414}
415
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200416static void btusb_isoc_complete(struct urb *urb)
417{
418 struct hci_dev *hdev = urb->context;
419 struct btusb_data *data = hdev->driver_data;
420 int i, err;
421
422 BT_DBG("%s urb %p status %d count %d", hdev->name,
423 urb, urb->status, urb->actual_length);
424
425 if (!test_bit(HCI_RUNNING, &hdev->flags))
426 return;
427
428 if (urb->status == 0) {
429 for (i = 0; i < urb->number_of_packets; i++) {
430 unsigned int offset = urb->iso_frame_desc[i].offset;
431 unsigned int length = urb->iso_frame_desc[i].actual_length;
432
433 if (urb->iso_frame_desc[i].status)
434 continue;
435
436 hdev->stat.byte_rx += length;
437
438 if (hci_recv_fragment(hdev, HCI_SCODATA_PKT,
439 urb->transfer_buffer + offset,
440 length) < 0) {
441 BT_ERR("%s corrupted SCO packet", hdev->name);
442 hdev->stat.err_rx++;
443 }
444 }
445 }
446
447 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
448 return;
449
450 usb_anchor_urb(urb, &data->isoc_anchor);
451
452 err = usb_submit_urb(urb, GFP_ATOMIC);
453 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200454 /* -EPERM: urb is being killed;
455 * -ENODEV: device got disconnected */
456 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100457 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200458 hdev->name, urb, -err);
459 usb_unanchor_urb(urb);
460 }
461}
462
Jesper Juhl42b16b32011-01-17 00:09:38 +0100463static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200464{
465 int i, offset = 0;
466
467 BT_DBG("len %d mtu %d", len, mtu);
468
469 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
470 i++, offset += mtu, len -= mtu) {
471 urb->iso_frame_desc[i].offset = offset;
472 urb->iso_frame_desc[i].length = mtu;
473 }
474
475 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
476 urb->iso_frame_desc[i].offset = offset;
477 urb->iso_frame_desc[i].length = len;
478 i++;
479 }
480
481 urb->number_of_packets = i;
482}
483
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100484static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200485{
486 struct btusb_data *data = hdev->driver_data;
487 struct urb *urb;
488 unsigned char *buf;
489 unsigned int pipe;
490 int err, size;
491
492 BT_DBG("%s", hdev->name);
493
494 if (!data->isoc_rx_ep)
495 return -ENODEV;
496
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100497 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200498 if (!urb)
499 return -ENOMEM;
500
501 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
502 BTUSB_MAX_ISOC_FRAMES;
503
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100504 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200505 if (!buf) {
506 usb_free_urb(urb);
507 return -ENOMEM;
508 }
509
510 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
511
Bing Zhaofa0fb932011-12-20 18:19:00 -0800512 usb_fill_int_urb(urb, data->udev, pipe, buf, size, btusb_isoc_complete,
513 hdev, data->isoc_rx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200514
515 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200516
517 __fill_isoc_descriptor(urb, size,
518 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
519
520 usb_anchor_urb(urb, &data->isoc_anchor);
521
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100522 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200523 if (err < 0) {
Paul Bolled4b8d1c2011-10-09 12:12:22 +0200524 if (err != -EPERM && err != -ENODEV)
525 BT_ERR("%s urb %p submission failed (%d)",
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200526 hdev->name, urb, -err);
527 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200528 }
529
530 usb_free_urb(urb);
531
532 return err;
533}
534
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200535static void btusb_tx_complete(struct urb *urb)
536{
537 struct sk_buff *skb = urb->context;
538 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200539 struct btusb_data *data = hdev->driver_data;
540
541 BT_DBG("%s urb %p status %d count %d", hdev->name,
542 urb, urb->status, urb->actual_length);
543
544 if (!test_bit(HCI_RUNNING, &hdev->flags))
545 goto done;
546
547 if (!urb->status)
548 hdev->stat.byte_tx += urb->transfer_buffer_length;
549 else
550 hdev->stat.err_tx++;
551
552done:
553 spin_lock(&data->txlock);
554 data->tx_in_flight--;
555 spin_unlock(&data->txlock);
556
557 kfree(urb->setup_packet);
558
559 kfree_skb(skb);
560}
561
562static void btusb_isoc_tx_complete(struct urb *urb)
563{
564 struct sk_buff *skb = urb->context;
565 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200566
567 BT_DBG("%s urb %p status %d count %d", hdev->name,
568 urb, urb->status, urb->actual_length);
569
570 if (!test_bit(HCI_RUNNING, &hdev->flags))
571 goto done;
572
573 if (!urb->status)
574 hdev->stat.byte_tx += urb->transfer_buffer_length;
575 else
576 hdev->stat.err_tx++;
577
578done:
579 kfree(urb->setup_packet);
580
581 kfree_skb(skb);
582}
583
584static int btusb_open(struct hci_dev *hdev)
585{
586 struct btusb_data *data = hdev->driver_data;
587 int err;
588
589 BT_DBG("%s", hdev->name);
590
Oliver Neukum7bee5492009-08-24 23:44:59 +0200591 err = usb_autopm_get_interface(data->intf);
592 if (err < 0)
593 return err;
594
595 data->intf->needs_remote_wakeup = 1;
596
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200597 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200598 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200599
600 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200601 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200602
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100603 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100604 if (err < 0)
605 goto failed;
606
607 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200608 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100609 usb_kill_anchored_urbs(&data->intr_anchor);
610 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200611 }
612
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100613 set_bit(BTUSB_BULK_RUNNING, &data->flags);
614 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
615
Oliver Neukum7bee5492009-08-24 23:44:59 +0200616done:
617 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100618 return 0;
619
620failed:
621 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
622 clear_bit(HCI_RUNNING, &hdev->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200623 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200624 return err;
625}
626
Oliver Neukum7bee5492009-08-24 23:44:59 +0200627static void btusb_stop_traffic(struct btusb_data *data)
628{
629 usb_kill_anchored_urbs(&data->intr_anchor);
630 usb_kill_anchored_urbs(&data->bulk_anchor);
631 usb_kill_anchored_urbs(&data->isoc_anchor);
632}
633
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200634static int btusb_close(struct hci_dev *hdev)
635{
636 struct btusb_data *data = hdev->driver_data;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200637 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200638
639 BT_DBG("%s", hdev->name);
640
641 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
642 return 0;
643
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200644 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -0800645 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200646
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200647 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200648 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200649 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200650
651 btusb_stop_traffic(data);
652 err = usb_autopm_get_interface(data->intf);
653 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100654 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200655
656 data->intf->needs_remote_wakeup = 0;
657 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200658
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100659failed:
660 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200661 return 0;
662}
663
664static int btusb_flush(struct hci_dev *hdev)
665{
666 struct btusb_data *data = hdev->driver_data;
667
668 BT_DBG("%s", hdev->name);
669
670 usb_kill_anchored_urbs(&data->tx_anchor);
671
672 return 0;
673}
674
675static int btusb_send_frame(struct sk_buff *skb)
676{
677 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
678 struct btusb_data *data = hdev->driver_data;
679 struct usb_ctrlrequest *dr;
680 struct urb *urb;
681 unsigned int pipe;
682 int err;
683
684 BT_DBG("%s", hdev->name);
685
686 if (!test_bit(HCI_RUNNING, &hdev->flags))
687 return -EBUSY;
688
689 switch (bt_cb(skb)->pkt_type) {
690 case HCI_COMMAND_PKT:
691 urb = usb_alloc_urb(0, GFP_ATOMIC);
692 if (!urb)
693 return -ENOMEM;
694
695 dr = kmalloc(sizeof(*dr), GFP_ATOMIC);
696 if (!dr) {
697 usb_free_urb(urb);
698 return -ENOMEM;
699 }
700
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100701 dr->bRequestType = data->cmdreq_type;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200702 dr->bRequest = 0;
703 dr->wIndex = 0;
704 dr->wValue = 0;
705 dr->wLength = __cpu_to_le16(skb->len);
706
707 pipe = usb_sndctrlpipe(data->udev, 0x00);
708
709 usb_fill_control_urb(urb, data->udev, pipe, (void *) dr,
710 skb->data, skb->len, btusb_tx_complete, skb);
711
712 hdev->stat.cmd_tx++;
713 break;
714
715 case HCI_ACLDATA_PKT:
Peter Hurley9fd481e2011-07-14 08:48:32 -0400716 if (!data->bulk_tx_ep)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200717 return -ENODEV;
718
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200719 urb = usb_alloc_urb(0, GFP_ATOMIC);
720 if (!urb)
721 return -ENOMEM;
722
723 pipe = usb_sndbulkpipe(data->udev,
724 data->bulk_tx_ep->bEndpointAddress);
725
726 usb_fill_bulk_urb(urb, data->udev, pipe,
727 skb->data, skb->len, btusb_tx_complete, skb);
728
729 hdev->stat.acl_tx++;
730 break;
731
732 case HCI_SCODATA_PKT:
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200733 if (!data->isoc_tx_ep || hdev->conn_hash.sco_num < 1)
734 return -ENODEV;
735
736 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_ATOMIC);
737 if (!urb)
738 return -ENOMEM;
739
740 pipe = usb_sndisocpipe(data->udev,
741 data->isoc_tx_ep->bEndpointAddress);
742
Gustavo F. Padovan03c2d0e2011-02-14 18:53:43 -0300743 usb_fill_int_urb(urb, data->udev, pipe,
744 skb->data, skb->len, btusb_isoc_tx_complete,
745 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200746
747 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200748
749 __fill_isoc_descriptor(urb, skb->len,
750 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
751
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200752 hdev->stat.sco_tx++;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200753 goto skip_waking;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200754
755 default:
756 return -EILSEQ;
757 }
758
Oliver Neukum7bee5492009-08-24 23:44:59 +0200759 err = inc_tx(data);
760 if (err) {
761 usb_anchor_urb(urb, &data->deferred);
762 schedule_work(&data->waker);
763 err = 0;
764 goto done;
765 }
766
767skip_waking:
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200768 usb_anchor_urb(urb, &data->tx_anchor);
769
770 err = usb_submit_urb(urb, GFP_ATOMIC);
771 if (err < 0) {
Paul Bolle5a9b80e2011-10-09 12:12:16 +0200772 if (err != -EPERM && err != -ENODEV)
773 BT_ERR("%s urb %p submission failed (%d)",
774 hdev->name, urb, -err);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200775 kfree(urb->setup_packet);
776 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200777 } else {
778 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200779 }
780
Oliver Neukum7bee5492009-08-24 23:44:59 +0200781done:
Cong Wang54a8a79c2011-11-22 09:32:57 +0800782 usb_free_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200783 return err;
784}
785
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200786static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
787{
788 struct btusb_data *data = hdev->driver_data;
789
790 BT_DBG("%s evt %d", hdev->name, evt);
791
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100792 if (hdev->conn_hash.sco_num != data->sco_num) {
793 data->sco_num = hdev->conn_hash.sco_num;
794 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +0100795 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200796}
797
Jesper Juhl42b16b32011-01-17 00:09:38 +0100798static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200799{
800 struct btusb_data *data = hdev->driver_data;
801 struct usb_interface *intf = data->isoc;
802 struct usb_endpoint_descriptor *ep_desc;
803 int i, err;
804
805 if (!data->isoc)
806 return -ENODEV;
807
808 err = usb_set_interface(data->udev, 1, altsetting);
809 if (err < 0) {
810 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
811 return err;
812 }
813
814 data->isoc_altsetting = altsetting;
815
816 data->isoc_tx_ep = NULL;
817 data->isoc_rx_ep = NULL;
818
819 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
820 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
821
822 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
823 data->isoc_tx_ep = ep_desc;
824 continue;
825 }
826
827 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
828 data->isoc_rx_ep = ep_desc;
829 continue;
830 }
831 }
832
833 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
834 BT_ERR("%s invalid SCO descriptors", hdev->name);
835 return -ENODEV;
836 }
837
838 return 0;
839}
840
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200841static void btusb_work(struct work_struct *work)
842{
843 struct btusb_data *data = container_of(work, struct btusb_data, work);
844 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200845 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200846
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200847 if (hdev->conn_hash.sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300848 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +0100849 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200850 if (err < 0) {
851 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
852 usb_kill_anchored_urbs(&data->isoc_anchor);
853 return;
854 }
855
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300856 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200857 }
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200858 if (data->isoc_altsetting != 2) {
859 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
860 usb_kill_anchored_urbs(&data->isoc_anchor);
861
862 if (__set_isoc_interface(hdev, 2) < 0)
863 return;
864 }
865
866 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100867 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200868 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
869 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100870 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200871 }
872 } else {
873 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
874 usb_kill_anchored_urbs(&data->isoc_anchor);
875
876 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300877 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +0100878 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200879 }
880}
881
Oliver Neukum7bee5492009-08-24 23:44:59 +0200882static void btusb_waker(struct work_struct *work)
883{
884 struct btusb_data *data = container_of(work, struct btusb_data, waker);
885 int err;
886
887 err = usb_autopm_get_interface(data->intf);
888 if (err < 0)
889 return;
890
891 usb_autopm_put_interface(data->intf);
892}
893
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200894static int btusb_probe(struct usb_interface *intf,
895 const struct usb_device_id *id)
896{
897 struct usb_endpoint_descriptor *ep_desc;
898 struct btusb_data *data;
899 struct hci_dev *hdev;
900 int i, err;
901
902 BT_DBG("intf %p id %p", intf, id);
903
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200904 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200905 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
906 return -ENODEV;
907
908 if (!id->driver_info) {
909 const struct usb_device_id *match;
910 match = usb_match_id(intf, blacklist_table);
911 if (match)
912 id = match;
913 }
914
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200915 if (id->driver_info == BTUSB_IGNORE)
916 return -ENODEV;
917
918 if (ignore_dga && id->driver_info & BTUSB_DIGIANSWER)
919 return -ENODEV;
920
921 if (ignore_csr && id->driver_info & BTUSB_CSR)
922 return -ENODEV;
923
924 if (ignore_sniffer && id->driver_info & BTUSB_SNIFFER)
925 return -ENODEV;
926
Steven.Li2d25f8b2011-07-01 14:02:36 +0800927 if (id->driver_info & BTUSB_ATH3012) {
928 struct usb_device *udev = interface_to_usbdev(intf);
929
930 /* Old firmware would otherwise let ath3k driver load
931 * patch and sysconfig files */
932 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
933 return -ENODEV;
934 }
935
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200936 data = kzalloc(sizeof(*data), GFP_KERNEL);
937 if (!data)
938 return -ENOMEM;
939
940 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
941 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
942
943 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
944 data->intr_ep = ep_desc;
945 continue;
946 }
947
948 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
949 data->bulk_tx_ep = ep_desc;
950 continue;
951 }
952
953 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
954 data->bulk_rx_ep = ep_desc;
955 continue;
956 }
957 }
958
959 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep) {
960 kfree(data);
961 return -ENODEV;
962 }
963
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100964 data->cmdreq_type = USB_TYPE_CLASS;
965
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200966 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200967 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200968
969 spin_lock_init(&data->lock);
970
971 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200972 INIT_WORK(&data->waker, btusb_waker);
973 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200974
975 init_usb_anchor(&data->tx_anchor);
976 init_usb_anchor(&data->intr_anchor);
977 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200978 init_usb_anchor(&data->isoc_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200979 init_usb_anchor(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200980
981 hdev = hci_alloc_dev();
982 if (!hdev) {
983 kfree(data);
984 return -ENOMEM;
985 }
986
Marcel Holtmannc13854c2010-02-08 15:27:07 +0100987 hdev->bus = HCI_USB;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200988 hdev->driver_data = data;
989
990 data->hdev = hdev;
991
992 SET_HCIDEV_DEV(hdev, &intf->dev);
993
994 hdev->open = btusb_open;
995 hdev->close = btusb_close;
996 hdev->flush = btusb_flush;
997 hdev->send = btusb_send_frame;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200998 hdev->notify = btusb_notify;
999
1000 hdev->owner = THIS_MODULE;
1001
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001002 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001003 data->isoc = usb_ifnum_to_if(data->udev, 1);
1004
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001005 if (!reset)
1006 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001007
1008 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
1009 if (!disable_scofix)
1010 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
1011 }
1012
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001013 if (id->driver_info & BTUSB_BROKEN_ISOC)
1014 data->isoc = NULL;
1015
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001016 if (id->driver_info & BTUSB_DIGIANSWER) {
1017 data->cmdreq_type = USB_TYPE_VENDOR;
1018 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
1019 }
1020
1021 if (id->driver_info & BTUSB_CSR) {
1022 struct usb_device *udev = data->udev;
1023
1024 /* Old firmware would otherwise execute USB reset */
1025 if (le16_to_cpu(udev->descriptor.bcdDevice) < 0x117)
1026 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
1027 }
1028
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001029 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001030 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001031
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001032 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001033 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
1034 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001035
1036 data->isoc = NULL;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001037 }
1038
1039 if (id->driver_info & BTUSB_BCM92035) {
1040 unsigned char cmd[] = { 0x3b, 0xfc, 0x01, 0x00 };
1041 struct sk_buff *skb;
1042
1043 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);
1044 if (skb) {
1045 memcpy(skb_put(skb, sizeof(cmd)), cmd, sizeof(cmd));
1046 skb_queue_tail(&hdev->driver_init, skb);
1047 }
1048 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001049
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001050 if (data->isoc) {
1051 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001052 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001053 if (err < 0) {
1054 hci_free_dev(hdev);
1055 kfree(data);
1056 return err;
1057 }
1058 }
1059
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001060 err = hci_register_dev(hdev);
1061 if (err < 0) {
1062 hci_free_dev(hdev);
1063 kfree(data);
1064 return err;
1065 }
1066
1067 usb_set_intfdata(intf, data);
1068
1069 return 0;
1070}
1071
1072static void btusb_disconnect(struct usb_interface *intf)
1073{
1074 struct btusb_data *data = usb_get_intfdata(intf);
1075 struct hci_dev *hdev;
1076
1077 BT_DBG("intf %p", intf);
1078
1079 if (!data)
1080 return;
1081
1082 hdev = data->hdev;
1083
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001084 __hci_dev_hold(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001085
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001086 usb_set_intfdata(data->intf, NULL);
1087
1088 if (data->isoc)
1089 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001090
1091 hci_unregister_dev(hdev);
1092
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001093 if (intf == data->isoc)
1094 usb_driver_release_interface(&btusb_driver, data->intf);
1095 else if (data->isoc)
1096 usb_driver_release_interface(&btusb_driver, data->isoc);
1097
1098 __hci_dev_put(hdev);
1099
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001100 hci_free_dev(hdev);
David Herrmann83810882012-01-07 15:47:16 +01001101 kfree(data);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001102}
1103
Oliver Neukum7bee5492009-08-24 23:44:59 +02001104#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001105static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
1106{
1107 struct btusb_data *data = usb_get_intfdata(intf);
1108
1109 BT_DBG("intf %p", intf);
1110
1111 if (data->suspend_count++)
1112 return 0;
1113
Oliver Neukum7bee5492009-08-24 23:44:59 +02001114 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02001115 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02001116 set_bit(BTUSB_SUSPENDING, &data->flags);
1117 spin_unlock_irq(&data->txlock);
1118 } else {
1119 spin_unlock_irq(&data->txlock);
1120 data->suspend_count--;
1121 return -EBUSY;
1122 }
1123
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001124 cancel_work_sync(&data->work);
1125
Oliver Neukum7bee5492009-08-24 23:44:59 +02001126 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001127 usb_kill_anchored_urbs(&data->tx_anchor);
1128
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001129 return 0;
1130}
1131
Oliver Neukum7bee5492009-08-24 23:44:59 +02001132static void play_deferred(struct btusb_data *data)
1133{
1134 struct urb *urb;
1135 int err;
1136
1137 while ((urb = usb_get_from_anchor(&data->deferred))) {
1138 err = usb_submit_urb(urb, GFP_ATOMIC);
1139 if (err < 0)
1140 break;
1141
1142 data->tx_in_flight++;
1143 }
1144 usb_scuttle_anchored_urbs(&data->deferred);
1145}
1146
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001147static int btusb_resume(struct usb_interface *intf)
1148{
1149 struct btusb_data *data = usb_get_intfdata(intf);
1150 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001151 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001152
1153 BT_DBG("intf %p", intf);
1154
1155 if (--data->suspend_count)
1156 return 0;
1157
1158 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02001159 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001160
1161 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
1162 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
1163 if (err < 0) {
1164 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001165 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001166 }
1167 }
1168
1169 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001170 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
1171 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001172 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001173 goto failed;
1174 }
1175
1176 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001177 }
1178
1179 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
1180 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
1181 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1182 else
1183 btusb_submit_isoc_urb(hdev, GFP_NOIO);
1184 }
1185
Oliver Neukum7bee5492009-08-24 23:44:59 +02001186 spin_lock_irq(&data->txlock);
1187 play_deferred(data);
1188 clear_bit(BTUSB_SUSPENDING, &data->flags);
1189 spin_unlock_irq(&data->txlock);
1190 schedule_work(&data->work);
1191
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001192 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001193
1194failed:
1195 usb_scuttle_anchored_urbs(&data->deferred);
1196done:
1197 spin_lock_irq(&data->txlock);
1198 clear_bit(BTUSB_SUSPENDING, &data->flags);
1199 spin_unlock_irq(&data->txlock);
1200
1201 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001202}
Oliver Neukum7bee5492009-08-24 23:44:59 +02001203#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001204
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001205static struct usb_driver btusb_driver = {
1206 .name = "btusb",
1207 .probe = btusb_probe,
1208 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001209#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001210 .suspend = btusb_suspend,
1211 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001212#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001213 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001214 .supports_autosuspend = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001215};
1216
Greg Kroah-Hartman93f15082011-11-18 09:47:34 -08001217module_usb_driver(btusb_driver);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001218
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001219module_param(ignore_dga, bool, 0644);
1220MODULE_PARM_DESC(ignore_dga, "Ignore devices with id 08fd:0001");
1221
1222module_param(ignore_csr, bool, 0644);
1223MODULE_PARM_DESC(ignore_csr, "Ignore devices with id 0a12:0001");
1224
1225module_param(ignore_sniffer, bool, 0644);
1226MODULE_PARM_DESC(ignore_sniffer, "Ignore devices with id 0a12:0002");
1227
1228module_param(disable_scofix, bool, 0644);
1229MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
1230
1231module_param(force_scofix, bool, 0644);
1232MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
1233
1234module_param(reset, bool, 0644);
1235MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
1236
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001237MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
1238MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
1239MODULE_VERSION(VERSION);
1240MODULE_LICENSE("GPL");