diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 321bfeb2bc2f..21df7b231f0a 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -3019,6 +3019,7 @@ static int btusb_probe(struct usb_interface *intf, | |||
3019 | hdev->shutdown = btusb_shutdown_intel; | 3019 | hdev->shutdown = btusb_shutdown_intel; |
3020 | hdev->set_bdaddr = btusb_set_bdaddr_intel; | 3020 | hdev->set_bdaddr = btusb_set_bdaddr_intel; |
3021 | set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks); | 3021 | set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks); |
3022 | set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks); | ||
3022 | } | 3023 | } |
3023 | 3024 | ||
3024 | if (id->driver_info & BTUSB_INTEL_NEW) { | 3025 | if (id->driver_info & BTUSB_INTEL_NEW) { |