fwupd/libfwupdplugin/README.md
Richard Hughes 525f71f54b Merge the _udev_device() and _usb_device() vfuncs
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.
2021-02-10 12:04:05 +00:00

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()