fwupd/plugins/udev
Richard Hughes 57746cb839 Add the Meson build system as an alternate to autotools
Automake and autoconf are impossible to fully understand and Meson now provides
everything we need for a much smaller, faster, and more understandable build.

See http://mesonbuild.com/ for more information.
2017-04-12 16:35:18 +01: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 Fix a refcounting issue in the udev plugin 2017-02-03 14:17:07 +00:00
fu-rom-tool.c trivial: Fix another -Wpointer-sign compile warning 2017-02-13 10:50:07 +00:00
fu-rom.c Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
fu-rom.h Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
fu-self-test.c Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
fuzzing.md Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
Makefile.am Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00: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

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.