mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
Bluetooth: btintel: Add LE States quirk support
[ Upstream commit 77f542b10c ]
Basically all Intel controllers support both Central/Peripheral
LE states.
This patch enables the LE States quirk by default on all
Solar and Magnertor Intel controllers.
Signed-off-by: Chethan T N <chethan.tumkur.narayan@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ea160ece08
commit
803ba6dcc4
@@ -2553,9 +2553,8 @@ static int btintel_setup_combined(struct hci_dev *hdev)
|
|||||||
*/
|
*/
|
||||||
set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED, &hdev->quirks);
|
set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED, &hdev->quirks);
|
||||||
|
|
||||||
/* Valid LE States quirk for GfP */
|
/* Apply LE States quirk from solar onwards */
|
||||||
if (INTEL_HW_VARIANT(ver_tlv.cnvi_bt) == 0x18)
|
set_bit(HCI_QUIRK_VALID_LE_STATES, &hdev->quirks);
|
||||||
set_bit(HCI_QUIRK_VALID_LE_STATES, &hdev->quirks);
|
|
||||||
|
|
||||||
/* Setup MSFT Extension support */
|
/* Setup MSFT Extension support */
|
||||||
btintel_set_msft_opcode(hdev,
|
btintel_set_msft_opcode(hdev,
|
||||||
|
|||||||
Reference in New Issue
Block a user