Skip to content

Commit 677a55b

Browse files
DanstivVudentz
authored andcommitted
Bluetooth: Set quirks for ATS2851
This adds quirks for broken ats2851 features. Signed-off-by: Danil Pylaev <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 5bd3135 commit 677a55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3930,6 +3930,8 @@ static int btusb_probe(struct usb_interface *intf,
39303930
set_bit(HCI_QUIRK_BROKEN_SET_RPA_TIMEOUT, &hdev->quirks);
39313931
set_bit(HCI_QUIRK_BROKEN_EXT_SCAN, &hdev->quirks);
39323932
set_bit(HCI_QUIRK_BROKEN_READ_ENC_KEY_SIZE, &hdev->quirks);
3933+
set_bit(HCI_QUIRK_BROKEN_EXT_CREATE_CONN, &hdev->quirks);
3934+
set_bit(HCI_QUIRK_BROKEN_WRITE_AUTH_PAYLOAD_TIMEOUT, &hdev->quirks);
39333935
}
39343936

39353937
if (!reset)

0 commit comments

Comments
 (0)