Commit a8b38d19 authored by Shuai Zhang's avatar Shuai Zhang Committed by Luiz Augusto von Dentz
Browse files

Bluetooth: btusb: add new custom firmwares



The new platform uses the QCA2066 chip along with a new board ID, which
requires a dedicated firmware file to ensure proper initialization.
Without this entry, the driver cannot locate and load the correct
firmware, resulting in Bluetooth bring-up failure.

This patch adds a new entry to the firmware table for QCA2066 so that
the driver can correctly identify the board ID and load the appropriate
firmware from 'qca/QCA2066/' in the linux-firmware repository.

Signed-off-by: default avatarShuai Zhang <quic_shuaz@quicinc.com>
Acked-by: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent 1216462f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3304,6 +3304,7 @@ static const struct qca_device_info qca_devices_table[] = {

static const struct qca_custom_firmware qca_custom_btfws[] = {
	{ 0x00130201, 0x030A, "QCA2066" },
	{ 0x00130201, 0x030B, "QCA2066" },
	{ },
};