logitech-hidpp: Set the vendor name in more places

This commit is contained in:
Richard Hughes 2021-11-07 12:34:21 +00:00
parent 764df76d34
commit 37a5787229
3 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static void
fu_logitech_hidpp_radio_init(FuLogitechHidPpRadio *self)
{
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
fu_device_set_vendor(FU_DEVICE(self), "Logitech");
fu_device_set_name(FU_DEVICE(self), "Radio");
fu_device_set_install_duration(FU_DEVICE(self), 270);
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_REPLUG_MATCH_GUID);

View File

@ -463,6 +463,7 @@ static void
fu_logitech_hidpp_runtime_bolt_init(FuLogitechHidPpRuntimeBolt *self)
{
fu_device_set_remove_delay(FU_DEVICE(self), FU_DEVICE_REMOVE_DELAY_USER_REPLUG);
fu_device_set_vendor(FU_DEVICE(self), "Logitech");
fu_device_set_name(FU_DEVICE(self), "Bolt Receiver");
fu_device_add_protocol(FU_DEVICE(self), "com.logitech.unifyingsigned");
}

View File

@ -16,6 +16,7 @@ InstallDuration = 30
[HIDRAW\VEN_046D&DEV_AB07]
Plugin = logitech_hidpp
Name = Bolt Receiver
Vendor = Logitech
GType = FuLogitechHidPpDevice
CounterpartGuid = HIDRAW\VEN_046D&DEV_C548
InstallDuration = 30