summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
authorJakub Pawlowski2015-03-17 17:04:16 +0100
committerJohan Hedberg2015-03-17 17:31:03 +0100
commitc11548427deded1c742888c64c8b07530f8134e6 (patch)
tree60424be36fc134cb729f598a52c7c3a0c7cc4e16 /drivers/bluetooth/btusb.c
parentBluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012 (diff)
downloadkernel-qcow2-linux-c11548427deded1c742888c64c8b07530f8134e6.tar.gz
kernel-qcow2-linux-c11548427deded1c742888c64c8b07530f8134e6.tar.xz
kernel-qcow2-linux-c11548427deded1c742888c64c8b07530f8134e6.zip
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTEL
Intel controllers can do both LE scan and BR/EDR inquiry at once. Signed-off-by: Jakub Pawlowski <jpawlowski@google.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r--drivers/bluetooth/btusb.c1
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,
hdev->shutdown = btusb_shutdown_intel;
hdev->set_bdaddr = btusb_set_bdaddr_intel;
set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
+ set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
}
if (id->driver_info & BTUSB_INTEL_NEW) {