mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 22:03:48 +00:00
![]() There are now two 'backends' of device plug/unplug events, and there is about to become three. Rather than just adding two more vfuncs for every backend type define common ones that all providers can use. Also fix up the existing in-tree plugins to use the new vfunc names and filter on the correct GType. |
||
---|---|---|
.. | ||
fu-mei-common.c | ||
fu-mei-common.h | ||
fu-plugin-pci-mei.c | ||
meson.build | ||
pci-mei.quirk | ||
README.md |
PCI MEI
Introduction
This plugin checks if the ME is in Manufacturing Mode. The result will be stored in an security attribute for HSI.
External interface access
This plugin requires read access to the config space of PCI devices (/sys/class/pci_bus/*/device/config
)