block: add timer on blkdev_dequeue_request() not elv_next_request()
[linux-2.6/mini2440.git] / drivers / bluetooth / btusb.c
blobaf472e05273296e664e8ddcb7fa443f4bc0e60e8
1 /*
3 * Generic Bluetooth USB driver
5 * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
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.
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.
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
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>
33 #include <linux/usb.h>
35 #include <net/bluetooth/bluetooth.h>
36 #include <net/bluetooth/hci_core.h>
38 //#define CONFIG_BT_HCIBTUSB_DEBUG
39 #ifndef CONFIG_BT_HCIBTUSB_DEBUG
40 #undef BT_DBG
41 #define BT_DBG(D...)
42 #endif
44 #define VERSION "0.3"
46 static int ignore_dga;
47 static int ignore_csr;
48 static int ignore_sniffer;
49 static int disable_scofix;
50 static int force_scofix;
51 static int reset;
53 static struct usb_driver btusb_driver;
55 #define BTUSB_IGNORE 0x01
56 #define BTUSB_RESET 0x02
57 #define BTUSB_DIGIANSWER 0x04
58 #define BTUSB_CSR 0x08
59 #define BTUSB_SNIFFER 0x10
60 #define BTUSB_BCM92035 0x20
61 #define BTUSB_BROKEN_ISOC 0x40
62 #define BTUSB_WRONG_SCO_MTU 0x80
64 static struct usb_device_id btusb_table[] = {
65 /* Generic Bluetooth USB device */
66 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
68 /* AVM BlueFRITZ! USB v2.0 */
69 { USB_DEVICE(0x057c, 0x3800) },
71 /* Bluetooth Ultraport Module from IBM */
72 { USB_DEVICE(0x04bf, 0x030a) },
74 /* ALPS Modules with non-standard id */
75 { USB_DEVICE(0x044e, 0x3001) },
76 { USB_DEVICE(0x044e, 0x3002) },
78 /* Ericsson with non-standard id */
79 { USB_DEVICE(0x0bdb, 0x1002) },
81 /* Canyon CN-BTU1 with HID interfaces */
82 { USB_DEVICE(0x0c10, 0x0000), .driver_info = BTUSB_RESET },
84 { } /* Terminating entry */
87 MODULE_DEVICE_TABLE(usb, btusb_table);
89 static struct usb_device_id blacklist_table[] = {
90 /* CSR BlueCore devices */
91 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
93 /* Broadcom BCM2033 without firmware */
94 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
96 /* Broadcom BCM2035 */
97 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
98 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
100 /* Broadcom BCM2045 */
101 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
102 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
104 /* Broadcom BCM2046 */
105 { USB_DEVICE(0x0a5c, 0x2146), .driver_info = BTUSB_RESET },
106 { USB_DEVICE(0x0a5c, 0x2151), .driver_info = BTUSB_RESET },
108 /* Apple MacBook Pro with Broadcom chip */
109 { USB_DEVICE(0x05ac, 0x820f), .driver_info = BTUSB_RESET },
111 /* IBM/Lenovo ThinkPad with Broadcom chip */
112 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
113 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
115 /* Targus ACB10US */
116 { USB_DEVICE(0x0a5c, 0x2100), .driver_info = BTUSB_RESET },
117 { USB_DEVICE(0x0a5c, 0x2154), .driver_info = BTUSB_RESET },
119 /* ANYCOM Bluetooth USB-200 and USB-250 */
120 { USB_DEVICE(0x0a5c, 0x2111), .driver_info = BTUSB_RESET },
122 /* HP laptop with Broadcom chip */
123 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
125 /* Dell laptop with Broadcom chip */
126 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
128 /* Dell Wireless 370 */
129 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
131 /* Dell Wireless 410 */
132 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
134 /* Microsoft Wireless Transceiver for Bluetooth 2.0 */
135 { USB_DEVICE(0x045e, 0x009c), .driver_info = BTUSB_RESET },
137 /* Kensington Bluetooth USB adapter */
138 { USB_DEVICE(0x047d, 0x105d), .driver_info = BTUSB_RESET },
139 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
141 /* ISSC Bluetooth Adapter v3.1 */
142 { USB_DEVICE(0x1131, 0x1001), .driver_info = BTUSB_RESET },
144 /* RTX Telecom based adapters with buggy SCO support */
145 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
146 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
148 /* CONWISE Technology based adapters with buggy SCO support */
149 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
151 /* Belkin F8T012 and F8T013 devices */
152 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
153 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
155 /* Belkin F8T016 device */
156 { USB_DEVICE(0x050d, 0x016a), .driver_info = BTUSB_RESET },
158 /* Digianswer devices */
159 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
160 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
162 /* CSR BlueCore Bluetooth Sniffer */
163 { USB_DEVICE(0x0a12, 0x0002), .driver_info = BTUSB_SNIFFER },
165 /* Frontline ComProbe Bluetooth Sniffer */
166 { USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
168 { } /* Terminating entry */
171 #define BTUSB_MAX_ISOC_FRAMES 10
173 #define BTUSB_INTR_RUNNING 0
174 #define BTUSB_BULK_RUNNING 1
175 #define BTUSB_ISOC_RUNNING 2
177 struct btusb_data {
178 struct hci_dev *hdev;
179 struct usb_device *udev;
180 struct usb_interface *intf;
181 struct usb_interface *isoc;
183 spinlock_t lock;
185 unsigned long flags;
187 struct work_struct work;
189 struct usb_anchor tx_anchor;
190 struct usb_anchor intr_anchor;
191 struct usb_anchor bulk_anchor;
192 struct usb_anchor isoc_anchor;
194 struct usb_endpoint_descriptor *intr_ep;
195 struct usb_endpoint_descriptor *bulk_tx_ep;
196 struct usb_endpoint_descriptor *bulk_rx_ep;
197 struct usb_endpoint_descriptor *isoc_tx_ep;
198 struct usb_endpoint_descriptor *isoc_rx_ep;
200 int isoc_altsetting;
203 static void btusb_intr_complete(struct urb *urb)
205 struct hci_dev *hdev = urb->context;
206 struct btusb_data *data = hdev->driver_data;
207 int err;
209 BT_DBG("%s urb %p status %d count %d", hdev->name,
210 urb, urb->status, urb->actual_length);
212 if (!test_bit(HCI_RUNNING, &hdev->flags))
213 return;
215 if (urb->status == 0) {
216 hdev->stat.byte_rx += urb->actual_length;
218 if (hci_recv_fragment(hdev, HCI_EVENT_PKT,
219 urb->transfer_buffer,
220 urb->actual_length) < 0) {
221 BT_ERR("%s corrupted event packet", hdev->name);
222 hdev->stat.err_rx++;
226 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags))
227 return;
229 usb_anchor_urb(urb, &data->intr_anchor);
231 err = usb_submit_urb(urb, GFP_ATOMIC);
232 if (err < 0) {
233 BT_ERR("%s urb %p failed to resubmit (%d)",
234 hdev->name, urb, -err);
235 usb_unanchor_urb(urb);
239 static int btusb_submit_intr_urb(struct hci_dev *hdev)
241 struct btusb_data *data = hdev->driver_data;
242 struct urb *urb;
243 unsigned char *buf;
244 unsigned int pipe;
245 int err, size;
247 BT_DBG("%s", hdev->name);
249 if (!data->intr_ep)
250 return -ENODEV;
252 urb = usb_alloc_urb(0, GFP_ATOMIC);
253 if (!urb)
254 return -ENOMEM;
256 size = le16_to_cpu(data->intr_ep->wMaxPacketSize);
258 buf = kmalloc(size, GFP_ATOMIC);
259 if (!buf) {
260 usb_free_urb(urb);
261 return -ENOMEM;
264 pipe = usb_rcvintpipe(data->udev, data->intr_ep->bEndpointAddress);
266 usb_fill_int_urb(urb, data->udev, pipe, buf, size,
267 btusb_intr_complete, hdev,
268 data->intr_ep->bInterval);
270 urb->transfer_flags |= URB_FREE_BUFFER;
272 usb_anchor_urb(urb, &data->intr_anchor);
274 err = usb_submit_urb(urb, GFP_ATOMIC);
275 if (err < 0) {
276 BT_ERR("%s urb %p submission failed (%d)",
277 hdev->name, urb, -err);
278 usb_unanchor_urb(urb);
281 usb_free_urb(urb);
283 return err;
286 static void btusb_bulk_complete(struct urb *urb)
288 struct hci_dev *hdev = urb->context;
289 struct btusb_data *data = hdev->driver_data;
290 int err;
292 BT_DBG("%s urb %p status %d count %d", hdev->name,
293 urb, urb->status, urb->actual_length);
295 if (!test_bit(HCI_RUNNING, &hdev->flags))
296 return;
298 if (urb->status == 0) {
299 hdev->stat.byte_rx += urb->actual_length;
301 if (hci_recv_fragment(hdev, HCI_ACLDATA_PKT,
302 urb->transfer_buffer,
303 urb->actual_length) < 0) {
304 BT_ERR("%s corrupted ACL packet", hdev->name);
305 hdev->stat.err_rx++;
309 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags))
310 return;
312 usb_anchor_urb(urb, &data->bulk_anchor);
314 err = usb_submit_urb(urb, GFP_ATOMIC);
315 if (err < 0) {
316 BT_ERR("%s urb %p failed to resubmit (%d)",
317 hdev->name, urb, -err);
318 usb_unanchor_urb(urb);
322 static int btusb_submit_bulk_urb(struct hci_dev *hdev)
324 struct btusb_data *data = hdev->driver_data;
325 struct urb *urb;
326 unsigned char *buf;
327 unsigned int pipe;
328 int err, size;
330 BT_DBG("%s", hdev->name);
332 if (!data->bulk_rx_ep)
333 return -ENODEV;
335 urb = usb_alloc_urb(0, GFP_KERNEL);
336 if (!urb)
337 return -ENOMEM;
339 size = le16_to_cpu(data->bulk_rx_ep->wMaxPacketSize);
341 buf = kmalloc(size, GFP_KERNEL);
342 if (!buf) {
343 usb_free_urb(urb);
344 return -ENOMEM;
347 pipe = usb_rcvbulkpipe(data->udev, data->bulk_rx_ep->bEndpointAddress);
349 usb_fill_bulk_urb(urb, data->udev, pipe,
350 buf, size, btusb_bulk_complete, hdev);
352 urb->transfer_flags |= URB_FREE_BUFFER;
354 usb_anchor_urb(urb, &data->bulk_anchor);
356 err = usb_submit_urb(urb, GFP_KERNEL);
357 if (err < 0) {
358 BT_ERR("%s urb %p submission failed (%d)",
359 hdev->name, urb, -err);
360 usb_unanchor_urb(urb);
363 usb_free_urb(urb);
365 return err;
368 static void btusb_isoc_complete(struct urb *urb)
370 struct hci_dev *hdev = urb->context;
371 struct btusb_data *data = hdev->driver_data;
372 int i, err;
374 BT_DBG("%s urb %p status %d count %d", hdev->name,
375 urb, urb->status, urb->actual_length);
377 if (!test_bit(HCI_RUNNING, &hdev->flags))
378 return;
380 if (urb->status == 0) {
381 for (i = 0; i < urb->number_of_packets; i++) {
382 unsigned int offset = urb->iso_frame_desc[i].offset;
383 unsigned int length = urb->iso_frame_desc[i].actual_length;
385 if (urb->iso_frame_desc[i].status)
386 continue;
388 hdev->stat.byte_rx += length;
390 if (hci_recv_fragment(hdev, HCI_SCODATA_PKT,
391 urb->transfer_buffer + offset,
392 length) < 0) {
393 BT_ERR("%s corrupted SCO packet", hdev->name);
394 hdev->stat.err_rx++;
399 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
400 return;
402 usb_anchor_urb(urb, &data->isoc_anchor);
404 err = usb_submit_urb(urb, GFP_ATOMIC);
405 if (err < 0) {
406 BT_ERR("%s urb %p failed to resubmit (%d)",
407 hdev->name, urb, -err);
408 usb_unanchor_urb(urb);
412 static void inline __fill_isoc_descriptor(struct urb *urb, int len, int mtu)
414 int i, offset = 0;
416 BT_DBG("len %d mtu %d", len, mtu);
418 for (i = 0; i < BTUSB_MAX_ISOC_FRAMES && len >= mtu;
419 i++, offset += mtu, len -= mtu) {
420 urb->iso_frame_desc[i].offset = offset;
421 urb->iso_frame_desc[i].length = mtu;
424 if (len && i < BTUSB_MAX_ISOC_FRAMES) {
425 urb->iso_frame_desc[i].offset = offset;
426 urb->iso_frame_desc[i].length = len;
427 i++;
430 urb->number_of_packets = i;
433 static int btusb_submit_isoc_urb(struct hci_dev *hdev)
435 struct btusb_data *data = hdev->driver_data;
436 struct urb *urb;
437 unsigned char *buf;
438 unsigned int pipe;
439 int err, size;
441 BT_DBG("%s", hdev->name);
443 if (!data->isoc_rx_ep)
444 return -ENODEV;
446 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_KERNEL);
447 if (!urb)
448 return -ENOMEM;
450 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) *
451 BTUSB_MAX_ISOC_FRAMES;
453 buf = kmalloc(size, GFP_KERNEL);
454 if (!buf) {
455 usb_free_urb(urb);
456 return -ENOMEM;
459 pipe = usb_rcvisocpipe(data->udev, data->isoc_rx_ep->bEndpointAddress);
461 urb->dev = data->udev;
462 urb->pipe = pipe;
463 urb->context = hdev;
464 urb->complete = btusb_isoc_complete;
465 urb->interval = data->isoc_rx_ep->bInterval;
467 urb->transfer_flags = URB_FREE_BUFFER | URB_ISO_ASAP;
468 urb->transfer_buffer = buf;
469 urb->transfer_buffer_length = size;
471 __fill_isoc_descriptor(urb, size,
472 le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize));
474 usb_anchor_urb(urb, &data->isoc_anchor);
476 err = usb_submit_urb(urb, GFP_KERNEL);
477 if (err < 0) {
478 BT_ERR("%s urb %p submission failed (%d)",
479 hdev->name, urb, -err);
480 usb_unanchor_urb(urb);
483 usb_free_urb(urb);
485 return err;
488 static void btusb_tx_complete(struct urb *urb)
490 struct sk_buff *skb = urb->context;
491 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
493 BT_DBG("%s urb %p status %d count %d", hdev->name,
494 urb, urb->status, urb->actual_length);
496 if (!test_bit(HCI_RUNNING, &hdev->flags))
497 goto done;
499 if (!urb->status)
500 hdev->stat.byte_tx += urb->transfer_buffer_length;
501 else
502 hdev->stat.err_tx++;
504 done:
505 kfree(urb->setup_packet);
507 kfree_skb(skb);
510 static int btusb_open(struct hci_dev *hdev)
512 struct btusb_data *data = hdev->driver_data;
513 int err;
515 BT_DBG("%s", hdev->name);
517 if (test_and_set_bit(HCI_RUNNING, &hdev->flags))
518 return 0;
520 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags))
521 return 0;
523 err = btusb_submit_intr_urb(hdev);
524 if (err < 0) {
525 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
526 clear_bit(HCI_RUNNING, &hdev->flags);
529 return err;
532 static int btusb_close(struct hci_dev *hdev)
534 struct btusb_data *data = hdev->driver_data;
536 BT_DBG("%s", hdev->name);
538 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
539 return 0;
541 cancel_work_sync(&data->work);
543 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
544 usb_kill_anchored_urbs(&data->isoc_anchor);
546 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
547 usb_kill_anchored_urbs(&data->bulk_anchor);
549 clear_bit(BTUSB_INTR_RUNNING, &data->flags);
550 usb_kill_anchored_urbs(&data->intr_anchor);
552 return 0;
555 static int btusb_flush(struct hci_dev *hdev)
557 struct btusb_data *data = hdev->driver_data;
559 BT_DBG("%s", hdev->name);
561 usb_kill_anchored_urbs(&data->tx_anchor);
563 return 0;
566 static int btusb_send_frame(struct sk_buff *skb)
568 struct hci_dev *hdev = (struct hci_dev *) skb->dev;
569 struct btusb_data *data = hdev->driver_data;
570 struct usb_ctrlrequest *dr;
571 struct urb *urb;
572 unsigned int pipe;
573 int err;
575 BT_DBG("%s", hdev->name);
577 if (!test_bit(HCI_RUNNING, &hdev->flags))
578 return -EBUSY;
580 switch (bt_cb(skb)->pkt_type) {
581 case HCI_COMMAND_PKT:
582 urb = usb_alloc_urb(0, GFP_ATOMIC);
583 if (!urb)
584 return -ENOMEM;
586 dr = kmalloc(sizeof(*dr), GFP_ATOMIC);
587 if (!dr) {
588 usb_free_urb(urb);
589 return -ENOMEM;
592 dr->bRequestType = USB_TYPE_CLASS;
593 dr->bRequest = 0;
594 dr->wIndex = 0;
595 dr->wValue = 0;
596 dr->wLength = __cpu_to_le16(skb->len);
598 pipe = usb_sndctrlpipe(data->udev, 0x00);
600 usb_fill_control_urb(urb, data->udev, pipe, (void *) dr,
601 skb->data, skb->len, btusb_tx_complete, skb);
603 hdev->stat.cmd_tx++;
604 break;
606 case HCI_ACLDATA_PKT:
607 if (!data->bulk_tx_ep || hdev->conn_hash.acl_num < 1)
608 return -ENODEV;
610 urb = usb_alloc_urb(0, GFP_ATOMIC);
611 if (!urb)
612 return -ENOMEM;
614 pipe = usb_sndbulkpipe(data->udev,
615 data->bulk_tx_ep->bEndpointAddress);
617 usb_fill_bulk_urb(urb, data->udev, pipe,
618 skb->data, skb->len, btusb_tx_complete, skb);
620 hdev->stat.acl_tx++;
621 break;
623 case HCI_SCODATA_PKT:
624 if (!data->isoc_tx_ep || hdev->conn_hash.sco_num < 1)
625 return -ENODEV;
627 urb = usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES, GFP_ATOMIC);
628 if (!urb)
629 return -ENOMEM;
631 pipe = usb_sndisocpipe(data->udev,
632 data->isoc_tx_ep->bEndpointAddress);
634 urb->dev = data->udev;
635 urb->pipe = pipe;
636 urb->context = skb;
637 urb->complete = btusb_tx_complete;
638 urb->interval = data->isoc_tx_ep->bInterval;
640 urb->transfer_flags = URB_ISO_ASAP;
641 urb->transfer_buffer = skb->data;
642 urb->transfer_buffer_length = skb->len;
644 __fill_isoc_descriptor(urb, skb->len,
645 le16_to_cpu(data->isoc_tx_ep->wMaxPacketSize));
647 hdev->stat.sco_tx++;
648 break;
650 default:
651 return -EILSEQ;
654 usb_anchor_urb(urb, &data->tx_anchor);
656 err = usb_submit_urb(urb, GFP_ATOMIC);
657 if (err < 0) {
658 BT_ERR("%s urb %p submission failed", hdev->name, urb);
659 kfree(urb->setup_packet);
660 usb_unanchor_urb(urb);
663 usb_free_urb(urb);
665 return err;
668 static void btusb_destruct(struct hci_dev *hdev)
670 struct btusb_data *data = hdev->driver_data;
672 BT_DBG("%s", hdev->name);
674 kfree(data);
677 static void btusb_notify(struct hci_dev *hdev, unsigned int evt)
679 struct btusb_data *data = hdev->driver_data;
681 BT_DBG("%s evt %d", hdev->name, evt);
683 if (evt == HCI_NOTIFY_CONN_ADD || evt == HCI_NOTIFY_CONN_DEL)
684 schedule_work(&data->work);
687 static int inline __set_isoc_interface(struct hci_dev *hdev, int altsetting)
689 struct btusb_data *data = hdev->driver_data;
690 struct usb_interface *intf = data->isoc;
691 struct usb_endpoint_descriptor *ep_desc;
692 int i, err;
694 if (!data->isoc)
695 return -ENODEV;
697 err = usb_set_interface(data->udev, 1, altsetting);
698 if (err < 0) {
699 BT_ERR("%s setting interface failed (%d)", hdev->name, -err);
700 return err;
703 data->isoc_altsetting = altsetting;
705 data->isoc_tx_ep = NULL;
706 data->isoc_rx_ep = NULL;
708 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
709 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
711 if (!data->isoc_tx_ep && usb_endpoint_is_isoc_out(ep_desc)) {
712 data->isoc_tx_ep = ep_desc;
713 continue;
716 if (!data->isoc_rx_ep && usb_endpoint_is_isoc_in(ep_desc)) {
717 data->isoc_rx_ep = ep_desc;
718 continue;
722 if (!data->isoc_tx_ep || !data->isoc_rx_ep) {
723 BT_ERR("%s invalid SCO descriptors", hdev->name);
724 return -ENODEV;
727 return 0;
730 static void btusb_work(struct work_struct *work)
732 struct btusb_data *data = container_of(work, struct btusb_data, work);
733 struct hci_dev *hdev = data->hdev;
735 if (hdev->conn_hash.acl_num > 0) {
736 if (!test_and_set_bit(BTUSB_BULK_RUNNING, &data->flags)) {
737 if (btusb_submit_bulk_urb(hdev) < 0)
738 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
739 else
740 btusb_submit_bulk_urb(hdev);
742 } else {
743 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
744 usb_kill_anchored_urbs(&data->bulk_anchor);
747 if (hdev->conn_hash.sco_num > 0) {
748 if (data->isoc_altsetting != 2) {
749 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
750 usb_kill_anchored_urbs(&data->isoc_anchor);
752 if (__set_isoc_interface(hdev, 2) < 0)
753 return;
756 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
757 if (btusb_submit_isoc_urb(hdev) < 0)
758 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
759 else
760 btusb_submit_isoc_urb(hdev);
762 } else {
763 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
764 usb_kill_anchored_urbs(&data->isoc_anchor);
766 __set_isoc_interface(hdev, 0);
770 static int btusb_probe(struct usb_interface *intf,
771 const struct usb_device_id *id)
773 struct usb_endpoint_descriptor *ep_desc;
774 struct btusb_data *data;
775 struct hci_dev *hdev;
776 int i, err;
778 BT_DBG("intf %p id %p", intf, id);
780 /* interface numbers are hardcoded in the spec */
781 if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
782 return -ENODEV;
784 if (!id->driver_info) {
785 const struct usb_device_id *match;
786 match = usb_match_id(intf, blacklist_table);
787 if (match)
788 id = match;
791 if (id->driver_info == BTUSB_IGNORE)
792 return -ENODEV;
794 if (ignore_dga && id->driver_info & BTUSB_DIGIANSWER)
795 return -ENODEV;
797 if (ignore_csr && id->driver_info & BTUSB_CSR)
798 return -ENODEV;
800 if (ignore_sniffer && id->driver_info & BTUSB_SNIFFER)
801 return -ENODEV;
803 data = kzalloc(sizeof(*data), GFP_KERNEL);
804 if (!data)
805 return -ENOMEM;
807 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) {
808 ep_desc = &intf->cur_altsetting->endpoint[i].desc;
810 if (!data->intr_ep && usb_endpoint_is_int_in(ep_desc)) {
811 data->intr_ep = ep_desc;
812 continue;
815 if (!data->bulk_tx_ep && usb_endpoint_is_bulk_out(ep_desc)) {
816 data->bulk_tx_ep = ep_desc;
817 continue;
820 if (!data->bulk_rx_ep && usb_endpoint_is_bulk_in(ep_desc)) {
821 data->bulk_rx_ep = ep_desc;
822 continue;
826 if (!data->intr_ep || !data->bulk_tx_ep || !data->bulk_rx_ep) {
827 kfree(data);
828 return -ENODEV;
831 data->udev = interface_to_usbdev(intf);
832 data->intf = intf;
834 spin_lock_init(&data->lock);
836 INIT_WORK(&data->work, btusb_work);
838 init_usb_anchor(&data->tx_anchor);
839 init_usb_anchor(&data->intr_anchor);
840 init_usb_anchor(&data->bulk_anchor);
841 init_usb_anchor(&data->isoc_anchor);
843 hdev = hci_alloc_dev();
844 if (!hdev) {
845 kfree(data);
846 return -ENOMEM;
849 hdev->type = HCI_USB;
850 hdev->driver_data = data;
852 data->hdev = hdev;
854 SET_HCIDEV_DEV(hdev, &intf->dev);
856 hdev->open = btusb_open;
857 hdev->close = btusb_close;
858 hdev->flush = btusb_flush;
859 hdev->send = btusb_send_frame;
860 hdev->destruct = btusb_destruct;
861 hdev->notify = btusb_notify;
863 hdev->owner = THIS_MODULE;
865 /* interface numbers are hardcoded in the spec */
866 data->isoc = usb_ifnum_to_if(data->udev, 1);
868 if (reset || id->driver_info & BTUSB_RESET)
869 set_bit(HCI_QUIRK_RESET_ON_INIT, &hdev->quirks);
871 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
872 if (!disable_scofix)
873 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE, &hdev->quirks);
876 if (id->driver_info & BTUSB_BROKEN_ISOC)
877 data->isoc = NULL;
879 if (id->driver_info & BTUSB_SNIFFER) {
880 struct usb_device *udev = data->udev;
882 if (le16_to_cpu(udev->descriptor.bcdDevice) > 0x997)
883 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);
885 data->isoc = NULL;
888 if (id->driver_info & BTUSB_BCM92035) {
889 unsigned char cmd[] = { 0x3b, 0xfc, 0x01, 0x00 };
890 struct sk_buff *skb;
892 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);
893 if (skb) {
894 memcpy(skb_put(skb, sizeof(cmd)), cmd, sizeof(cmd));
895 skb_queue_tail(&hdev->driver_init, skb);
899 if (data->isoc) {
900 err = usb_driver_claim_interface(&btusb_driver,
901 data->isoc, data);
902 if (err < 0) {
903 hci_free_dev(hdev);
904 kfree(data);
905 return err;
909 err = hci_register_dev(hdev);
910 if (err < 0) {
911 hci_free_dev(hdev);
912 kfree(data);
913 return err;
916 usb_set_intfdata(intf, data);
918 return 0;
921 static void btusb_disconnect(struct usb_interface *intf)
923 struct btusb_data *data = usb_get_intfdata(intf);
924 struct hci_dev *hdev;
926 BT_DBG("intf %p", intf);
928 if (!data)
929 return;
931 hdev = data->hdev;
933 __hci_dev_hold(hdev);
935 usb_set_intfdata(data->intf, NULL);
937 if (data->isoc)
938 usb_set_intfdata(data->isoc, NULL);
940 hci_unregister_dev(hdev);
942 if (intf == data->isoc)
943 usb_driver_release_interface(&btusb_driver, data->intf);
944 else if (data->isoc)
945 usb_driver_release_interface(&btusb_driver, data->isoc);
947 __hci_dev_put(hdev);
949 hci_free_dev(hdev);
952 static struct usb_driver btusb_driver = {
953 .name = "btusb",
954 .probe = btusb_probe,
955 .disconnect = btusb_disconnect,
956 .id_table = btusb_table,
959 static int __init btusb_init(void)
961 BT_INFO("Generic Bluetooth USB driver ver %s", VERSION);
963 return usb_register(&btusb_driver);
966 static void __exit btusb_exit(void)
968 usb_deregister(&btusb_driver);
971 module_init(btusb_init);
972 module_exit(btusb_exit);
974 module_param(ignore_dga, bool, 0644);
975 MODULE_PARM_DESC(ignore_dga, "Ignore devices with id 08fd:0001");
977 module_param(ignore_csr, bool, 0644);
978 MODULE_PARM_DESC(ignore_csr, "Ignore devices with id 0a12:0001");
980 module_param(ignore_sniffer, bool, 0644);
981 MODULE_PARM_DESC(ignore_sniffer, "Ignore devices with id 0a12:0002");
983 module_param(disable_scofix, bool, 0644);
984 MODULE_PARM_DESC(disable_scofix, "Disable fixup of wrong SCO buffer size");
986 module_param(force_scofix, bool, 0644);
987 MODULE_PARM_DESC(force_scofix, "Force fixup of wrong SCO buffers size");
989 module_param(reset, bool, 0644);
990 MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
992 MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
993 MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION);
994 MODULE_VERSION(VERSION);
995 MODULE_LICENSE("GPL");