diff options
| author | Ivan Hu <ivan.hu@canonical.com> | 2026-09-04 13:30:07 +0800 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-09-04 10:57:16 -0400 |
| commit | 860043e482746e6dc866e7249e109827695f84b2 (patch) | |
| tree | ca01e16d6fc880078e1ef4ff26a7590a3eedcbb1 /scripts/Makefile.thinlto | |
| parent | 9aa9447804c7b9c3dae7c2c95ad6a6b73773480d (diff) | |
| download | linux-next-860043e482746e6dc866e7249e109827695f84b2.tar.gz linux-next-860043e482746e6dc866e7249e109827695f84b2.zip | |
Bluetooth: btmtk: Declare MT7920 (MT7961 1a) Bluetooth firmware
btmtk_fw_get_filename() constructs the firmware name at runtime, so for
the MT7920 variant (dev_id 0x7961 with fw_flavor set) it requests
"mediatek/BT_RAM_CODE_MT7961_1a_2_hdr.bin" without ever declaring it via
MODULE_FIRMWARE(). Tools that select firmware from module metadata (e.g.
"modinfo -F firmware") therefore omit this blob, so request_firmware()
fails and Bluetooth does not initialise on MT7920, even though the file
is present in linux-firmware.
Declare it with MODULE_FIRMWARE(), as the mt76 driver already does for
the corresponding MT7920 wifi firmware.
Fixes: 1cb63d80fff6 ("Bluetooth: btusb: Add support Mediatek MT7920")
Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
