fwupd/plugins/dfu
2017-09-07 19:00:51 +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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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 dfu: Remove DEVO support 2017-09-07 18:39:23 +01:00
dfu-common.h dfu: Remove DEVO support 2017-09-07 18:39:23 +01:00
dfu-context.c trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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: Use FuDeviceLocker 2017-09-07 19:00:51 +01:00
dfu-device.h dfu: Use FuDeviceLocker 2017-09-07 19:00:51 +01:00
dfu-element.c trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-element.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-error.c trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-error.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-firmware.c dfu: Remove the now-unused symtab support 2017-09-07 18:39:23 +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 dfu: Remove DEVO support 2017-09-07 18:39:23 +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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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 dfu: Remove the now-unused symtab support 2017-09-07 18:39:23 +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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-patch.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-progress-bar.c trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-progress-bar.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: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +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 dfu: Use FuDeviceLocker 2017-09-07 19:00:51 +01:00
dfu-target-private.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-target.c trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-target.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-tool.c dfu: Use FuDeviceLocker 2017-09-07 19:00:51 +01:00
fu-plugin-dfu.c dfu: Use FuDeviceLocker 2017-09-07 19:00:51 +01:00
fuzzing.md trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
meson.build dfu: Use FuDeviceLocker 2017-09-07 19:00:51 +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.