Skip to content

Commit 49c989a

Browse files
Jakub PawlowskiJohan Hedberg
authored andcommitted
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSR
CSR 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>
1 parent c115484 commit 49c989a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,6 +3087,8 @@ static int btusb_probe(struct usb_interface *intf,
30873087
/* Fake CSR devices with broken commands */
30883088
if (bcdDevice <= 0x100)
30893089
hdev->setup = btusb_setup_csr;
3090+
3091+
set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
30903092
}
30913093

30923094
if (id->driver_info & BTUSB_SNIFFER) {

0 commit comments

Comments
 (0)