Skip to content

Commit f778502

Browse files
jteravestholtmann
authored andcommitted
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent e5070e0 commit f778502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,6 +3096,7 @@ static int btusb_probe(struct usb_interface *intf,
30963096
hdev->set_diag = btintel_set_diag;
30973097
hdev->set_bdaddr = btintel_set_bdaddr;
30983098
set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
3099+
set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
30993100
set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks);
31003101
}
31013102

0 commit comments

Comments
 (0)