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: mt7921s: Set HCI_QUIRK_VALID_LE_STATES

The patch set HCI_QUIRK_VALID_LE_STATES to be consistent with the btusb for
MT7921 and is required for the likes of experimental LE simultaneous roles.

Reviewed-by: Mark Chen <markyawenchen@gmail.com>
Co-developed-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Yake Yang <yake.yang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Yake Yang and committed by
Marcel Holtmann
546ff98e b062a0b9

+3
+3
drivers/bluetooth/btmtksdio.c
··· 1070 1070 } 1071 1071 } 1072 1072 1073 + /* Valid LE States quirk for MediaTek 7921 */ 1074 + set_bit(HCI_QUIRK_VALID_LE_STATES, &hdev->quirks); 1075 + 1073 1076 break; 1074 1077 case 0x7663: 1075 1078 case 0x7668: