From 777103f93a641a932277158fe86139f0e3916e8c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 6 Mar 2022 12:06:21 +0000 Subject: [PATCH] goodix-moc: Mark as signed payload --- plugins/goodix-moc/fu-goodixmoc-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/goodix-moc/fu-goodixmoc-device.c b/plugins/goodix-moc/fu-goodixmoc-device.c index 33358513f..d4f9b0a93 100644 --- a/plugins/goodix-moc/fu-goodixmoc-device.c +++ b/plugins/goodix-moc/fu-goodixmoc-device.c @@ -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");