Enumeration

FwupdPluginContextQuirkSource

Declaration

enum FwupdPlugin.ContextQuirkSource

Description [src]

The source of the quirk data, ordered by how good the data is.

Members

Name Description
FU_CONTEXT_QUIRK_SOURCE_DEVICE

From the device itself, perhaps a USB descriptor.

FU_CONTEXT_QUIRK_SOURCE_FILE

From an internal .quirk file.

FU_CONTEXT_QUIRK_SOURCE_DB

From the database, populated from usb.ids and pci.ids.

FU_CONTEXT_QUIRK_SOURCE_FALLBACK

A good fallback, perhaps from the PCI class information.