mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 23:33:26 +00:00
goodix-moc: Mark as signed payload
This commit is contained in:
parent
908ccf78ce
commit
777103f93a
@ -447,6 +447,7 @@ fu_goodixmoc_device_init(FuGoodixMocDevice *self)
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_SELF_RECOVERY);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_SIGNED_PAYLOAD);
|
||||
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_PLAIN);
|
||||
fu_device_set_remove_delay(FU_DEVICE(self), 5000);
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.goodix.goodixmoc");
|
||||
|
Loading…
Reference in New Issue
Block a user