Skip to main content

Module pciids

Module pciids 

Source
Expand description

Parser for the kernel’s pci.ids database (/usr/share/hwdata/ pci.ids on Arch/Debian/Fedora/SUSE; /usr/share/misc/pci.ids on Debian as an alternative).

Format:

vendor_hex  Vendor Name
\tdevice_hex  Device Name
\t\tsubvendor_hex subdevice_hex  Subsystem Name

We only parse the vendor and device levels; subsystem lines are skipped. Lines starting with # and blank lines are ignored.

Structs§

PciIdDb