mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 22:24:21 +00:00
![]() Although we supported other hashes than SHA1 (which is now moderately unsafe) we had to switch the metadata provider and daemon on some kind of flag day to using SHA256. Since that's somewhat impractical, just allow multiple checksums to be set on objects and just try to match whatever is given in preference order. This also means we can easily transition to other hash types in the future. The removed API was never present in a tarball release, so not an API break. |
||
---|---|---|
.. | ||
fu-plugin-dfu.c | ||
meson.build | ||
README.md |
DFU Support
Introduction
Device Firmware Update is a standard that allows USB devices to be easily and safely updated by any operating system.
DFU support is supported directly by this project with the embedded libdfu library.