VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Miao-chen Chou <mcchou@chromium.org> 2020-12-17 14:53:19 -0800 committer: Marcel Holtmann <marcel@holtmann.org> 2020-12-18 22:33:39 +0100 commit: 7a45bcb49a39b1aad9a18eb226ad4f86bdbd2119 parent: eaf19b0c47d142eedec34f7043f574fa3834c8b7
Commit Summary:
Bluetooth: btusb: Enable MSFT extension for Intel controllers
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 4670a372bc3d..b630a1d54c02 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -2920,7 +2920,10 @@ finish:
 	 * extension are using 0xFC1E for VsMsftOpCode.
 	 */
 	switch (ver.hw_variant) {
+	case 0x11:	/* JfP */
 	case 0x12:	/* ThP */
+	case 0x13:	/* HrP */
+	case 0x14:	/* CcP */
 		hci_set_msft_opcode(hdev, 0xFC1E);
 		break;
 	}