projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5070e0
)
Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW
author
Justin TerAvest
<teravest@google.com>
Tue, 25 Sep 2018 17:04:57 +0000
(11:04 -0600)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 27 Sep 2018 10:28:16 +0000
(12:28 +0200)
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>
drivers/bluetooth/btusb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btusb.c
b/drivers/bluetooth/btusb.c
index cd2e5cf14ea5b9a6bba979bd0d822a46812d574f..61cde1a7ec1be7fe25d3e1bc8a0f4366f1d309dd 100644
(file)
--- a/
drivers/bluetooth/btusb.c
+++ b/
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);
}