linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW
@ 2018-09-25 17:04 Justin TerAvest
  2018-09-27 10:29 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Justin TerAvest @ 2018-09-25 17:04 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: jpawlowski, johan.hedberg, Justin TerAvest

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

Signed-off-by: Justin TerAvest <teravest@google.com>
---
 drivers/bluetooth/btusb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index cd2e5cf14ea5..61cde1a7ec1b 100644
--- 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);
 	}
 
-- 
2.19.0.605.g01d371f741-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW
  2018-09-25 17:04 [PATCH] Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW Justin TerAvest
@ 2018-09-27 10:29 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2018-09-27 10:29 UTC (permalink / raw)
  To: Justin TerAvest; +Cc: Bluez mailing list, jpawlowski, Johan Hedberg

Hi Justin,

> Intel "new" controllers can do both LE scan and BR/EDR inquiry at once.
> 
> Signed-off-by: Justin TerAvest <teravest@google.com>
> ---
> drivers/bluetooth/btusb.c | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-27 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 17:04 [PATCH] Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW Justin TerAvest
2018-09-27 10:29 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).