Skip to content

Commit a8b38d1

Browse files
shuaz-zhangVudentz
authored andcommitted
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: Shuai Zhang <quic_shuaz@quicinc.com> Acked-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 1216462 commit a8b38d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/bluetooth/btusb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3304,6 +3304,7 @@ static const struct qca_device_info qca_devices_table[] = {
33043304

33053305
static const struct qca_custom_firmware qca_custom_btfws[] = {
33063306
{ 0x00130201, 0x030A, "QCA2066" },
3307+
{ 0x00130201, 0x030B, "QCA2066" },
33073308
{ },
33083309
};
33093310

0 commit comments

Comments
 (0)