aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2015-03-17 12:04:15 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2015-03-17 12:31:02 -0400
commit3d50d51a530d7c672cfbac03fef365b1fa7a244e (patch)
tree1c2aab4b5b9849c06f288324444e4dd8d3ef50f5 /drivers/bluetooth/btusb.c
parent07d2334ae747772fc4426077340aa3efe499f50b (diff)
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012
Atheros 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>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r--drivers/bluetooth/btusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index f6ef75f4d7cc..321bfeb2bc2f 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -3042,6 +3042,7 @@ static int btusb_probe(struct usb_interface *intf,
3042 3042
3043 if (id->driver_info & BTUSB_ATH3012) { 3043 if (id->driver_info & BTUSB_ATH3012) {
3044 hdev->set_bdaddr = btusb_set_bdaddr_ath3012; 3044 hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
3045 set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
3045 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks); 3046 set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
3046 } 3047 }
3047 3048