diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2021-09-29 20:48:19 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2021-09-30 22:55:48 +0300 |
commit | 4d51fb04c3c4a9b3b80f537385bdceb20e773767 (patch) | |
tree | 06f8973353f847a2784190cd90e9b1559e809112 /drivers/bluetooth/btrtl.c | |
parent | 60edfad4fd0b6e3264e237f2aa8732f8e195405a (diff) | |
download | linux-4d51fb04c3c4a9b3b80f537385bdceb20e773767.tar.xz |
Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices
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>
Diffstat (limited to 'drivers/bluetooth/btrtl.c')
-rw-r--r-- | drivers/bluetooth/btrtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index 22b84405c257..08582effb25e 100644 --- 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" }, |