From 2f8e7dc05ccff8da5777fa7b6d01ab7523d23a7e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 21 Dec 2021 12:22:50 +0000 Subject: [PATCH] logitech-hidpp: Always hardcode the vendor for FuLogitechHidPpDevice --- plugins/logitech-hidpp/fu-logitech-hidpp-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/logitech-hidpp/fu-logitech-hidpp-device.c b/plugins/logitech-hidpp/fu-logitech-hidpp-device.c index 8e9f92d02..605b2d2a2 100644 --- a/plugins/logitech-hidpp/fu-logitech-hidpp-device.c +++ b/plugins/logitech-hidpp/fu-logitech-hidpp-device.c @@ -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,