mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-28 18:23:15 +00:00

The best way of not getting something wrong is to not require it in the first place... All plugins now use DeviceInstanceId-style quirk matches and we can just drop the prefix in all files. We were treating HwId=, Guid= and DeviceInstanceId= in exactly the same way -- they're just converted to GUIDs when building the silo!
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
# ISA bridge i.e. 00:1F.0
|
|
# -> drivers/mfd/lpc_ich.c
|
|
[PCI\VEN_8086&CLASS_060100]
|
|
Plugin = pci_bcr
|
|
|
|
# PCI devices, i.e. 00:1F.5
|
|
# -> drivers/mtd/spi-nor/controllers/intel-spi-pci.c
|
|
[PCI\VEN_8086&CLASS_0C8000]
|
|
Plugin = pci_bcr
|