Skip to content

Commit cd6cc1d

Browse files
author
Xiuzhuo Shang
committed
FROMGIT: 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. Example output: Bluetooth: hci0: QCA FW build version: BTFW.MOSELLE.1.1.3-00106-MSL_PATCHZ-1 Acked-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Xiuzhuo Shang <xiuzhuo.shang@oss.qualcomm.com>
1 parent bf15344 commit cd6cc1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/bluetooth/btqca.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ static int qca_read_fw_build_info(struct hci_dev *hdev)
143143

144144
hci_set_fw_info(hdev, "%s", build_label);
145145

146+
bt_dev_info(hdev, "QCA FW build version: %s", build_label);
147+
146148
kfree(build_label);
147149
out:
148150
kfree_skb(skb);

0 commit comments

Comments
 (0)