blob: f9b726091ad0bba89464bad3a59f363318eba508 [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 Kramerf78b6822011-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
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200103 { } /* Terminating entry */
104};
105
106MODULE_DEVICE_TABLE(usb, btusb_table);
107
108static struct usb_device_id blacklist_table[] = {
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200109 /* CSR BlueCore devices */
110 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
111
112 /* Broadcom BCM2033 without firmware */
113 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
114
Bala Shanmugambe931122010-11-26 17:35:46 +0530115 /* Atheros 3011 with sflash firmware */
116 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
Andy Ross2a7bccc2011-05-09 16:11:16 -0700117 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
Ricardo Mendoza8e7c3d22011-07-13 16:04:29 +0100118 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
Bala Shanmugambe931122010-11-26 17:35:46 +0530119
Cho, Yu-Chen509e7862011-01-26 17:10:59 +0800120 /* Atheros AR9285 Malbec with sflash firmware */
121 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
122
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530123 /* Atheros 3012 with sflash firmware */
Steven.Li2d25f8b2011-07-01 14:02:36 +0800124 { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
Bala Shanmugamd9f51b52011-02-11 15:38:53 +0530125
Cho, Yu-Chene9036e32011-02-15 10:20:07 +0800126 /* Atheros AR5BBU12 with sflash firmware */
127 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
128
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200129 /* Broadcom BCM2035 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100130 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
131 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
132 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200133
134 /* Broadcom BCM2045 */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100135 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
136 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmannbdbef3d2008-09-23 00:16:35 +0200137
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200138 /* IBM/Lenovo ThinkPad with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100139 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
140 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200141
142 /* HP laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100143 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200144
145 /* Dell laptop with Broadcom chip */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100146 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200147
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100148 /* Dell Wireless 370 and 410 devices */
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100149 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100150 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200151
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100152 /* Belkin F8T012 and F8T013 devices */
153 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
154 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200155
Marcel Holtmann5ddd4a62008-11-30 12:17:27 +0100156 /* Asus WL-BTD202 device */
157 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
158
159 /* Kensington Bluetooth USB adapter */
160 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
161
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200162 /* RTX Telecom based adapters with buggy SCO support */
163 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
164 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
165
166 /* CONWISE Technology based adapters with buggy SCO support */
167 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
168
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200169 /* Digianswer devices */
170 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
171 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
172
173 /* CSR BlueCore Bluetooth Sniffer */
174 { USB_DEVICE(0x0a12, 0x0002), .driver_info = BTUSB_SNIFFER },
175
176 /* Frontline ComProbe Bluetooth Sniffer */
177 { USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
178
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200179 { } /* Terminating entry */
180};
181
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200182#define BTUSB_MAX_ISOC_FRAMES 10
183
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200184#define BTUSB_INTR_RUNNING 0
185#define BTUSB_BULK_RUNNING 1
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200186#define BTUSB_ISOC_RUNNING 2
Oliver Neukum7bee5492009-08-24 23:44:59 +0200187#define BTUSB_SUSPENDING 3
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300188#define BTUSB_DID_ISO_RESUME 4
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200189
190struct btusb_data {
191 struct hci_dev *hdev;
192 struct usb_device *udev;
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200193 struct usb_interface *intf;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200194 struct usb_interface *isoc;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200195
196 spinlock_t lock;
197
198 unsigned long flags;
199
200 struct work_struct work;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200201 struct work_struct waker;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200202
203 struct usb_anchor tx_anchor;
204 struct usb_anchor intr_anchor;
205 struct usb_anchor bulk_anchor;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200206 struct usb_anchor isoc_anchor;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200207 struct usb_anchor deferred;
208 int tx_in_flight;
209 spinlock_t txlock;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200210
211 struct usb_endpoint_descriptor *intr_ep;
212 struct usb_endpoint_descriptor *bulk_tx_ep;
213 struct usb_endpoint_descriptor *bulk_rx_ep;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200214 struct usb_endpoint_descriptor *isoc_tx_ep;
215 struct usb_endpoint_descriptor *isoc_rx_ep;
216
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100217 __u8 cmdreq_type;
218
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100219 unsigned int sco_num;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200220 int isoc_altsetting;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +0100221 int suspend_count;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200222};
223
Oliver Neukum7bee5492009-08-24 23:44:59 +0200224static int inc_tx(struct btusb_data *data)
225{
226 unsigned long flags;
227 int rv;
228
229 spin_lock_irqsave(&data->txlock, flags);
230 rv = test_bit(BTUSB_SUSPENDING, &data->flags);
231 if (!rv)
232 data->tx_in_flight++;
233 spin_unlock_irqrestore(&data->txlock, flags);
234
235 return rv;
236}
237
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200238static void btusb_intr_complete(struct urb *urb)
239{
240 struct hci_dev *hdev = urb->context;
241 struct btusb_data *data = hdev->driver_data;
242 int err;
243
244 BT_DBG("%s urb %p status %d count %d", hdev->name,
245 urb, urb->status, urb->actual_length);
246
247 if (!test_bit(HCI_RUNNING, &hdev->flags))
248 return;
249
250 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200251 hdev->stat.byte_rx += urb->actual_length;
252
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200253 if (hci_recv_fragment(hdev, HCI_EVENT_PKT,
254 urb->transfer_buffer,
255 urb->actual_length) < 0) {
256 BT_ERR("%s corrupted event packet", hdev->name);
257 hdev->stat.err_rx++;
258 }
259 }
260
261 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
262 return;
263
Oliver Neukum7bee5492009-08-24 23:44:59 +0200264 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200265 usb_anchor_urb(urb, &data->intr_anchor);
266
267 err = usb_submit_urb(urb, GFP_ATOMIC);
268 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200269 /* -EPERM: urb is being killed;
270 * -ENODEV: device got disconnected */
271 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100272 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200273 hdev->name, urb, -err);
274 usb_unanchor_urb(urb);
275 }
276}
277
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100278static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200279{
280 struct btusb_data *data = hdev->driver_data;
281 struct urb *urb;
282 unsigned char *buf;
283 unsigned int pipe;
284 int err, size;
285
286 BT_DBG("%s", hdev->name);
287
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200288 if (!data->intr_ep)
289 return -ENODEV;
290
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100291 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200292 if (!urb)
293 return -ENOMEM;
294
295 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
296
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100297 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200298 if (!buf) {
299 usb_free_urb(urb);
300 return -ENOMEM;
301 }
302
303 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
304
305 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
306 btusb_intr_complete, hdev,
307 data->intr_ep->bInterval);
308
309 urb->transfer_flags |= URB_FREE_BUFFER;
310
311 usb_anchor_urb(urb, &data->intr_anchor);
312
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100313 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200314 if (err < 0) {
315 BT_ERR("%s urb %p submission failed (%d)",
316 hdev->name, urb, -err);
317 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200318 }
319
320 usb_free_urb(urb);
321
322 return err;
323}
324
325static void btusb_bulk_complete(struct urb *urb)
326{
327 struct hci_dev *hdev = urb->context;
328 struct btusb_data *data = hdev->driver_data;
329 int err;
330
331 BT_DBG("%s urb %p status %d count %d", hdev->name,
332 urb, urb->status, urb->actual_length);
333
334 if (!test_bit(HCI_RUNNING, &hdev->flags))
335 return;
336
337 if (urb->status == 0) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200338 hdev->stat.byte_rx += urb->actual_length;
339
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200340 if (hci_recv_fragment(hdev, HCI_ACLDATA_PKT,
341 urb->transfer_buffer,
342 urb->actual_length) < 0) {
343 BT_ERR("%s corrupted ACL packet", hdev->name);
344 hdev->stat.err_rx++;
345 }
346 }
347
348 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
349 return;
350
351 usb_anchor_urb(urb, &data->bulk_anchor);
Oliver Neukum652fd782009-12-16 19:23:43 +0100352 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200353
354 err = usb_submit_urb(urb, GFP_ATOMIC);
355 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200356 /* -EPERM: urb is being killed;
357 * -ENODEV: device got disconnected */
358 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100359 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200360 hdev->name, urb, -err);
361 usb_unanchor_urb(urb);
362 }
363}
364
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100365static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200366{
367 struct btusb_data *data = hdev->driver_data;
368 struct urb *urb;
369 unsigned char *buf;
370 unsigned int pipe;
Vikram Kandukuri290ba202009-07-02 14:31:59 +0530371 int err, size = HCI_MAX_FRAME_SIZE;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200372
373 BT_DBG("%s", hdev->name);
374
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200375 if (!data->bulk_rx_ep)
376 return -ENODEV;
377
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100378 urb = usb_alloc_urb(0, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200379 if (!urb)
380 return -ENOMEM;
381
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100382 buf = kmalloc(size, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200383 if (!buf) {
384 usb_free_urb(urb);
385 return -ENOMEM;
386 }
387
388 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
389
390 usb_fill_bulk_urb(urb, data->udev, pipe,
391 buf, size, btusb_bulk_complete, hdev);
392
393 urb->transfer_flags |= URB_FREE_BUFFER;
394
Oliver Neukum7bee5492009-08-24 23:44:59 +0200395 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200396 usb_anchor_urb(urb, &data->bulk_anchor);
397
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100398 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200399 if (err < 0) {
400 BT_ERR("%s urb %p submission failed (%d)",
401 hdev->name, urb, -err);
402 usb_unanchor_urb(urb);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200403 }
404
405 usb_free_urb(urb);
406
407 return err;
408}
409
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200410static void btusb_isoc_complete(struct urb *urb)
411{
412 struct hci_dev *hdev = urb->context;
413 struct btusb_data *data = hdev->driver_data;
414 int i, err;
415
416 BT_DBG("%s urb %p status %d count %d", hdev->name,
417 urb, urb->status, urb->actual_length);
418
419 if (!test_bit(HCI_RUNNING, &hdev->flags))
420 return;
421
422 if (urb->status == 0) {
423 for (i = 0; i < urb->number_of_packets; i++) {
424 unsigned int offset = urb->iso_frame_desc[i].offset;
425 unsigned int length = urb->iso_frame_desc[i].actual_length;
426
427 if (urb->iso_frame_desc[i].status)
428 continue;
429
430 hdev->stat.byte_rx += length;
431
432 if (hci_recv_fragment(hdev, HCI_SCODATA_PKT,
433 urb->transfer_buffer + offset,
434 length) < 0) {
435 BT_ERR("%s corrupted SCO packet", hdev->name);
436 hdev->stat.err_rx++;
437 }
438 }
439 }
440
441 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
442 return;
443
444 usb_anchor_urb(urb, &data->isoc_anchor);
445
446 err = usb_submit_urb(urb, GFP_ATOMIC);
447 if (err < 0) {
Paul Bolle4935f1c2011-08-09 17:16:28 +0200448 /* -EPERM: urb is being killed;
449 * -ENODEV: device got disconnected */
450 if (err != -EPERM && err != -ENODEV)
Stefan Seyfried61faddf2010-11-30 21:49:08 +0100451 BT_ERR("%s urb %p failed to resubmit (%d)",
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200452 hdev->name, urb, -err);
453 usb_unanchor_urb(urb);
454 }
455}
456
Jesper Juhl42b16b32011-01-17 00:09:38 +0100457static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200458{
459 int i, offset = 0;
460
461 BT_DBG("len %d mtu %d", len, mtu);
462
463 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
464 i++, offset += mtu, len -= mtu) {
465 urb->iso_frame_desc[i].offset = offset;
466 urb->iso_frame_desc[i].length = mtu;
467 }
468
469 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
470 urb->iso_frame_desc[i].offset = offset;
471 urb->iso_frame_desc[i].length = len;
472 i++;
473 }
474
475 urb->number_of_packets = i;
476}
477
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100478static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200479{
480 struct btusb_data *data = hdev->driver_data;
481 struct urb *urb;
482 unsigned char *buf;
483 unsigned int pipe;
484 int err, size;
485
486 BT_DBG("%s", hdev->name);
487
488 if (!data->isoc_rx_ep)
489 return -ENODEV;
490
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100491 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200492 if (!urb)
493 return -ENOMEM;
494
495 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
496 BTUSB_MAX_ISOC_FRAMES;
497
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100498 buf = kmalloc(size, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200499 if (!buf) {
500 usb_free_urb(urb);
501 return -ENOMEM;
502 }
503
504 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
505
506 urb->dev = data->udev;
507 urb->pipe = pipe;
508 urb->context = hdev;
509 urb->complete = btusb_isoc_complete;
510 urb->interval = data->isoc_rx_ep->bInterval;
511
512 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
513 urb->transfer_buffer = buf;
514 urb->transfer_buffer_length = size;
515
516 __fill_isoc_descriptor(urb, size,
517 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
518
519 usb_anchor_urb(urb, &data->isoc_anchor);
520
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100521 err = usb_submit_urb(urb, mem_flags);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200522 if (err < 0) {
523 BT_ERR("%s urb %p submission failed (%d)",
524 hdev->name, urb, -err);
525 usb_unanchor_urb(urb);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200526 }
527
528 usb_free_urb(urb);
529
530 return err;
531}
532
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200533static void btusb_tx_complete(struct urb *urb)
534{
535 struct sk_buff *skb = urb->context;
536 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200537 struct btusb_data *data = hdev->driver_data;
538
539 BT_DBG("%s urb %p status %d count %d", hdev->name,
540 urb, urb->status, urb->actual_length);
541
542 if (!test_bit(HCI_RUNNING, &hdev->flags))
543 goto done;
544
545 if (!urb->status)
546 hdev->stat.byte_tx += urb->transfer_buffer_length;
547 else
548 hdev->stat.err_tx++;
549
550done:
551 spin_lock(&data->txlock);
552 data->tx_in_flight--;
553 spin_unlock(&data->txlock);
554
555 kfree(urb->setup_packet);
556
557 kfree_skb(skb);
558}
559
560static void btusb_isoc_tx_complete(struct urb *urb)
561{
562 struct sk_buff *skb = urb->context;
563 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200564
565 BT_DBG("%s urb %p status %d count %d", hdev->name,
566 urb, urb->status, urb->actual_length);
567
568 if (!test_bit(HCI_RUNNING, &hdev->flags))
569 goto done;
570
571 if (!urb->status)
572 hdev->stat.byte_tx += urb->transfer_buffer_length;
573 else
574 hdev->stat.err_tx++;
575
576done:
577 kfree(urb->setup_packet);
578
579 kfree_skb(skb);
580}
581
582static int btusb_open(struct hci_dev *hdev)
583{
584 struct btusb_data *data = hdev->driver_data;
585 int err;
586
587 BT_DBG("%s", hdev->name);
588
Oliver Neukum7bee5492009-08-24 23:44:59 +0200589 err = usb_autopm_get_interface(data->intf);
590 if (err < 0)
591 return err;
592
593 data->intf->needs_remote_wakeup = 1;
594
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200595 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200596 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200597
598 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +0200599 goto done;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200600
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100601 err = btusb_submit_intr_urb(hdev, GFP_KERNEL);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100602 if (err < 0)
603 goto failed;
604
605 err = btusb_submit_bulk_urb(hdev, GFP_KERNEL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200606 if (err < 0) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100607 usb_kill_anchored_urbs(&data->intr_anchor);
608 goto failed;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200609 }
610
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100611 set_bit(BTUSB_BULK_RUNNING, &data->flags);
612 btusb_submit_bulk_urb(hdev, GFP_KERNEL);
613
Oliver Neukum7bee5492009-08-24 23:44:59 +0200614done:
615 usb_autopm_put_interface(data->intf);
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100616 return 0;
617
618failed:
619 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
620 clear_bit(HCI_RUNNING, &hdev->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200621 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200622 return err;
623}
624
Oliver Neukum7bee5492009-08-24 23:44:59 +0200625static void btusb_stop_traffic(struct btusb_data *data)
626{
627 usb_kill_anchored_urbs(&data->intr_anchor);
628 usb_kill_anchored_urbs(&data->bulk_anchor);
629 usb_kill_anchored_urbs(&data->isoc_anchor);
630}
631
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200632static int btusb_close(struct hci_dev *hdev)
633{
634 struct btusb_data *data = hdev->driver_data;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200635 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200636
637 BT_DBG("%s", hdev->name);
638
639 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
640 return 0;
641
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200642 cancel_work_sync(&data->work);
Linus Torvalds404291a2009-11-11 13:32:29 -0800643 cancel_work_sync(&data->waker);
Marcel Holtmanne8c3c3d2008-09-23 00:16:36 +0200644
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200645 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200646 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200647 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200648
649 btusb_stop_traffic(data);
650 err = usb_autopm_get_interface(data->intf);
651 if (err < 0)
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100652 goto failed;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200653
654 data->intf->needs_remote_wakeup = 0;
655 usb_autopm_put_interface(data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200656
Oliver Neukum7b8e2c12009-11-13 14:26:23 +0100657failed:
658 usb_scuttle_anchored_urbs(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200659 return 0;
660}
661
662static int btusb_flush(struct hci_dev *hdev)
663{
664 struct btusb_data *data = hdev->driver_data;
665
666 BT_DBG("%s", hdev->name);
667
668 usb_kill_anchored_urbs(&data->tx_anchor);
669
670 return 0;
671}
672
673static int btusb_send_frame(struct sk_buff *skb)
674{
675 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
676 struct btusb_data *data = hdev->driver_data;
677 struct usb_ctrlrequest *dr;
678 struct urb *urb;
679 unsigned int pipe;
680 int err;
681
682 BT_DBG("%s", hdev->name);
683
684 if (!test_bit(HCI_RUNNING, &hdev->flags))
685 return -EBUSY;
686
687 switch (bt_cb(skb)->pkt_type) {
688 case HCI_COMMAND_PKT:
689 urb = usb_alloc_urb(0, GFP_ATOMIC);
690 if (!urb)
691 return -ENOMEM;
692
693 dr = kmalloc(sizeof(*dr), GFP_ATOMIC);
694 if (!dr) {
695 usb_free_urb(urb);
696 return -ENOMEM;
697 }
698
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100699 dr->bRequestType = data->cmdreq_type;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200700 dr->bRequest = 0;
701 dr->wIndex = 0;
702 dr->wValue = 0;
703 dr->wLength = __cpu_to_le16(skb->len);
704
705 pipe = usb_sndctrlpipe(data->udev, 0x00);
706
707 usb_fill_control_urb(urb, data->udev, pipe, (void *) dr,
708 skb->data, skb->len, btusb_tx_complete, skb);
709
710 hdev->stat.cmd_tx++;
711 break;
712
713 case HCI_ACLDATA_PKT:
Peter Hurley9fd481e2011-07-14 08:48:32 -0400714 if (!data->bulk_tx_ep)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200715 return -ENODEV;
716
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200717 urb = usb_alloc_urb(0, GFP_ATOMIC);
718 if (!urb)
719 return -ENOMEM;
720
721 pipe = usb_sndbulkpipe(data->udev,
722 data->bulk_tx_ep->bEndpointAddress);
723
724 usb_fill_bulk_urb(urb, data->udev, pipe,
725 skb->data, skb->len, btusb_tx_complete, skb);
726
727 hdev->stat.acl_tx++;
728 break;
729
730 case HCI_SCODATA_PKT:
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200731 if (!data->isoc_tx_ep || hdev->conn_hash.sco_num < 1)
732 return -ENODEV;
733
734 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_ATOMIC);
735 if (!urb)
736 return -ENOMEM;
737
738 pipe = usb_sndisocpipe(data->udev,
739 data->isoc_tx_ep->bEndpointAddress);
740
Gustavo F. Padovan03c2d0e2011-02-14 18:53:43 -0300741 usb_fill_int_urb(urb, data->udev, pipe,
742 skb->data, skb->len, btusb_isoc_tx_complete,
743 skb, data->isoc_tx_ep->bInterval);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200744
745 urb->transfer_flags = URB_ISO_ASAP;
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200746
747 __fill_isoc_descriptor(urb, skb->len,
748 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
749
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200750 hdev->stat.sco_tx++;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200751 goto skip_waking;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200752
753 default:
754 return -EILSEQ;
755 }
756
Oliver Neukum7bee5492009-08-24 23:44:59 +0200757 err = inc_tx(data);
758 if (err) {
759 usb_anchor_urb(urb, &data->deferred);
760 schedule_work(&data->waker);
761 err = 0;
762 goto done;
763 }
764
765skip_waking:
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200766 usb_anchor_urb(urb, &data->tx_anchor);
767
768 err = usb_submit_urb(urb, GFP_ATOMIC);
769 if (err < 0) {
770 BT_ERR("%s urb %p submission failed", hdev->name, urb);
771 kfree(urb->setup_packet);
772 usb_unanchor_urb(urb);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200773 } else {
774 usb_mark_last_busy(data->udev);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200775 }
776
777 usb_free_urb(urb);
778
Oliver Neukum7bee5492009-08-24 23:44:59 +0200779done:
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200780 return err;
781}
782
783static void btusb_destruct(struct hci_dev *hdev)
784{
785 struct btusb_data *data = hdev->driver_data;
786
787 BT_DBG("%s", hdev->name);
788
789 kfree(data);
790}
791
792static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
793{
794 struct btusb_data *data = hdev->driver_data;
795
796 BT_DBG("%s evt %d", hdev->name, evt);
797
Marcel Holtmann43c2e572009-02-04 17:41:38 +0100798 if (hdev->conn_hash.sco_num != data->sco_num) {
799 data->sco_num = hdev->conn_hash.sco_num;
800 schedule_work(&data->work);
Marcel Holtmanna780efa2008-11-30 12:17:12 +0100801 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200802}
803
Jesper Juhl42b16b32011-01-17 00:09:38 +0100804static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200805{
806 struct btusb_data *data = hdev->driver_data;
807 struct usb_interface *intf = data->isoc;
808 struct usb_endpoint_descriptor *ep_desc;
809 int i, err;
810
811 if (!data->isoc)
812 return -ENODEV;
813
814 err = usb_set_interface(data->udev, 1, altsetting);
815 if (err < 0) {
816 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
817 return err;
818 }
819
820 data->isoc_altsetting = altsetting;
821
822 data->isoc_tx_ep = NULL;
823 data->isoc_rx_ep = NULL;
824
825 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
826 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
827
828 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
829 data->isoc_tx_ep = ep_desc;
830 continue;
831 }
832
833 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
834 data->isoc_rx_ep = ep_desc;
835 continue;
836 }
837 }
838
839 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
840 BT_ERR("%s invalid SCO descriptors", hdev->name);
841 return -ENODEV;
842 }
843
844 return 0;
845}
846
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200847static void btusb_work(struct work_struct *work)
848{
849 struct btusb_data *data = container_of(work, struct btusb_data, work);
850 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +0200851 int err;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200852
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200853 if (hdev->conn_hash.sco_num > 0) {
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300854 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
Oliver Neukum8efdd0c2011-02-11 13:00:06 +0100855 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200856 if (err < 0) {
857 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
858 usb_kill_anchored_urbs(&data->isoc_anchor);
859 return;
860 }
861
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300862 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200863 }
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200864 if (data->isoc_altsetting != 2) {
865 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
866 usb_kill_anchored_urbs(&data->isoc_anchor);
867
868 if (__set_isoc_interface(hdev, 2) < 0)
869 return;
870 }
871
872 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100873 if (btusb_submit_isoc_urb(hdev, GFP_KERNEL) < 0)
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200874 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
875 else
Marcel Holtmann2eda66f2008-11-30 12:17:10 +0100876 btusb_submit_isoc_urb(hdev, GFP_KERNEL);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200877 }
878 } else {
879 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
880 usb_kill_anchored_urbs(&data->isoc_anchor);
881
882 __set_isoc_interface(hdev, 0);
Gustavo F. Padovan08b8b6c2010-07-16 17:20:33 -0300883 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
Oliver Neukum8efdd0c2011-02-11 13:00:06 +0100884 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200885 }
886}
887
Oliver Neukum7bee5492009-08-24 23:44:59 +0200888static void btusb_waker(struct work_struct *work)
889{
890 struct btusb_data *data = container_of(work, struct btusb_data, waker);
891 int err;
892
893 err = usb_autopm_get_interface(data->intf);
894 if (err < 0)
895 return;
896
897 usb_autopm_put_interface(data->intf);
898}
899
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200900static int btusb_probe(struct usb_interface *intf,
901 const struct usb_device_id *id)
902{
903 struct usb_endpoint_descriptor *ep_desc;
904 struct btusb_data *data;
905 struct hci_dev *hdev;
906 int i, err;
907
908 BT_DBG("intf %p id %p", intf, id);
909
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200910 /* interface numbers are hardcoded in the spec */
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200911 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
912 return -ENODEV;
913
914 if (!id->driver_info) {
915 const struct usb_device_id *match;
916 match = usb_match_id(intf, blacklist_table);
917 if (match)
918 id = match;
919 }
920
Marcel Holtmanncfeb4142008-08-07 22:26:56 +0200921 if (id->driver_info == BTUSB_IGNORE)
922 return -ENODEV;
923
924 if (ignore_dga && id->driver_info & BTUSB_DIGIANSWER)
925 return -ENODEV;
926
927 if (ignore_csr && id->driver_info & BTUSB_CSR)
928 return -ENODEV;
929
930 if (ignore_sniffer && id->driver_info & BTUSB_SNIFFER)
931 return -ENODEV;
932
Steven.Li2d25f8b2011-07-01 14:02:36 +0800933 if (id->driver_info & BTUSB_ATH3012) {
934 struct usb_device *udev = interface_to_usbdev(intf);
935
936 /* Old firmware would otherwise let ath3k driver load
937 * patch and sysconfig files */
938 if (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x0001)
939 return -ENODEV;
940 }
941
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200942 data = kzalloc(sizeof(*data), GFP_KERNEL);
943 if (!data)
944 return -ENOMEM;
945
946 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
947 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
948
949 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
950 data->intr_ep = ep_desc;
951 continue;
952 }
953
954 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
955 data->bulk_tx_ep = ep_desc;
956 continue;
957 }
958
959 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
960 data->bulk_rx_ep = ep_desc;
961 continue;
962 }
963 }
964
965 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep) {
966 kfree(data);
967 return -ENODEV;
968 }
969
Marcel Holtmann7a9d4022008-11-30 12:17:26 +0100970 data->cmdreq_type = USB_TYPE_CLASS;
971
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200972 data->udev = interface_to_usbdev(intf);
Marcel Holtmann5fbcd262008-09-23 00:16:36 +0200973 data->intf = intf;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200974
975 spin_lock_init(&data->lock);
976
977 INIT_WORK(&data->work, btusb_work);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200978 INIT_WORK(&data->waker, btusb_waker);
979 spin_lock_init(&data->txlock);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200980
981 init_usb_anchor(&data->tx_anchor);
982 init_usb_anchor(&data->intr_anchor);
983 init_usb_anchor(&data->bulk_anchor);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +0200984 init_usb_anchor(&data->isoc_anchor);
Oliver Neukum7bee5492009-08-24 23:44:59 +0200985 init_usb_anchor(&data->deferred);
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200986
987 hdev = hci_alloc_dev();
988 if (!hdev) {
989 kfree(data);
990 return -ENOMEM;
991 }
992
Marcel Holtmannc13854ce2010-02-08 15:27:07 +0100993 hdev->bus = HCI_USB;
Marcel Holtmann5e23b922007-10-20 14:12:34 +0200994 hdev->driver_data = data;
995
996 data->hdev = hdev;
997
998 SET_HCIDEV_DEV(hdev, &intf->dev);
999
1000 hdev->open = btusb_open;
1001 hdev->close = btusb_close;
1002 hdev->flush = btusb_flush;
1003 hdev->send = btusb_send_frame;
1004 hdev->destruct = btusb_destruct;
1005 hdev->notify = btusb_notify;
1006
1007 hdev->owner = THIS_MODULE;
1008
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001009 /* Interface numbers are hardcoded in the specification */
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001010 data->isoc = usb_ifnum_to_if(data->udev, 1);
1011
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001012 if (!reset)
1013 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001014
1015 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
1016 if (!disable_scofix)
1017 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
1018 }
1019
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001020 if (id->driver_info & BTUSB_BROKEN_ISOC)
1021 data->isoc = NULL;
1022
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001023 if (id->driver_info & BTUSB_DIGIANSWER) {
1024 data->cmdreq_type = USB_TYPE_VENDOR;
1025 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
1026 }
1027
1028 if (id->driver_info & BTUSB_CSR) {
1029 struct usb_device *udev = data->udev;
1030
1031 /* Old firmware would otherwise execute USB reset */
1032 if (le16_to_cpu(udev->descriptor.bcdDevice) < 0x117)
1033 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks);
1034 }
1035
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001036 if (id->driver_info & BTUSB_SNIFFER) {
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001037 struct usb_device *udev = data->udev;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001038
Marcel Holtmann7a9d4022008-11-30 12:17:26 +01001039 /* New sniffer firmware has crippled HCI interface */
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001040 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
1041 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001042
1043 data->isoc = NULL;
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001044 }
1045
1046 if (id->driver_info & BTUSB_BCM92035) {
1047 unsigned char cmd[] = { 0x3b, 0xfc, 0x01, 0x00 };
1048 struct sk_buff *skb;
1049
1050 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);
1051 if (skb) {
1052 memcpy(skb_put(skb, sizeof(cmd)), cmd, sizeof(cmd));
1053 skb_queue_tail(&hdev->driver_init, skb);
1054 }
1055 }
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001056
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001057 if (data->isoc) {
1058 err = usb_driver_claim_interface(&btusb_driver,
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001059 data->isoc, data);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001060 if (err < 0) {
1061 hci_free_dev(hdev);
1062 kfree(data);
1063 return err;
1064 }
1065 }
1066
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001067 err = hci_register_dev(hdev);
1068 if (err < 0) {
1069 hci_free_dev(hdev);
1070 kfree(data);
1071 return err;
1072 }
1073
1074 usb_set_intfdata(intf, data);
1075
1076 return 0;
1077}
1078
1079static void btusb_disconnect(struct usb_interface *intf)
1080{
1081 struct btusb_data *data = usb_get_intfdata(intf);
1082 struct hci_dev *hdev;
1083
1084 BT_DBG("intf %p", intf);
1085
1086 if (!data)
1087 return;
1088
1089 hdev = data->hdev;
1090
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001091 __hci_dev_hold(hdev);
Marcel Holtmann9bfa35f2008-08-18 13:23:52 +02001092
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001093 usb_set_intfdata(data->intf, NULL);
1094
1095 if (data->isoc)
1096 usb_set_intfdata(data->isoc, NULL);
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001097
1098 hci_unregister_dev(hdev);
1099
Marcel Holtmann5fbcd262008-09-23 00:16:36 +02001100 if (intf == data->isoc)
1101 usb_driver_release_interface(&btusb_driver, data->intf);
1102 else if (data->isoc)
1103 usb_driver_release_interface(&btusb_driver, data->isoc);
1104
1105 __hci_dev_put(hdev);
1106
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001107 hci_free_dev(hdev);
1108}
1109
Oliver Neukum7bee5492009-08-24 23:44:59 +02001110#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001111static int btusb_suspend(struct usb_interface *intf, pm_message_t message)
1112{
1113 struct btusb_data *data = usb_get_intfdata(intf);
1114
1115 BT_DBG("intf %p", intf);
1116
1117 if (data->suspend_count++)
1118 return 0;
1119
Oliver Neukum7bee5492009-08-24 23:44:59 +02001120 spin_lock_irq(&data->txlock);
Alan Stern5b1b0b82011-08-19 23:49:48 +02001121 if (!(PMSG_IS_AUTO(message) && data->tx_in_flight)) {
Oliver Neukum7bee5492009-08-24 23:44:59 +02001122 set_bit(BTUSB_SUSPENDING, &data->flags);
1123 spin_unlock_irq(&data->txlock);
1124 } else {
1125 spin_unlock_irq(&data->txlock);
1126 data->suspend_count--;
1127 return -EBUSY;
1128 }
1129
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001130 cancel_work_sync(&data->work);
1131
Oliver Neukum7bee5492009-08-24 23:44:59 +02001132 btusb_stop_traffic(data);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001133 usb_kill_anchored_urbs(&data->tx_anchor);
1134
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001135 return 0;
1136}
1137
Oliver Neukum7bee5492009-08-24 23:44:59 +02001138static void play_deferred(struct btusb_data *data)
1139{
1140 struct urb *urb;
1141 int err;
1142
1143 while ((urb = usb_get_from_anchor(&data->deferred))) {
1144 err = usb_submit_urb(urb, GFP_ATOMIC);
1145 if (err < 0)
1146 break;
1147
1148 data->tx_in_flight++;
1149 }
1150 usb_scuttle_anchored_urbs(&data->deferred);
1151}
1152
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001153static int btusb_resume(struct usb_interface *intf)
1154{
1155 struct btusb_data *data = usb_get_intfdata(intf);
1156 struct hci_dev *hdev = data->hdev;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001157 int err = 0;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001158
1159 BT_DBG("intf %p", intf);
1160
1161 if (--data->suspend_count)
1162 return 0;
1163
1164 if (!test_bit(HCI_RUNNING, &hdev->flags))
Oliver Neukum7bee5492009-08-24 23:44:59 +02001165 goto done;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001166
1167 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) {
1168 err = btusb_submit_intr_urb(hdev, GFP_NOIO);
1169 if (err < 0) {
1170 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001171 goto failed;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001172 }
1173 }
1174
1175 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) {
Marcel Holtmann43c2e572009-02-04 17:41:38 +01001176 err = btusb_submit_bulk_urb(hdev, GFP_NOIO);
1177 if (err < 0) {
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001178 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
Oliver Neukum7bee5492009-08-24 23:44:59 +02001179 goto failed;
1180 }
1181
1182 btusb_submit_bulk_urb(hdev, GFP_NOIO);
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001183 }
1184
1185 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
1186 if (btusb_submit_isoc_urb(hdev, GFP_NOIO) < 0)
1187 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1188 else
1189 btusb_submit_isoc_urb(hdev, GFP_NOIO);
1190 }
1191
Oliver Neukum7bee5492009-08-24 23:44:59 +02001192 spin_lock_irq(&data->txlock);
1193 play_deferred(data);
1194 clear_bit(BTUSB_SUSPENDING, &data->flags);
1195 spin_unlock_irq(&data->txlock);
1196 schedule_work(&data->work);
1197
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001198 return 0;
Oliver Neukum7bee5492009-08-24 23:44:59 +02001199
1200failed:
1201 usb_scuttle_anchored_urbs(&data->deferred);
1202done:
1203 spin_lock_irq(&data->txlock);
1204 clear_bit(BTUSB_SUSPENDING, &data->flags);
1205 spin_unlock_irq(&data->txlock);
1206
1207 return err;
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001208}
Oliver Neukum7bee5492009-08-24 23:44:59 +02001209#endif
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001210
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001211static struct usb_driver btusb_driver = {
1212 .name = "btusb",
1213 .probe = btusb_probe,
1214 .disconnect = btusb_disconnect,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001215#ifdef CONFIG_PM
Marcel Holtmann6a88adf2008-11-30 12:17:14 +01001216 .suspend = btusb_suspend,
1217 .resume = btusb_resume,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001218#endif
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001219 .id_table = btusb_table,
Oliver Neukum7bee5492009-08-24 23:44:59 +02001220 .supports_autosuspend = 1,
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001221};
1222
1223static int __init btusb_init(void)
1224{
1225 BT_INFO("Generic Bluetooth USB driver ver %s", VERSION);
1226
1227 return usb_register(&btusb_driver);
1228}
1229
1230static void __exit btusb_exit(void)
1231{
1232 usb_deregister(&btusb_driver);
1233}
1234
1235module_init(btusb_init);
1236module_exit(btusb_exit);
1237
Marcel Holtmanncfeb4142008-08-07 22:26:56 +02001238module_param(ignore_dga, bool, 0644);
1239MODULE_PARM_DESC(ignore_dga, "Ignore devices with id 08fd:0001");
1240
1241module_param(ignore_csr, bool, 0644);
1242MODULE_PARM_DESC(ignore_csr, "Ignore devices with id 0a12:0001");
1243
1244module_param(ignore_sniffer, bool, 0644);
1245MODULE_PARM_DESC(ignore_sniffer, "Ignore devices with id 0a12:0002");
1246
1247module_param(disable_scofix, bool, 0644);
1248MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
1249
1250module_param(force_scofix, bool, 0644);
1251MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
1252
1253module_param(reset, bool, 0644);
1254MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
1255
Marcel Holtmann5e23b922007-10-20 14:12:34 +02001256MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
1257MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
1258MODULE_VERSION(VERSION);
1259MODULE_LICENSE("GPL");