Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1154842 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Johan Hedberg
Browse files

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: default avatarJakub Pawlowski <jpawlowski@google.com>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 3d50d51a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {