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>
40 static int ignore_dga
;
41 static int ignore_csr
;
42 static int ignore_sniffer
;
43 static int disable_scofix
;
44 static int force_scofix
;
48 static struct usb_driver btusb_driver
;
50 #define BTUSB_IGNORE 0x01
51 #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
58 static struct usb_device_id btusb_table
[] = {
59 /* Generic Bluetooth USB device */
60 { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
62 /* Apple MacBookPro 7,1 */
63 { USB_DEVICE(0x05ac, 0x8213) },
66 { USB_DEVICE(0x05ac, 0x8215) },
68 /* Apple MacBookPro6,2 */
69 { USB_DEVICE(0x05ac, 0x8218) },
71 /* Apple MacBookAir3,1, MacBookAir3,2 */
72 { USB_DEVICE(0x05ac, 0x821b) },
74 /* Apple MacBookPro8,2 */
75 { USB_DEVICE(0x05ac, 0x821a) },
77 /* AVM BlueFRITZ! USB v2.0 */
78 { USB_DEVICE(0x057c, 0x3800) },
80 /* Bluetooth Ultraport Module from IBM */
81 { USB_DEVICE(0x04bf, 0x030a) },
83 /* ALPS Modules with non-standard id */
84 { USB_DEVICE(0x044e, 0x3001) },
85 { USB_DEVICE(0x044e, 0x3002) },
87 /* Ericsson with non-standard id */
88 { USB_DEVICE(0x0bdb, 0x1002) },
90 /* Canyon CN-BTU1 with HID interfaces */
91 { USB_DEVICE(0x0c10, 0x0000) },
93 { } /* Terminating entry */
96 MODULE_DEVICE_TABLE(usb
, btusb_table
);
98 static struct usb_device_id blacklist_table
[] = {
99 /* CSR BlueCore devices */
100 { USB_DEVICE(0x0a12, 0x0001), .driver_info
= BTUSB_CSR
},
102 /* Broadcom BCM2033 without firmware */
103 { USB_DEVICE(0x0a5c, 0x2033), .driver_info
= BTUSB_IGNORE
},
105 /* Atheros 3011 with sflash firmware */
106 { USB_DEVICE(0x0cf3, 0x3002), .driver_info
= BTUSB_IGNORE
},
107 { USB_DEVICE(0x13d3, 0x3304), .driver_info
= BTUSB_IGNORE
},
109 /* Atheros AR9285 Malbec with sflash firmware */
110 { USB_DEVICE(0x03f0, 0x311d), .driver_info
= BTUSB_IGNORE
},
112 /* Atheros 3012 with sflash firmware */
113 { USB_DEVICE(0x0cf3, 0x3004), .driver_info
= BTUSB_IGNORE
},
115 /* Atheros AR5BBU12 with sflash firmware */
116 { USB_DEVICE(0x0489, 0xe02c), .driver_info
= BTUSB_IGNORE
},
118 /* Broadcom BCM2035 */
119 { USB_DEVICE(0x0a5c, 0x2035), .driver_info
= BTUSB_WRONG_SCO_MTU
},
120 { USB_DEVICE(0x0a5c, 0x200a), .driver_info
= BTUSB_WRONG_SCO_MTU
},
121 { USB_DEVICE(0x0a5c, 0x2009), .driver_info
= BTUSB_BCM92035
},
123 /* Broadcom BCM2045 */
124 { USB_DEVICE(0x0a5c, 0x2039), .driver_info
= BTUSB_WRONG_SCO_MTU
},
125 { USB_DEVICE(0x0a5c, 0x2101), .driver_info
= BTUSB_WRONG_SCO_MTU
},
127 /* IBM/Lenovo ThinkPad with Broadcom chip */
128 { USB_DEVICE(0x0a5c, 0x201e), .driver_info
= BTUSB_WRONG_SCO_MTU
},
129 { USB_DEVICE(0x0a5c, 0x2110), .driver_info
= BTUSB_WRONG_SCO_MTU
},
131 /* HP laptop with Broadcom chip */
132 { USB_DEVICE(0x03f0, 0x171d), .driver_info
= BTUSB_WRONG_SCO_MTU
},
134 /* Dell laptop with Broadcom chip */
135 { USB_DEVICE(0x413c, 0x8126), .driver_info
= BTUSB_WRONG_SCO_MTU
},
137 /* Dell Wireless 370 and 410 devices */
138 { USB_DEVICE(0x413c, 0x8152), .driver_info
= BTUSB_WRONG_SCO_MTU
},
139 { USB_DEVICE(0x413c, 0x8156), .driver_info
= BTUSB_WRONG_SCO_MTU
},
141 /* Belkin F8T012 and F8T013 devices */
142 { USB_DEVICE(0x050d, 0x0012), .driver_info
= BTUSB_WRONG_SCO_MTU
},
143 { USB_DEVICE(0x050d, 0x0013), .driver_info
= BTUSB_WRONG_SCO_MTU
},
145 /* Asus WL-BTD202 device */
146 { USB_DEVICE(0x0b05, 0x1715), .driver_info
= BTUSB_WRONG_SCO_MTU
},
148 /* Kensington Bluetooth USB adapter */
149 { USB_DEVICE(0x047d, 0x105e), .driver_info
= BTUSB_WRONG_SCO_MTU
},
151 /* RTX Telecom based adapters with buggy SCO support */
152 { USB_DEVICE(0x0400, 0x0807), .driver_info
= BTUSB_BROKEN_ISOC
},
153 { USB_DEVICE(0x0400, 0x080a), .driver_info
= BTUSB_BROKEN_ISOC
},
155 /* CONWISE Technology based adapters with buggy SCO support */
156 { USB_DEVICE(0x0e5e, 0x6622), .driver_info
= BTUSB_BROKEN_ISOC
},
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
176 #define BTUSB_SUSPENDING 3
177 #define BTUSB_DID_ISO_RESUME 4
180 struct hci_dev
*hdev
;
181 struct usb_device
*udev
;
182 struct usb_interface
*intf
;
183 struct usb_interface
*isoc
;
189 struct work_struct work
;
190 struct work_struct waker
;
192 struct usb_anchor tx_anchor
;
193 struct usb_anchor intr_anchor
;
194 struct usb_anchor bulk_anchor
;
195 struct usb_anchor isoc_anchor
;
196 struct usb_anchor deferred
;
200 struct usb_endpoint_descriptor
*intr_ep
;
201 struct usb_endpoint_descriptor
*bulk_tx_ep
;
202 struct usb_endpoint_descriptor
*bulk_rx_ep
;
203 struct usb_endpoint_descriptor
*isoc_tx_ep
;
204 struct usb_endpoint_descriptor
*isoc_rx_ep
;
208 unsigned int sco_num
;
213 static int inc_tx(struct btusb_data
*data
)
218 spin_lock_irqsave(&data
->txlock
, flags
);
219 rv
= test_bit(BTUSB_SUSPENDING
, &data
->flags
);
221 data
->tx_in_flight
++;
222 spin_unlock_irqrestore(&data
->txlock
, flags
);
227 static void btusb_intr_complete(struct urb
*urb
)
229 struct hci_dev
*hdev
= urb
->context
;
230 struct btusb_data
*data
= hdev
->driver_data
;
233 BT_DBG("%s urb %p status %d count %d", hdev
->name
,
234 urb
, urb
->status
, urb
->actual_length
);
236 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
239 if (urb
->status
== 0) {
240 hdev
->stat
.byte_rx
+= urb
->actual_length
;
242 if (hci_recv_fragment(hdev
, HCI_EVENT_PKT
,
243 urb
->transfer_buffer
,
244 urb
->actual_length
) < 0) {
245 BT_ERR("%s corrupted event packet", hdev
->name
);
250 if (!test_bit(BTUSB_INTR_RUNNING
, &data
->flags
))
253 usb_mark_last_busy(data
->udev
);
254 usb_anchor_urb(urb
, &data
->intr_anchor
);
256 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
259 BT_ERR("%s urb %p failed to resubmit (%d)",
260 hdev
->name
, urb
, -err
);
261 usb_unanchor_urb(urb
);
265 static int btusb_submit_intr_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
267 struct btusb_data
*data
= hdev
->driver_data
;
273 BT_DBG("%s", hdev
->name
);
278 urb
= usb_alloc_urb(0, mem_flags
);
282 size
= le16_to_cpu(data
->intr_ep
->wMaxPacketSize
);
284 buf
= kmalloc(size
, mem_flags
);
290 pipe
= usb_rcvintpipe(data
->udev
, data
->intr_ep
->bEndpointAddress
);
292 usb_fill_int_urb(urb
, data
->udev
, pipe
, buf
, size
,
293 btusb_intr_complete
, hdev
,
294 data
->intr_ep
->bInterval
);
296 urb
->transfer_flags
|= URB_FREE_BUFFER
;
298 usb_anchor_urb(urb
, &data
->intr_anchor
);
300 err
= usb_submit_urb(urb
, mem_flags
);
302 BT_ERR("%s urb %p submission failed (%d)",
303 hdev
->name
, urb
, -err
);
304 usb_unanchor_urb(urb
);
312 static void btusb_bulk_complete(struct urb
*urb
)
314 struct hci_dev
*hdev
= urb
->context
;
315 struct btusb_data
*data
= hdev
->driver_data
;
318 BT_DBG("%s urb %p status %d count %d", hdev
->name
,
319 urb
, urb
->status
, urb
->actual_length
);
321 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
324 if (urb
->status
== 0) {
325 hdev
->stat
.byte_rx
+= urb
->actual_length
;
327 if (hci_recv_fragment(hdev
, HCI_ACLDATA_PKT
,
328 urb
->transfer_buffer
,
329 urb
->actual_length
) < 0) {
330 BT_ERR("%s corrupted ACL packet", hdev
->name
);
335 if (!test_bit(BTUSB_BULK_RUNNING
, &data
->flags
))
338 usb_anchor_urb(urb
, &data
->bulk_anchor
);
339 usb_mark_last_busy(data
->udev
);
341 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
344 BT_ERR("%s urb %p failed to resubmit (%d)",
345 hdev
->name
, urb
, -err
);
346 usb_unanchor_urb(urb
);
350 static int btusb_submit_bulk_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
352 struct btusb_data
*data
= hdev
->driver_data
;
356 int err
, size
= HCI_MAX_FRAME_SIZE
;
358 BT_DBG("%s", hdev
->name
);
360 if (!data
->bulk_rx_ep
)
363 urb
= usb_alloc_urb(0, mem_flags
);
367 buf
= kmalloc(size
, mem_flags
);
373 pipe
= usb_rcvbulkpipe(data
->udev
, data
->bulk_rx_ep
->bEndpointAddress
);
375 usb_fill_bulk_urb(urb
, data
->udev
, pipe
,
376 buf
, size
, btusb_bulk_complete
, hdev
);
378 urb
->transfer_flags
|= URB_FREE_BUFFER
;
380 usb_mark_last_busy(data
->udev
);
381 usb_anchor_urb(urb
, &data
->bulk_anchor
);
383 err
= usb_submit_urb(urb
, mem_flags
);
385 BT_ERR("%s urb %p submission failed (%d)",
386 hdev
->name
, urb
, -err
);
387 usb_unanchor_urb(urb
);
395 static void btusb_isoc_complete(struct urb
*urb
)
397 struct hci_dev
*hdev
= urb
->context
;
398 struct btusb_data
*data
= hdev
->driver_data
;
401 BT_DBG("%s urb %p status %d count %d", hdev
->name
,
402 urb
, urb
->status
, urb
->actual_length
);
404 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
407 if (urb
->status
== 0) {
408 for (i
= 0; i
< urb
->number_of_packets
; i
++) {
409 unsigned int offset
= urb
->iso_frame_desc
[i
].offset
;
410 unsigned int length
= urb
->iso_frame_desc
[i
].actual_length
;
412 if (urb
->iso_frame_desc
[i
].status
)
415 hdev
->stat
.byte_rx
+= length
;
417 if (hci_recv_fragment(hdev
, HCI_SCODATA_PKT
,
418 urb
->transfer_buffer
+ offset
,
420 BT_ERR("%s corrupted SCO packet", hdev
->name
);
426 if (!test_bit(BTUSB_ISOC_RUNNING
, &data
->flags
))
429 usb_anchor_urb(urb
, &data
->isoc_anchor
);
431 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
434 BT_ERR("%s urb %p failed to resubmit (%d)",
435 hdev
->name
, urb
, -err
);
436 usb_unanchor_urb(urb
);
440 static inline void __fill_isoc_descriptor(struct urb
*urb
, int len
, int mtu
)
444 BT_DBG("len %d mtu %d", len
, mtu
);
446 for (i
= 0; i
< BTUSB_MAX_ISOC_FRAMES
&& len
>= mtu
;
447 i
++, offset
+= mtu
, len
-= mtu
) {
448 urb
->iso_frame_desc
[i
].offset
= offset
;
449 urb
->iso_frame_desc
[i
].length
= mtu
;
452 if (len
&& i
< BTUSB_MAX_ISOC_FRAMES
) {
453 urb
->iso_frame_desc
[i
].offset
= offset
;
454 urb
->iso_frame_desc
[i
].length
= len
;
458 urb
->number_of_packets
= i
;
461 static int btusb_submit_isoc_urb(struct hci_dev
*hdev
, gfp_t mem_flags
)
463 struct btusb_data
*data
= hdev
->driver_data
;
469 BT_DBG("%s", hdev
->name
);
471 if (!data
->isoc_rx_ep
)
474 urb
= usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES
, mem_flags
);
478 size
= le16_to_cpu(data
->isoc_rx_ep
->wMaxPacketSize
) *
479 BTUSB_MAX_ISOC_FRAMES
;
481 buf
= kmalloc(size
, mem_flags
);
487 pipe
= usb_rcvisocpipe(data
->udev
, data
->isoc_rx_ep
->bEndpointAddress
);
489 urb
->dev
= data
->udev
;
492 urb
->complete
= btusb_isoc_complete
;
493 urb
->interval
= data
->isoc_rx_ep
->bInterval
;
495 urb
->transfer_flags
= URB_FREE_BUFFER
| URB_ISO_ASAP
;
496 urb
->transfer_buffer
= buf
;
497 urb
->transfer_buffer_length
= size
;
499 __fill_isoc_descriptor(urb
, size
,
500 le16_to_cpu(data
->isoc_rx_ep
->wMaxPacketSize
));
502 usb_anchor_urb(urb
, &data
->isoc_anchor
);
504 err
= usb_submit_urb(urb
, mem_flags
);
506 BT_ERR("%s urb %p submission failed (%d)",
507 hdev
->name
, urb
, -err
);
508 usb_unanchor_urb(urb
);
516 static void btusb_tx_complete(struct urb
*urb
)
518 struct sk_buff
*skb
= urb
->context
;
519 struct hci_dev
*hdev
= (struct hci_dev
*) skb
->dev
;
520 struct btusb_data
*data
= hdev
->driver_data
;
522 BT_DBG("%s urb %p status %d count %d", hdev
->name
,
523 urb
, urb
->status
, urb
->actual_length
);
525 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
529 hdev
->stat
.byte_tx
+= urb
->transfer_buffer_length
;
534 spin_lock(&data
->txlock
);
535 data
->tx_in_flight
--;
536 spin_unlock(&data
->txlock
);
538 kfree(urb
->setup_packet
);
543 static void btusb_isoc_tx_complete(struct urb
*urb
)
545 struct sk_buff
*skb
= urb
->context
;
546 struct hci_dev
*hdev
= (struct hci_dev
*) skb
->dev
;
548 BT_DBG("%s urb %p status %d count %d", hdev
->name
,
549 urb
, urb
->status
, urb
->actual_length
);
551 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
555 hdev
->stat
.byte_tx
+= urb
->transfer_buffer_length
;
560 kfree(urb
->setup_packet
);
565 static int btusb_open(struct hci_dev
*hdev
)
567 struct btusb_data
*data
= hdev
->driver_data
;
570 BT_DBG("%s", hdev
->name
);
572 err
= usb_autopm_get_interface(data
->intf
);
576 data
->intf
->needs_remote_wakeup
= 1;
578 if (test_and_set_bit(HCI_RUNNING
, &hdev
->flags
))
581 if (test_and_set_bit(BTUSB_INTR_RUNNING
, &data
->flags
))
584 err
= btusb_submit_intr_urb(hdev
, GFP_KERNEL
);
588 err
= btusb_submit_bulk_urb(hdev
, GFP_KERNEL
);
590 usb_kill_anchored_urbs(&data
->intr_anchor
);
594 set_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
595 btusb_submit_bulk_urb(hdev
, GFP_KERNEL
);
598 usb_autopm_put_interface(data
->intf
);
602 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
603 clear_bit(HCI_RUNNING
, &hdev
->flags
);
604 usb_autopm_put_interface(data
->intf
);
608 static void btusb_stop_traffic(struct btusb_data
*data
)
610 usb_kill_anchored_urbs(&data
->intr_anchor
);
611 usb_kill_anchored_urbs(&data
->bulk_anchor
);
612 usb_kill_anchored_urbs(&data
->isoc_anchor
);
615 static int btusb_close(struct hci_dev
*hdev
)
617 struct btusb_data
*data
= hdev
->driver_data
;
620 BT_DBG("%s", hdev
->name
);
622 if (!test_and_clear_bit(HCI_RUNNING
, &hdev
->flags
))
625 cancel_work_sync(&data
->work
);
626 cancel_work_sync(&data
->waker
);
628 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
629 clear_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
630 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
632 btusb_stop_traffic(data
);
633 err
= usb_autopm_get_interface(data
->intf
);
637 data
->intf
->needs_remote_wakeup
= 0;
638 usb_autopm_put_interface(data
->intf
);
641 usb_scuttle_anchored_urbs(&data
->deferred
);
645 static int btusb_flush(struct hci_dev
*hdev
)
647 struct btusb_data
*data
= hdev
->driver_data
;
649 BT_DBG("%s", hdev
->name
);
651 usb_kill_anchored_urbs(&data
->tx_anchor
);
656 static int btusb_send_frame(struct sk_buff
*skb
)
658 struct hci_dev
*hdev
= (struct hci_dev
*) skb
->dev
;
659 struct btusb_data
*data
= hdev
->driver_data
;
660 struct usb_ctrlrequest
*dr
;
665 BT_DBG("%s", hdev
->name
);
667 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
670 switch (bt_cb(skb
)->pkt_type
) {
671 case HCI_COMMAND_PKT
:
672 urb
= usb_alloc_urb(0, GFP_ATOMIC
);
676 dr
= kmalloc(sizeof(*dr
), GFP_ATOMIC
);
682 dr
->bRequestType
= data
->cmdreq_type
;
686 dr
->wLength
= __cpu_to_le16(skb
->len
);
688 pipe
= usb_sndctrlpipe(data
->udev
, 0x00);
690 usb_fill_control_urb(urb
, data
->udev
, pipe
, (void *) dr
,
691 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
696 case HCI_ACLDATA_PKT
:
697 if (!data
->bulk_tx_ep
|| (hdev
->conn_hash
.acl_num
< 1 &&
698 hdev
->conn_hash
.le_num
< 1))
701 urb
= usb_alloc_urb(0, GFP_ATOMIC
);
705 pipe
= usb_sndbulkpipe(data
->udev
,
706 data
->bulk_tx_ep
->bEndpointAddress
);
708 usb_fill_bulk_urb(urb
, data
->udev
, pipe
,
709 skb
->data
, skb
->len
, btusb_tx_complete
, skb
);
714 case HCI_SCODATA_PKT
:
715 if (!data
->isoc_tx_ep
|| hdev
->conn_hash
.sco_num
< 1)
718 urb
= usb_alloc_urb(BTUSB_MAX_ISOC_FRAMES
, GFP_ATOMIC
);
722 pipe
= usb_sndisocpipe(data
->udev
,
723 data
->isoc_tx_ep
->bEndpointAddress
);
725 usb_fill_int_urb(urb
, data
->udev
, pipe
,
726 skb
->data
, skb
->len
, btusb_isoc_tx_complete
,
727 skb
, data
->isoc_tx_ep
->bInterval
);
729 urb
->transfer_flags
= URB_ISO_ASAP
;
731 __fill_isoc_descriptor(urb
, skb
->len
,
732 le16_to_cpu(data
->isoc_tx_ep
->wMaxPacketSize
));
743 usb_anchor_urb(urb
, &data
->deferred
);
744 schedule_work(&data
->waker
);
750 usb_anchor_urb(urb
, &data
->tx_anchor
);
752 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
754 BT_ERR("%s urb %p submission failed", hdev
->name
, urb
);
755 kfree(urb
->setup_packet
);
756 usb_unanchor_urb(urb
);
758 usb_mark_last_busy(data
->udev
);
767 static void btusb_destruct(struct hci_dev
*hdev
)
769 struct btusb_data
*data
= hdev
->driver_data
;
771 BT_DBG("%s", hdev
->name
);
776 static void btusb_notify(struct hci_dev
*hdev
, unsigned int evt
)
778 struct btusb_data
*data
= hdev
->driver_data
;
780 BT_DBG("%s evt %d", hdev
->name
, evt
);
782 if (hdev
->conn_hash
.sco_num
!= data
->sco_num
) {
783 data
->sco_num
= hdev
->conn_hash
.sco_num
;
784 schedule_work(&data
->work
);
788 static inline int __set_isoc_interface(struct hci_dev
*hdev
, int altsetting
)
790 struct btusb_data
*data
= hdev
->driver_data
;
791 struct usb_interface
*intf
= data
->isoc
;
792 struct usb_endpoint_descriptor
*ep_desc
;
798 err
= usb_set_interface(data
->udev
, 1, altsetting
);
800 BT_ERR("%s setting interface failed (%d)", hdev
->name
, -err
);
804 data
->isoc_altsetting
= altsetting
;
806 data
->isoc_tx_ep
= NULL
;
807 data
->isoc_rx_ep
= NULL
;
809 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
810 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
812 if (!data
->isoc_tx_ep
&& usb_endpoint_is_isoc_out(ep_desc
)) {
813 data
->isoc_tx_ep
= ep_desc
;
817 if (!data
->isoc_rx_ep
&& usb_endpoint_is_isoc_in(ep_desc
)) {
818 data
->isoc_rx_ep
= ep_desc
;
823 if (!data
->isoc_tx_ep
|| !data
->isoc_rx_ep
) {
824 BT_ERR("%s invalid SCO descriptors", hdev
->name
);
831 static void btusb_work(struct work_struct
*work
)
833 struct btusb_data
*data
= container_of(work
, struct btusb_data
, work
);
834 struct hci_dev
*hdev
= data
->hdev
;
837 if (hdev
->conn_hash
.sco_num
> 0) {
838 if (!test_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
)) {
839 err
= usb_autopm_get_interface(data
->isoc
? data
->isoc
: data
->intf
);
841 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
842 usb_kill_anchored_urbs(&data
->isoc_anchor
);
846 set_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
);
848 if (data
->isoc_altsetting
!= 2) {
849 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
850 usb_kill_anchored_urbs(&data
->isoc_anchor
);
852 if (__set_isoc_interface(hdev
, 2) < 0)
856 if (!test_and_set_bit(BTUSB_ISOC_RUNNING
, &data
->flags
)) {
857 if (btusb_submit_isoc_urb(hdev
, GFP_KERNEL
) < 0)
858 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
860 btusb_submit_isoc_urb(hdev
, GFP_KERNEL
);
863 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
864 usb_kill_anchored_urbs(&data
->isoc_anchor
);
866 __set_isoc_interface(hdev
, 0);
867 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME
, &data
->flags
))
868 usb_autopm_put_interface(data
->isoc
? data
->isoc
: data
->intf
);
872 static void btusb_waker(struct work_struct
*work
)
874 struct btusb_data
*data
= container_of(work
, struct btusb_data
, waker
);
877 err
= usb_autopm_get_interface(data
->intf
);
881 usb_autopm_put_interface(data
->intf
);
884 static int btusb_probe(struct usb_interface
*intf
,
885 const struct usb_device_id
*id
)
887 struct usb_endpoint_descriptor
*ep_desc
;
888 struct btusb_data
*data
;
889 struct hci_dev
*hdev
;
892 BT_DBG("intf %p id %p", intf
, id
);
894 /* interface numbers are hardcoded in the spec */
895 if (intf
->cur_altsetting
->desc
.bInterfaceNumber
!= 0)
898 if (!id
->driver_info
) {
899 const struct usb_device_id
*match
;
900 match
= usb_match_id(intf
, blacklist_table
);
905 if (id
->driver_info
== BTUSB_IGNORE
)
908 if (ignore_dga
&& id
->driver_info
& BTUSB_DIGIANSWER
)
911 if (ignore_csr
&& id
->driver_info
& BTUSB_CSR
)
914 if (ignore_sniffer
&& id
->driver_info
& BTUSB_SNIFFER
)
917 data
= kzalloc(sizeof(*data
), GFP_KERNEL
);
921 for (i
= 0; i
< intf
->cur_altsetting
->desc
.bNumEndpoints
; i
++) {
922 ep_desc
= &intf
->cur_altsetting
->endpoint
[i
].desc
;
924 if (!data
->intr_ep
&& usb_endpoint_is_int_in(ep_desc
)) {
925 data
->intr_ep
= ep_desc
;
929 if (!data
->bulk_tx_ep
&& usb_endpoint_is_bulk_out(ep_desc
)) {
930 data
->bulk_tx_ep
= ep_desc
;
934 if (!data
->bulk_rx_ep
&& usb_endpoint_is_bulk_in(ep_desc
)) {
935 data
->bulk_rx_ep
= ep_desc
;
940 if (!data
->intr_ep
|| !data
->bulk_tx_ep
|| !data
->bulk_rx_ep
) {
945 data
->cmdreq_type
= USB_TYPE_CLASS
;
947 data
->udev
= interface_to_usbdev(intf
);
950 spin_lock_init(&data
->lock
);
952 INIT_WORK(&data
->work
, btusb_work
);
953 INIT_WORK(&data
->waker
, btusb_waker
);
954 spin_lock_init(&data
->txlock
);
956 init_usb_anchor(&data
->tx_anchor
);
957 init_usb_anchor(&data
->intr_anchor
);
958 init_usb_anchor(&data
->bulk_anchor
);
959 init_usb_anchor(&data
->isoc_anchor
);
960 init_usb_anchor(&data
->deferred
);
962 hdev
= hci_alloc_dev();
969 hdev
->driver_data
= data
;
973 SET_HCIDEV_DEV(hdev
, &intf
->dev
);
975 hdev
->open
= btusb_open
;
976 hdev
->close
= btusb_close
;
977 hdev
->flush
= btusb_flush
;
978 hdev
->send
= btusb_send_frame
;
979 hdev
->destruct
= btusb_destruct
;
980 hdev
->notify
= btusb_notify
;
982 hdev
->owner
= THIS_MODULE
;
984 /* Interface numbers are hardcoded in the specification */
985 data
->isoc
= usb_ifnum_to_if(data
->udev
, 1);
988 set_bit(HCI_QUIRK_NO_RESET
, &hdev
->quirks
);
990 if (force_scofix
|| id
->driver_info
& BTUSB_WRONG_SCO_MTU
) {
992 set_bit(HCI_QUIRK_FIXUP_BUFFER_SIZE
, &hdev
->quirks
);
995 if (id
->driver_info
& BTUSB_BROKEN_ISOC
)
998 if (id
->driver_info
& BTUSB_DIGIANSWER
) {
999 data
->cmdreq_type
= USB_TYPE_VENDOR
;
1000 set_bit(HCI_QUIRK_NO_RESET
, &hdev
->quirks
);
1003 if (id
->driver_info
& BTUSB_CSR
) {
1004 struct usb_device
*udev
= data
->udev
;
1006 /* Old firmware would otherwise execute USB reset */
1007 if (le16_to_cpu(udev
->descriptor
.bcdDevice
) < 0x117)
1008 set_bit(HCI_QUIRK_NO_RESET
, &hdev
->quirks
);
1011 if (id
->driver_info
& BTUSB_SNIFFER
) {
1012 struct usb_device
*udev
= data
->udev
;
1014 /* New sniffer firmware has crippled HCI interface */
1015 if (le16_to_cpu(udev
->descriptor
.bcdDevice
) > 0x997)
1016 set_bit(HCI_QUIRK_RAW_DEVICE
, &hdev
->quirks
);
1021 if (id
->driver_info
& BTUSB_BCM92035
) {
1022 unsigned char cmd
[] = { 0x3b, 0xfc, 0x01, 0x00 };
1023 struct sk_buff
*skb
;
1025 skb
= bt_skb_alloc(sizeof(cmd
), GFP_KERNEL
);
1027 memcpy(skb_put(skb
, sizeof(cmd
)), cmd
, sizeof(cmd
));
1028 skb_queue_tail(&hdev
->driver_init
, skb
);
1033 err
= usb_driver_claim_interface(&btusb_driver
,
1042 err
= hci_register_dev(hdev
);
1049 usb_set_intfdata(intf
, data
);
1054 static void btusb_disconnect(struct usb_interface
*intf
)
1056 struct btusb_data
*data
= usb_get_intfdata(intf
);
1057 struct hci_dev
*hdev
;
1059 BT_DBG("intf %p", intf
);
1066 __hci_dev_hold(hdev
);
1068 usb_set_intfdata(data
->intf
, NULL
);
1071 usb_set_intfdata(data
->isoc
, NULL
);
1073 hci_unregister_dev(hdev
);
1075 if (intf
== data
->isoc
)
1076 usb_driver_release_interface(&btusb_driver
, data
->intf
);
1077 else if (data
->isoc
)
1078 usb_driver_release_interface(&btusb_driver
, data
->isoc
);
1080 __hci_dev_put(hdev
);
1086 static int btusb_suspend(struct usb_interface
*intf
, pm_message_t message
)
1088 struct btusb_data
*data
= usb_get_intfdata(intf
);
1090 BT_DBG("intf %p", intf
);
1092 if (data
->suspend_count
++)
1095 spin_lock_irq(&data
->txlock
);
1096 if (!((message
.event
& PM_EVENT_AUTO
) && data
->tx_in_flight
)) {
1097 set_bit(BTUSB_SUSPENDING
, &data
->flags
);
1098 spin_unlock_irq(&data
->txlock
);
1100 spin_unlock_irq(&data
->txlock
);
1101 data
->suspend_count
--;
1105 cancel_work_sync(&data
->work
);
1107 btusb_stop_traffic(data
);
1108 usb_kill_anchored_urbs(&data
->tx_anchor
);
1113 static void play_deferred(struct btusb_data
*data
)
1118 while ((urb
= usb_get_from_anchor(&data
->deferred
))) {
1119 err
= usb_submit_urb(urb
, GFP_ATOMIC
);
1123 data
->tx_in_flight
++;
1125 usb_scuttle_anchored_urbs(&data
->deferred
);
1128 static int btusb_resume(struct usb_interface
*intf
)
1130 struct btusb_data
*data
= usb_get_intfdata(intf
);
1131 struct hci_dev
*hdev
= data
->hdev
;
1134 BT_DBG("intf %p", intf
);
1136 if (--data
->suspend_count
)
1139 if (!test_bit(HCI_RUNNING
, &hdev
->flags
))
1142 if (test_bit(BTUSB_INTR_RUNNING
, &data
->flags
)) {
1143 err
= btusb_submit_intr_urb(hdev
, GFP_NOIO
);
1145 clear_bit(BTUSB_INTR_RUNNING
, &data
->flags
);
1150 if (test_bit(BTUSB_BULK_RUNNING
, &data
->flags
)) {
1151 err
= btusb_submit_bulk_urb(hdev
, GFP_NOIO
);
1153 clear_bit(BTUSB_BULK_RUNNING
, &data
->flags
);
1157 btusb_submit_bulk_urb(hdev
, GFP_NOIO
);
1160 if (test_bit(BTUSB_ISOC_RUNNING
, &data
->flags
)) {
1161 if (btusb_submit_isoc_urb(hdev
, GFP_NOIO
) < 0)
1162 clear_bit(BTUSB_ISOC_RUNNING
, &data
->flags
);
1164 btusb_submit_isoc_urb(hdev
, GFP_NOIO
);
1167 spin_lock_irq(&data
->txlock
);
1168 play_deferred(data
);
1169 clear_bit(BTUSB_SUSPENDING
, &data
->flags
);
1170 spin_unlock_irq(&data
->txlock
);
1171 schedule_work(&data
->work
);
1176 usb_scuttle_anchored_urbs(&data
->deferred
);
1178 spin_lock_irq(&data
->txlock
);
1179 clear_bit(BTUSB_SUSPENDING
, &data
->flags
);
1180 spin_unlock_irq(&data
->txlock
);
1186 static struct usb_driver btusb_driver
= {
1188 .probe
= btusb_probe
,
1189 .disconnect
= btusb_disconnect
,
1191 .suspend
= btusb_suspend
,
1192 .resume
= btusb_resume
,
1194 .id_table
= btusb_table
,
1195 .supports_autosuspend
= 1,
1198 static int __init
btusb_init(void)
1200 BT_INFO("Generic Bluetooth USB driver ver %s", VERSION
);
1202 return usb_register(&btusb_driver
);
1205 static void __exit
btusb_exit(void)
1207 usb_deregister(&btusb_driver
);
1210 module_init(btusb_init
);
1211 module_exit(btusb_exit
);
1213 module_param(ignore_dga
, bool, 0644);
1214 MODULE_PARM_DESC(ignore_dga
, "Ignore devices with id 08fd:0001");
1216 module_param(ignore_csr
, bool, 0644);
1217 MODULE_PARM_DESC(ignore_csr
, "Ignore devices with id 0a12:0001");
1219 module_param(ignore_sniffer
, bool, 0644);
1220 MODULE_PARM_DESC(ignore_sniffer
, "Ignore devices with id 0a12:0002");
1222 module_param(disable_scofix
, bool, 0644);
1223 MODULE_PARM_DESC(disable_scofix
, "Disable fixup of wrong SCO buffer size");
1225 module_param(force_scofix
, bool, 0644);
1226 MODULE_PARM_DESC(force_scofix
, "Force fixup of wrong SCO buffers size");
1228 module_param(reset
, bool, 0644);
1229 MODULE_PARM_DESC(reset
, "Send HCI reset command on initialization");
1231 MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
1232 MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION
);
1233 MODULE_VERSION(VERSION
);
1234 MODULE_LICENSE("GPL");