mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 04:05:40 +00:00
trivial: Allow parsing thunderbolt-nvm images from fwupdtool
This commit is contained in:
parent
1faac75aa5
commit
39b931938f
@ -7756,6 +7756,9 @@ fu_engine_load(FuEngine *self, FuEngineLoadFlags flags, FuProgress *progress, GE
|
||||
fu_context_add_firmware_gtype(self->ctx,
|
||||
"intel-thunderbolt",
|
||||
FU_TYPE_INTEL_THUNDERBOLT_FIRMWARE);
|
||||
fu_context_add_firmware_gtype(self->ctx,
|
||||
"intel-thunderbolt-nvm",
|
||||
FU_TYPE_INTEL_THUNDERBOLT_NVM);
|
||||
|
||||
/* we are emulating a different host */
|
||||
if (host_emulate != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user