Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: btintel: Add LE States quirk support

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>

authored by

Chethan T N and committed by
Luiz Augusto von Dentz
77f542b1 095327fe

+2 -3
+2 -3
drivers/bluetooth/btintel.c
··· 2684 2684 */ 2685 2685 set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED, &hdev->quirks); 2686 2686 2687 - /* Valid LE States quirk for GfP */ 2688 - if (INTEL_HW_VARIANT(ver_tlv.cnvi_bt) == 0x18) 2689 - set_bit(HCI_QUIRK_VALID_LE_STATES, &hdev->quirks); 2687 + /* Apply LE States quirk from solar onwards */ 2688 + set_bit(HCI_QUIRK_VALID_LE_STATES, &hdev->quirks); 2690 2689 2691 2690 /* Setup MSFT Extension support */ 2692 2691 btintel_set_msft_opcode(hdev,