Skip to content

Commit a8b38d1

Browse files
Shuai 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 <[email protected]> Acked-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 1216462 commit a8b38d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)