]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Bluetooth: Set quirks for ATS2851
authorDanil Pylaev <danstiv404@gmail.com>
Mon, 21 Oct 2024 12:22:46 +0000 (12:22 +0000)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 14 Nov 2024 20:34:18 +0000 (15:34 -0500)
This adds quirks for broken ats2851 features.

Signed-off-by: Danil Pylaev <danstiv404@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btusb.c

index 0317d27d536564b58c7c6645e2df7fc134fb1e6f..9970470c9d156f392067c230a335e2f80265e6ed 100644 (file)
@@ -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)