fwupd/plugins/dfu
Richard Hughes a1c7716cdc dfu: Fix uploading large firmware files
Fixes split into more than 0xff chunks were being truncated as uint8_t was the
wrong index type.
2017-10-12 09:13:27 +01:00
..
fuzzing trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
tests trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-cipher-xtea.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-cipher-xtea.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-common.c trivial: Use FwupdStatus in the dfu plugin 2017-09-28 09:23:52 +01:00
dfu-common.h trivial: Use FwupdStatus in the dfu plugin 2017-09-28 09:23:52 +01:00
dfu-context.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-context.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-device-private.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-device.c dfu: Include the reset timeout as wValue to fix some hardware 2017-10-12 09:13:27 +01:00
dfu-device.h trivial: Use FwupdStatus in the dfu plugin 2017-09-28 09:23:52 +01:00
dfu-element.c trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
dfu-element.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-firmware.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-firmware.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-dfu.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-dfu.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-dfuse.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-dfuse.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-ihex.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-ihex.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-metadata.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-metadata.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-raw.c trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
dfu-format-raw.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-image.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-image.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-patch.c trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
dfu-patch.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-sector-private.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-sector.c trivial: Remove all the DFU API versioning information 2017-09-08 10:32:22 +01:00
dfu-sector.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-self-test.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-target-private.h dfu: Fix uploading large firmware files 2017-10-12 09:13:27 +01:00
dfu-target.c dfu: Fix uploading large firmware files 2017-10-12 09:13:27 +01:00
dfu-target.h trivial: Use FwupdStatus in the dfu plugin 2017-09-28 09:23:52 +01:00
dfu-tool.c trivial: Use FuProgressbar in dfu-tool 2017-09-28 09:23:52 +01:00
dfu-tool.sgml trivial: Move the man pages to the source locations 2017-10-09 09:59:52 +01:00
fu-plugin-dfu.c Add optional icons to each device 2017-09-11 17:27:35 +01:00
fuzzing.md trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
meson.build trivial: Move the man pages to the source locations 2017-10-09 09:59:52 +01:00
README.md trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00

DFU Support

Introduction

Device Firmware Update is a standard that allows USB devices to be easily and safely updated by any operating system.