mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 08:00:41 +00:00
![]() Some hardware does not handle upgrading from version 1.2.2 to 1.2.4 and instead needs to be upgraded from 1.2.2->1.2.3->1.2.4 so that on-device metadata can be migrated correctly. Add a new per-device flag `install-all-releases` which causes the daemon to not skip directly to the newest release. This is designed to be set from a quirk file. This can obviously only be used for devices that can apply firmware "live" and thus do not need a reboot or system shutdown to actually apply the firmware. This also needs the cabinet archive to ship multiple versions of the firmware, and for the metainfo.xml file to refer to multiple release objects. |
||
---|---|---|
.. | ||
fwupd-client.c | ||
fwupd-client.h | ||
fwupd-common-private.h | ||
fwupd-common.c | ||
fwupd-common.h | ||
fwupd-deprecated.h | ||
fwupd-device-private.h | ||
fwupd-device.c | ||
fwupd-device.h | ||
fwupd-enums-private.h | ||
fwupd-enums.c | ||
fwupd-enums.h | ||
fwupd-error.c | ||
fwupd-error.h | ||
fwupd-release-private.h | ||
fwupd-release.c | ||
fwupd-release.h | ||
fwupd-remote-private.h | ||
fwupd-remote.c | ||
fwupd-remote.h | ||
fwupd-self-test.c | ||
fwupd-version.h.in | ||
fwupd.h | ||
fwupd.map | ||
meson.build | ||
README.md |
Migration from Version 0.9.x
- Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
- Rename FWUPD_DEVICE_FLAG_ALLOW_ONLINE -> FWUPD_DEVICE_FLAG_UPDATABLE
- Rename FWUPD_DEVICE_FLAG_ALLOW_OFFLINE -> FWUPD_DEVICE_FLAG_ONLY_OFFLINE
- Rename fwupd_client_get_devices_simple -> fwupd_client_get_devices
- Rename fwupd_client_get_details_local -> fwupd_client_get_details
- Rename fwupd_client_update_metadata_with_id -> fwupd_client_update_metadata
- Rename fwupd_remote_get_uri -> fwupd_remote_get_metadata_uri
- Rename fwupd_remote_get_uri_asc -> fwupd_remote_get_metadata_uri_sig
- Rename fwupd_remote_build_uri -> fwupd_remote_build_firmware_uri
- Switch FWUPD_RESULT_KEY_DEVICE_CHECKSUM_KIND to fwupd_checksum_guess_kind()
- Rename fwupd_result_update_() to fwupd_release_()
- Rename fwupd_result_() to fwupd_device_()
- Convert FwupdResult to FwupdDevice in all callbacks
- Rename fwupd_device_provider -> fwupd_device_plugin
- Convert hash types sa{sv} -> a{sv}
- Convert fwupd_client_get_updates() -> fwupd_client_get_upgrades()