mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 09:00:55 +00:00

This is being used for other products, e.g. USB4 docks. If non-Intel firmware is being used (e.g. ASMedia) then the explicit calls to `fu_intel_thunderbolt_nvm_new()` can be changed to something like `fu_firmware_new_from_gtypes()` with all the formats listed.
12 lines
322 B
XML
12 lines
322 B
XML
<firmware gtype="FuIntelNvmFirmware">
|
|
<offset>0x10</offset>
|
|
<vendor_id>0xd4</vendor_id>
|
|
<device_id>0x15ef</device_id>
|
|
<model_id>0xb070</model_id>
|
|
<family>titan-ridge</family>
|
|
<flash_size>0x3</flash_size>
|
|
<is_host>false</is_host>
|
|
<is_native>false</is_native>
|
|
<version_raw>0x6000</version_raw>
|
|
</firmware>
|