mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-05 20:37:17 +00:00
trivial: Add unsigned flag for the CCGX devices
This commit is contained in:
parent
56902b246c
commit
52bb1babd1
@ -93,6 +93,7 @@ fu_ccgx_hid_device_init(FuCcgxHidDevice *self)
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.cypress.ccgx");
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_REQUIRE_AC);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_WILL_DISAPPEAR);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UNSIGNED_PAYLOAD);
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_REPLUG_MATCH_GUID);
|
||||
fu_device_retry_set_delay(FU_DEVICE(self), FU_CCGX_HID_DEVICE_RETRY_DELAY);
|
||||
}
|
||||
|
@ -1596,6 +1596,7 @@ fu_ccgx_hpi_device_init(FuCcgxHpiDevice *self)
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_DUAL_IMAGE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_SELF_RECOVERY);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UNSIGNED_PAYLOAD);
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_REPLUG_MATCH_GUID);
|
||||
fu_device_retry_set_delay(FU_DEVICE(self), HPI_CMD_RETRY_DELAY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user