mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 08:42:46 +00:00
pixart: Include the missing ->to_string() parent class
This commit is contained in:
parent
21c44d1f8a
commit
88d9ace4a3
@ -107,6 +107,10 @@ static void
|
|||||||
fu_pxi_device_to_string (FuDevice *device, guint idt, GString *str)
|
fu_pxi_device_to_string (FuDevice *device, guint idt, GString *str)
|
||||||
{
|
{
|
||||||
FuPxiDevice *self = FU_PXI_DEVICE (device);
|
FuPxiDevice *self = FU_PXI_DEVICE (device);
|
||||||
|
|
||||||
|
/* FuUdevDevice->to_string */
|
||||||
|
FU_DEVICE_CLASS (fu_pxi_device_parent_class)->to_string (device, idt, str);
|
||||||
|
|
||||||
fu_common_string_append_kx (str, idt, "Status", self->status);
|
fu_common_string_append_kx (str, idt, "Status", self->status);
|
||||||
fu_common_string_append_kx (str, idt, "NewFlow", self->new_flow);
|
fu_common_string_append_kx (str, idt, "NewFlow", self->new_flow);
|
||||||
fu_common_string_append_kx (str, idt, "CurrentObjectOffset", self->offset);
|
fu_common_string_append_kx (str, idt, "CurrentObjectOffset", self->offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user