fwupd/plugins/udev
Richard Hughes ed34991bd8 Do not unlock devices when doing VerifyUpdate
We used to do this dance to avoid reading the Option ROM on hardware by default
(some faulty hardware would crash...) but now we're doing the verify update in
the daemon there's no need to split this into two steps.

Fixes: https://github.com/hughsie/fwupd/issues/149
2017-06-22 10:37:10 +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 Do not unlock devices when doing VerifyUpdate 2017-06-22 10:37:10 +01:00
fu-rom-tool.c trivial: Generate more than just SHA1 OptionROM checksums 2017-06-07 08:02:41 +01:00
fu-rom.c trivial: Generate more than just SHA1 OptionROM checksums 2017-06-07 08:02:41 +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
fu-test.c Fix the raspberrypi self test code under meson 2017-04-13 10:09:33 +01:00
fu-test.h Fix the raspberrypi self test code under meson 2017-04-13 10:09:33 +01:00
fuzzing.md Move the Option ROM parsing to the Udev plugin 2016-12-15 17:09:38 +00:00
meson.build Fix the raspberrypi self test code under meson 2017-04-13 10:09:33 +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.