summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorXiuzhuo Shang <xiuzhuo.shang@oss.qualcomm.com>2026-06-10 14:42:32 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2026-06-11 14:24:41 -0400
commitbdea21b3be4350592965bec213837e7b4f9fe75f (patch)
treee5a59c6a02b3d2ada566361d4cb4c762aec92605 /drivers/bluetooth
parent88c2404a3c59c3126453919388dbd5ed98ed01bd (diff)
downloadlinux-next-bdea21b3be4350592965bec213837e7b4f9fe75f.tar.gz
linux-next-bdea21b3be4350592965bec213837e7b4f9fe75f.zip
Bluetooth: qca: Add BT FW build version to kernel log
Firmware version is critical for bug triage. Users reporting issues typically share dmesg output rather than debugfs contents, requiring extra communication rounds to collect this information. Log the FW build version directly to the kernel log so it is immediately available in bug reports. Acked-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Xiuzhuo Shang <xiuzhuo.shang@oss.qualcomm.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btqca.c2
1 files changed, 2 insertions, 0 deletions
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);