logitech-hidpp: Always hardcode the vendor for FuLogitechHidPpDevice

This commit is contained in:
Richard Hughes 2021-12-21 12:22:50 +00:00
parent 25ee969a27
commit 2f8e7dc05c

View File

@ -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,