diff options
author | Vic Wei <vwei@codeaurora.org> | 2018-03-28 08:28:47 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2018-04-01 21:43:02 +0300 |
commit | 96e58d368fa6c9419fa1fd724a50b7ed900a78d2 (patch) | |
tree | 06b6ccb679cf12f7ace8b62fa27b6ea5f8c15722 /drivers/bluetooth/btusb.c | |
parent | f9b95db0165ae81c99fe1893e586aab34751ee51 (diff) | |
download | blackbird-obmc-linux-96e58d368fa6c9419fa1fd724a50b7ed900a78d2.tar.gz blackbird-obmc-linux-96e58d368fa6c9419fa1fd724a50b7ed900a78d2.zip |
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_QCA_ROME
QCA Rome controllers can do both LE scan and BR/EDR inquiry at once.
Signed-off-by: Vic Wei <vwei@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index c701443de3e7..c8c8b0b8d333 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -3063,6 +3063,7 @@ static int btusb_probe(struct usb_interface *intf, if (id->driver_info & BTUSB_QCA_ROME) { data->setup_on_usb = btusb_setup_qca; hdev->set_bdaddr = btusb_set_bdaddr_ath3012; + set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks); } #ifdef CONFIG_BT_HCIBTUSB_RTL |