fwupd/plugins/usb
Richard Hughes 5bb91535ce Format the BCD USB revision numbers correctly
Add lots of code because it's not cool to hard depend on appstream-glib master.
2017-10-13 10:03:06 +01:00
..
fu-plugin-usb.c Format the BCD USB revision numbers correctly 2017-10-13 10:03:06 +01:00
meson.build Add the Meson build system as an alternate to autotools 2017-04-12 16:35:18 +01:00
README.md Convert the providers to plugins to simplify code and for future features 2016-12-12 12:31:23 +00:00

USB Support

Introduction

This plugin reads the version numbers of USB devices. It cannot deploy firmware onto devices but is used to list devices with known firmware updates that may require booting into another operating system to apply.

As other plugins may be able to actually deploy firmware onto the same device that this plugin can handle the signal emission is delayed to allow the better plugin to "win" and own the device. It is therefor important that the other plugin finishes enumeration of the device in less than 500ms.