mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 04:05:40 +00:00
intel-gsc: Use the new 'gpu' device icon
This commit is contained in:
parent
60e83e1918
commit
291d2c116f
@ -807,6 +807,7 @@ fu_igsc_device_init(FuIgscDevice *self)
|
||||
fu_device_set_summary(FU_DEVICE(self), "Discrete Graphics Card");
|
||||
fu_device_add_icon(FU_DEVICE(self), "video-display");
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.intel.gsc");
|
||||
fu_device_add_icon(FU_DEVICE(self), "gpu");
|
||||
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_PAIR);
|
||||
fu_device_set_remove_delay(FU_DEVICE(self), 60000);
|
||||
fu_device_register_private_flag(FU_DEVICE(self), FU_IGSC_DEVICE_FLAG_HAS_AUX, "has-aux");
|
||||
|
Loading…
Reference in New Issue
Block a user