Skip to content

Commit d1b7aba

Browse files
juergbiholtmann
authored andcommitted
Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllers
The iBT 3.5 controllers (Intel 8265, Windstorm Peak) need intel/ibt-12-16.sfi and intel/ibt-12-16.ddc firmware files from linux-firmware repository. Signed-off-by: Jürg Billeter <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent a6187ff commit d1b7aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btintel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,5 @@ MODULE_VERSION(VERSION);
575575
MODULE_LICENSE("GPL");
576576
MODULE_FIRMWARE("intel/ibt-11-5.sfi");
577577
MODULE_FIRMWARE("intel/ibt-11-5.ddc");
578+
MODULE_FIRMWARE("intel/ibt-12-16.sfi");
579+
MODULE_FIRMWARE("intel/ibt-12-16.ddc");

0 commit comments

Comments
 (0)