From e9454e022f63da19cde335b61e669ef617b3f3ab Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 17 Mar 2022 20:46:43 +0000 Subject: [PATCH] logitech-bulkcontroller: Mark as signed payload --- .../logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c b/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c index 04488828d..59566cc85 100644 --- a/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c +++ b/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c @@ -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 */ }