diff options
author | Danil Pylaev <danstiv404@gmail.com> | 2024-10-21 12:22:46 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-11-14 15:34:18 -0500 |
commit | 677a55ba11a82c2835550a82324cec5fcb2f9e2d (patch) | |
tree | 2adbc2d936eb861a91cc66a3087e2e3699369c6a /drivers | |
parent | 5bd3135924b4570dcecc8793f7771cb8d42d8b19 (diff) | |
download | lwn-677a55ba11a82c2835550a82324cec5fcb2f9e2d.tar.gz lwn-677a55ba11a82c2835550a82324cec5fcb2f9e2d.zip |
Bluetooth: Set quirks for ATS2851
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/bluetooth/btusb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 0317d27d5365..9970470c9d15 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) |