mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 14:01:06 +00:00

There are now two 'backends' of device plug/unplug events, and there is about to become three. Rather than just adding two more vfuncs for every backend type define common ones that all providers can use. Also fix up the existing in-tree plugins to use the new vfunc names and filter on the correct GType.
358 B
358 B
Planned API/ABI changes for next release
- Remove fu_common_is_cpu_intel()
- Remove fu_firmware_strparse_uintXX()
- Remove fu_plugin_get_usb_context() and fu_plugin_set_usb_context()
- Remove fu_plugin_runner_usb_device_added(), fu_plugin_runner_udev_device_added() and fu_plugin_runner_udev_device_changed()