X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fbluetooth%2Fhci_usb.c;h=b120ecf7b8c96f1d856d83bd0d8a814af61b0c32;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=4c8e968651f07e46d77c788b6b229039fa302f86;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index 4c8e96865..b120ecf7b 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c @@ -888,7 +888,7 @@ static int hci_usb_probe(struct usb_interface *intf, const struct usb_device_id isoc_ifnum = 1; #ifdef CONFIG_BT_HCIUSB_SCO - if (isoc && !(id->driver_info & HCI_BROKEN_ISOC)) + if (isoc && !(id->driver_info & (HCI_BROKEN_ISOC | HCI_SNIFFER))) isoc_iface = usb_ifnum_to_if(udev, isoc_ifnum); if (isoc_iface) {