Blob Blame History Raw
From: Marcel Holtmann <marcel@holtmann.org>
Date: Wed, 29 Sep 2021 19:48:19 +0200
Subject: Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices
Patch-mainline: v5.16-rc1
Git-commit: 4d51fb04c3c4a9b3b80f537385bdceb20e773767
References: jsc#PED-1407

The rtl8821c class of Realtek devices does support the Microsoft
extensions and thus enable them.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Acked-by: Lee, Chun-Yi <jlee@suse.com>
---
 drivers/bluetooth/btrtl.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/bluetooth/btrtl.c
+++ b/drivers/bluetooth/btrtl.c
@@ -122,6 +122,7 @@ static const struct id_table ic_id_table
 	{ IC_INFO(RTL_ROM_LMP_8821A, 0xc, 0x8, HCI_USB),
 	  .config_needed = false,
 	  .has_rom_version = true,
+	  .has_msft_ext = true,
 	  .fw_name  = "rtl_bt/rtl8821c_fw.bin",
 	  .cfg_name = "rtl_bt/rtl8821c_config" },