fwupd/plugins/udev
Richard Hughes c1c2fec6f5 Add optional icons to each device
This allows us to show the devices in a GUI with a nice icon. Some of the icon
mappings are not perfect and I'll be asking the GNOME designers for some
additions to the icon specification.

Custom vendor icons can also be specified, and /usr/share/fwupd/icons would be
a good place to put them. If vendor icons are used they should show a physical
device with the branding, rather than just the vendor logo.
2017-09-11 17:27:35 +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 Add optional icons to each device 2017-09-11 17:27:35 +01:00
fu-rom-tool.c trivial: cleanup for many compilation warnings from clang 2017-08-30 10:43:15 +01:00
fu-rom.c trivial: cleanup for many compilation warnings from clang 2017-08-30 10:43:15 +01:00
fu-rom.h trivial: Generate more than just SHA1 OptionROM checksums 2017-06-07 08:02:41 +01:00
fu-self-test.c trivial: Generate more than just SHA1 OptionROM checksums 2017-06-07 08:02:41 +01:00
fuzzing.md Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
meson.build Use a static library to avoid symlinking files for the tests 2017-08-09 10:19:13 +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.