logitech-bulkcontroller: Mark as signed payload

This commit is contained in:
Richard Hughes 2022-03-17 20:46:43 +00:00
parent 4074150d21
commit e9454e022f

View File

@ -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 */
}