mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 10:52:36 +00:00
nitrokey: Define the protocol on the runtime device
This prevents a daemon warning.
This commit is contained in:
parent
4f617e2eb6
commit
587ca9793f
@ -136,6 +136,7 @@ fu_nitrokey_device_init (FuNitrokeyDevice *device)
|
||||
fu_device_add_flag (FU_DEVICE (device), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_add_flag (FU_DEVICE (device), FWUPD_DEVICE_FLAG_ADD_COUNTERPART_GUIDS);
|
||||
fu_device_set_version_format (FU_DEVICE (device), FWUPD_VERSION_FORMAT_PAIR);
|
||||
fu_device_set_protocol (FU_DEVICE (device), "org.usb.dfu");
|
||||
fu_device_retry_set_delay (FU_DEVICE (device), 100);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user