Codebase list fwupd / ad7c7e5
vli-usbhub: Print the PD firmware offset and size for debugging Richard Hughes 4 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2929 FuVliUsbhubPdDevice *self = FU_VLI_USBHUB_PD_DEVICE (device);
3030 fu_common_string_append_kv (str, idt, "ChipId",
3131 fu_vli_usbhub_pd_chip_to_string (self->chip));
32 fu_common_string_append_kx (str, idt, "FwOffset",
33 fu_vli_usbhub_pd_chip_get_offset (self->chip));
34 fu_common_string_append_kx (str, idt, "FwSize",
35 fu_vli_usbhub_pd_chip_get_size (self->chip));
3236 }
3337
3438 static gboolean