瀏覽代碼

Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW

Intel "new" controllers can do both LE scan and BR/EDR inquiry at once.

Signed-off-by: Justin TerAvest <teravest@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Justin TerAvest 6 年之前
父節點
當前提交
f778502194
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/bluetooth/btusb.c

+ 1 - 0
drivers/bluetooth/btusb.c

@@ -3096,6 +3096,7 @@ static int btusb_probe(struct usb_interface *intf,
 		hdev->set_diag = btintel_set_diag;
 		hdev->set_bdaddr = btintel_set_bdaddr;
 		set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
+		set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
 		set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks);
 	}