From: Danil Pylaev Date: Mon, 21 Oct 2024 12:22:46 +0000 (+0000) Subject: Bluetooth: Set quirks for ATS2851 X-Git-Tag: v6.13-rc1~135^2~36^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=677a55ba11a82c2835550a82324cec5fcb2f9e2d;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: Set quirks for ATS2851 This adds quirks for broken ats2851 features. Signed-off-by: Danil Pylaev Signed-off-by: Luiz Augusto von Dentz --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 0317d27d53656..9970470c9d156 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -3930,6 +3930,8 @@ static int btusb_probe(struct usb_interface *intf, set_bit(HCI_QUIRK_BROKEN_SET_RPA_TIMEOUT, &hdev->quirks); set_bit(HCI_QUIRK_BROKEN_EXT_SCAN, &hdev->quirks); set_bit(HCI_QUIRK_BROKEN_READ_ENC_KEY_SIZE, &hdev->quirks); + set_bit(HCI_QUIRK_BROKEN_EXT_CREATE_CONN, &hdev->quirks); + set_bit(HCI_QUIRK_BROKEN_WRITE_AUTH_PAYLOAD_TIMEOUT, &hdev->quirks); } if (!reset)