Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: bfusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirk

The AVM BlueFritz! 1.0 USB dongles do not support the HCI command for
reading the local supported commands. So set this quirk to let the
core know about it.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

authored by

Marcel Holtmann and committed by
Johan Hedberg
9ef80d40 711ffa78

+2
+2
drivers/bluetooth/bfusb.c
··· 696 696 hdev->flush = bfusb_flush; 697 697 hdev->send = bfusb_send_frame; 698 698 699 + set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks); 700 + 699 701 if (hci_register_dev(hdev) < 0) { 700 702 BT_ERR("Can't register HCI device"); 701 703 hci_free_dev(hdev);