Codebase list fwupd / ae21b15
vli-usbhub: Correctly print the 24-bit USB3 offset Richard Hughes 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
7676 GUINT16_FROM_BE(hdr->usb2_fw_sz));
7777 }
7878 fu_common_string_append_kx (str, idt, "Usb3FwAddr",
79 ((guint32) hdr->usb3_fw_addr_high) << 16 |
7980 GUINT16_FROM_BE(hdr->usb3_fw_addr));
8081 fu_common_string_append_kx (str, idt, "Usb3FwSz",
8182 GUINT16_FROM_BE(hdr->usb3_fw_sz));