mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 04:23:21 +00:00
cxaudio: Set the update protocol to prevent a daemon warning
This commit is contained in:
parent
6c3db94f14
commit
1bd0617aac
@ -851,6 +851,7 @@ fu_synaptics_cxaudio_device_init (FuSynapticsCxaudioDevice *self)
|
||||
fu_device_add_icon (FU_DEVICE (self), "audio-card");
|
||||
fu_device_add_flag (FU_DEVICE (self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_set_install_duration (FU_DEVICE (self), 3); /* seconds */
|
||||
fu_device_set_protocol (FU_DEVICE (self), "com.synaptics.cxaudio");
|
||||
fu_device_set_remove_delay (FU_DEVICE (self), FU_DEVICE_REMOVE_DELAY_RE_ENUMERATE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user