aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bfusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/bfusb.c')
-rw-r--r--drivers/bluetooth/bfusb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c
index b2e7e94a6771..fcfb72e9e0ee 100644
--- a/drivers/bluetooth/bfusb.c
+++ b/drivers/bluetooth/bfusb.c
@@ -696,6 +696,8 @@ static int bfusb_probe(struct usb_interface *intf, const struct usb_device_id *i
696 hdev->flush = bfusb_flush; 696 hdev->flush = bfusb_flush;
697 hdev->send = bfusb_send_frame; 697 hdev->send = bfusb_send_frame;
698 698
699 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
700
699 if (hci_register_dev(hdev) < 0) { 701 if (hci_register_dev(hdev) < 0) {
700 BT_ERR("Can't register HCI device"); 702 BT_ERR("Can't register HCI device");
701 hci_free_dev(hdev); 703 hci_free_dev(hdev);