projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa224d0
)
Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
author
Zijun Hu
<quic_zijuhu@quicinc.com>
Mon, 6 Nov 2023 06:02:46 +0000
(14:02 +0800)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Fri, 22 Dec 2023 17:54:08 +0000
(12:54 -0500)
Set both WIDEBAND_SPEECH_SUPPORTED and VALID_LE_STATES quirks
for QCA2066.
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_qca.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_qca.c
b/drivers/bluetooth/hci_qca.c
index 067e248e359939b113eb684507436a49808d1235..35f74f209d1fc6c18ca3fadb2eb77fce85875188 100644
(file)
--- a/
drivers/bluetooth/hci_qca.c
+++ b/
drivers/bluetooth/hci_qca.c
@@
-2039,6
+2039,7
@@
static const struct qca_device_data qca_soc_data_wcn3998 __maybe_unused = {
static const struct qca_device_data qca_soc_data_qca2066 __maybe_unused = {
.soc_type = QCA_QCA2066,
.num_vregs = 0,
+ .capabilities = QCA_CAP_WIDEBAND_SPEECH | QCA_CAP_VALID_LE_STATES,
};
static const struct qca_device_data qca_soc_data_qca6390 __maybe_unused = {