Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v1] Bluetooth: qca: Add BT FW build version log
@ 2026-06-09  7:54 Xiuzhuo Shang
  2026-06-09  9:15 ` [v1] " bluez.test.bot
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Xiuzhuo Shang @ 2026-06-09  7:54 UTC (permalink / raw)
  To: Bartosz Golaszewski, Marcel Holtmann, Luiz Augusto von Dentz
  Cc: linux-arm-msm, linux-bluetooth, linux-kernel, cheng.jiang,
	quic_chezhou, wei.deng, shuai.zhang, mengshi.wu, jinwang.li,
	xiuzhuo.shang

Printf BT FW build version log after BT FW downloaded.

Signed-off-by: Xiuzhuo Shang <xiuzhuo.shang@oss.qualcomm.com>
---
 drivers/bluetooth/btqca.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bluetooth/btqca.c b/drivers/bluetooth/btqca.c
index dda76365726f..04ebe290bc78 100644
--- a/drivers/bluetooth/btqca.c
+++ b/drivers/bluetooth/btqca.c
@@ -143,6 +143,8 @@ static int qca_read_fw_build_info(struct hci_dev *hdev)
 
 	hci_set_fw_info(hdev, "%s", build_label);
 
+	bt_dev_info(hdev, "QCA FW build version: %s", build_label);
+
 	kfree(build_label);
 out:
 	kfree_skb(skb);
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-06-11  2:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09  7:54 [PATCH v1] Bluetooth: qca: Add BT FW build version log Xiuzhuo Shang
2026-06-09  9:15 ` [v1] " bluez.test.bot
2026-06-09  9:39 ` [PATCH v1] " Bartosz Golaszewski
2026-06-09 10:29   ` Paul Menzel
2026-06-09 10:49     ` Bartosz Golaszewski
2026-06-10  5:49     ` Xiuzhuo Shang
2026-06-10  6:42 ` [PATCH v2] Bluetooth: qca: Add BT FW build version to kernel log Xiuzhuo Shang
2026-06-10  7:07   ` Bartosz Golaszewski
2026-06-10  7:36     ` Xiuzhuo Shang
2026-06-10  8:17       ` Bartosz Golaszewski
2026-06-10  8:58   ` [v2] " bluez.test.bot
2026-06-10 15:40   ` [PATCH v2] " patchwork-bot+bluetooth
2026-06-10 20:54   ` Paul Menzel
2026-06-11  2:51     ` Xiuzhuo Shang
2026-06-10 15:40 ` [PATCH v1] Bluetooth: qca: Add BT FW build version log patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox