Skip to content

Add `osinfo_os_get_complete_firmware_list()`

After realising the mistake of only returning supported firmwares on _get_firmware_list(), let's work that limitation around by adding a new function, osinfo_os_get_complete_firmware_list(), which returns the complete list of firmwares, including both supported and unsupported ones.

Merge request reports