fwupd/plugins/udev
2019-01-19 07:26:20 +00:00
..
fuzzing Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
tests Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
fu-plugin-udev.c Show a console warning if loading an out-of-tree plugin 2019-01-19 07:26:20 +00:00
fu-rom-tool.c Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-rom.c Don't use AppStream-glib for the GUID helpers 2018-10-11 07:54:01 +01:00
fu-rom.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-self-test.c trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fuzzing.md Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
meson.build Show a console warning if loading an out-of-tree plugin 2019-01-19 07:26:20 +00:00
README.md trivial: Document the GUID generation scheme 2018-11-08 20:39:46 +00:00

UDev Support

Introduction

This plugin reads the version numbers of PCI 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.

This plugin is also able to read and parse the firmware of some PCI devices which allows some host state verification to be done.

GUID Generation

These devices use the standard USB DeviceInstanceId values, e.g.

  • PCI\VEN_%04X&DEV_%04X

Additionally, GUIDs found in OptionROMs may also be added.