fwupd/plugins/usb
2017-09-07 19:00:51 +01:00
..
fu-plugin-usb.c usb: Use FuDeviceLocker 2017-09-07 19:00:51 +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.