mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 13:32:46 +00:00
logitech-hidpp: Always hardcode the vendor for FuLogitechHidPpDevice
This commit is contained in:
parent
25ee969a27
commit
2f8e7dc05c
@ -1375,6 +1375,7 @@ fu_logitech_hidpp_device_init(FuLogitechHidPpDevice *self)
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_set_remove_delay(FU_DEVICE(self), FU_DEVICE_REMOVE_DELAY_RE_ENUMERATE);
|
||||
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_PLAIN);
|
||||
fu_device_set_vendor(FU_DEVICE(self), "Logitech");
|
||||
fu_device_retry_set_delay(FU_DEVICE(self), 1000);
|
||||
fu_device_register_private_flag(FU_DEVICE(self),
|
||||
FU_LOGITECH_HIDPP_DEVICE_FLAG_FORCE_RECEIVER_ID,
|
||||
|
Loading…
Reference in New Issue
Block a user