mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 23:49:14 +00:00
logitech-hidpp: Set the vendor name in more places
This commit is contained in:
parent
764df76d34
commit
37a5787229
@ -94,6 +94,7 @@ static void
|
|||||||
fu_logitech_hidpp_radio_init(FuLogitechHidPpRadio *self)
|
fu_logitech_hidpp_radio_init(FuLogitechHidPpRadio *self)
|
||||||
{
|
{
|
||||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
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_name(FU_DEVICE(self), "Radio");
|
||||||
fu_device_set_install_duration(FU_DEVICE(self), 270);
|
fu_device_set_install_duration(FU_DEVICE(self), 270);
|
||||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_REPLUG_MATCH_GUID);
|
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_REPLUG_MATCH_GUID);
|
||||||
|
@ -463,6 +463,7 @@ static void
|
|||||||
fu_logitech_hidpp_runtime_bolt_init(FuLogitechHidPpRuntimeBolt *self)
|
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_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_set_name(FU_DEVICE(self), "Bolt Receiver");
|
||||||
fu_device_add_protocol(FU_DEVICE(self), "com.logitech.unifyingsigned");
|
fu_device_add_protocol(FU_DEVICE(self), "com.logitech.unifyingsigned");
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@ InstallDuration = 30
|
|||||||
[HIDRAW\VEN_046D&DEV_AB07]
|
[HIDRAW\VEN_046D&DEV_AB07]
|
||||||
Plugin = logitech_hidpp
|
Plugin = logitech_hidpp
|
||||||
Name = Bolt Receiver
|
Name = Bolt Receiver
|
||||||
|
Vendor = Logitech
|
||||||
GType = FuLogitechHidPpDevice
|
GType = FuLogitechHidPpDevice
|
||||||
CounterpartGuid = HIDRAW\VEN_046D&DEV_C548
|
CounterpartGuid = HIDRAW\VEN_046D&DEV_C548
|
||||||
InstallDuration = 30
|
InstallDuration = 30
|
||||||
|
Loading…
Reference in New Issue
Block a user