wifi/pc: add FW image for new so devices

The Framework laptop with the 12the Generation CPU contains such a
device.

Fixes #4626.
This commit is contained in:
Josef Söntgen
2022-10-05 10:09:13 +02:00
committed by Christian Helmuth
parent ee19426f4d
commit 427bd93921
4 changed files with 5 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ void Sculpt::gen_wifi_drv_start_content(Xml_generator &xml)
gen_parent_rom_route(xml, "iwlwifi-9000-pu-b0-jf-b0-34.ucode");
gen_parent_rom_route(xml, "iwlwifi-9000-pu-b0-jf-b0-46.ucode");
gen_parent_rom_route(xml, "iwlwifi-QuZ-a0-hr-b0-63.ucode");
gen_parent_rom_route(xml, "iwlwifi-so-a0-hr-b0-64.ucode");
gen_parent_rom_route(xml, "regulatory.db");
gen_parent_rom_route(xml, "regulatory.db.p7s");
gen_parent_route<Cpu_session> (xml);