Message ID | 20241021122246.1569235-1-danstiv404@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Bluetooth: btusb: Add quirks for ATS2851 | expand |
Hello: This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Mon, 21 Oct 2024 12:22:43 +0000 you wrote: > The controller based on ATS2851 advertises support for the "LE > Extended Create Connection" command, but it does not actually > implement it. This issue is blocking the pairing process from > beginning. > > To resolve this, add the quirk HCI_QUIRK_BROKEN_EXT_CREATE_CONN. > This will avoid the unsupported command and instead send a regular "LE > Create Connection" command. > > [...] Here is the summary with links: - [1/3] Bluetooth: Add new quirks for ATS2851 https://git.kernel.org/bluetooth/bluetooth-next/c/ff4565bd7117 - [2/3] Bluetooth: Support new quirks for ATS2851 https://git.kernel.org/bluetooth/bluetooth-next/c/90f7f7538d07 - [3/3] Bluetooth: Set quirks for ATS2851 https://git.kernel.org/bluetooth/bluetooth-next/c/017dced0da79 You are awesome, thank you!