projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60edfad
)
Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 29 Sep 2021 17:48:19 +0000
(19:48 +0200)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Thu, 30 Sep 2021 19:55:48 +0000
(12:55 -0700)
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>
drivers/bluetooth/btrtl.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btrtl.c
b/drivers/bluetooth/btrtl.c
index 22b84405c257219e20902a4069b32dc8cb5db065..08582effb25ec1d8c2ac3e36754c191a040af504 100644
(file)
--- 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" },