mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 09:59:44 +00:00
logitech-bulkcontroller: Mark as signed payload
This commit is contained in:
parent
4074150d21
commit
e9454e022f
@ -1137,6 +1137,7 @@ fu_logitech_bulkcontroller_device_init(FuLogitechBulkcontrollerDevice *self)
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.logitech.vc.proto");
|
||||
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_TRIPLET);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_SIGNED_PAYLOAD);
|
||||
fu_device_retry_set_delay(FU_DEVICE(self), 1000);
|
||||
fu_device_set_remove_delay(FU_DEVICE(self), 100000); /* >1 min to finish init */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user