mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 23:28:03 +00:00
Add device icon usb-receiver
This commit is contained in:
parent
4ffa70032f
commit
f16560b705
@ -11,5 +11,5 @@ CorsairDeviceKind = mouse
|
||||
Plugin = corsair
|
||||
GType = FuCorsairDevice
|
||||
Name = SLIPSTREAM WIRELESS USB Receiver
|
||||
Icon = input-mouse
|
||||
Icon = usb-receiver
|
||||
CorsairDeviceKind = receiver
|
||||
|
@ -276,7 +276,7 @@ fu_logitech_hidpp_runtime_init(FuLogitechHidPpRuntime *self)
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_REPLUG_MATCH_GUID);
|
||||
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_PLAIN);
|
||||
fu_device_add_icon(FU_DEVICE(self), "preferences-desktop-keyboard");
|
||||
fu_device_add_icon(FU_DEVICE(self), "usb-receiver");
|
||||
fu_device_set_name(FU_DEVICE(self), "Unifying Receiver");
|
||||
fu_device_set_summary(FU_DEVICE(self), "Miniaturised USB wireless receiver");
|
||||
fu_device_set_remove_delay(FU_DEVICE(self), FU_DEVICE_REMOVE_DELAY_RE_ENUMERATE);
|
||||
|
@ -876,6 +876,7 @@ fu_pxi_receiver_device_init(FuPxiReceiverDevice *self)
|
||||
{
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UPDATABLE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UNSIGNED_PAYLOAD);
|
||||
fu_device_add_icon(FU_DEVICE(self), "usb-receiver");
|
||||
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_TRIPLET);
|
||||
fu_device_add_vendor_id(FU_DEVICE(self), "USB:0x093A");
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.pixart.rf");
|
||||
|
@ -16,7 +16,7 @@ Icon = input-mouse
|
||||
Plugin = steelseries
|
||||
GType = FuSteelseriesFizz
|
||||
Name = Aerox 3 Wireless Dongle
|
||||
Icon = input-mouse
|
||||
Icon = usb-receiver
|
||||
CounterpartGuid = USB\VID_1038&PID_1839
|
||||
FirmwareSize = 0x23000
|
||||
Flags = is-dongle
|
||||
@ -34,7 +34,7 @@ FirmwareSize = 0x27000
|
||||
Plugin = steelseries
|
||||
GType = FuSteelseriesGamepad
|
||||
Name = Stratus Duo RX
|
||||
Icon = input-gaming
|
||||
Icon = usb-receiver
|
||||
CounterpartGuid = USB\VID_1038&PID_1432
|
||||
Flags = is-dongle
|
||||
|
||||
@ -42,6 +42,7 @@ Flags = is-dongle
|
||||
Plugin = steelseries
|
||||
GType = FuSteelseriesGamepad
|
||||
Name = Stratus Duo RX bootloader
|
||||
Icon = usb-receiver
|
||||
CounterpartGuid = USB\VID_1038&PID_1430
|
||||
Flags = is-dongle,is-bootloader
|
||||
|
||||
|
@ -93,6 +93,7 @@ Flags = use-in-report-interrupt
|
||||
# USB audio codec Dongle
|
||||
[SYNAPTICS_CAPE\CX31993]
|
||||
Plugin = synaptics_cape
|
||||
Icon = usb-receiver
|
||||
|
||||
# USB audio codec Hifi
|
||||
[SYNAPTICS_CAPE\CX31988]
|
||||
|
Loading…
Reference in New Issue
Block a user