X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fbtusb.c;h=59d947dec36e54346de44c7e61707bd1072e2875;hb=42d7731e3e7409f9444ff44e30c025958f1b14f0;hp=271963805a3841498c3a8bde4d999c45d5ec2a7b;hpb=5d170fe435e54cafa599a21521ea65fe9535f537;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 2719638..59d947d 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -2118,6 +2118,7 @@ static int btusb_setup_csr(struct hci_dev *hdev) * without these the controller will lock up. */ set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks); + set_bit(HCI_QUIRK_BROKEN_ERR_DATA_REPORTING, &hdev->quirks); set_bit(HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL, &hdev->quirks); set_bit(HCI_QUIRK_NO_SUSPEND_NOTIFIER, &hdev->quirks);