Releases: qookei/mini-lspci
Releases · qookei/mini-lspci
Version 1.2.2
Version 1.2.1
Bug-fix release for 1.2:
- fix fmt subproject sometimes using a dynamic library instead of a static one.
Version 1.2
Additions:
- added build-time configuration options for setting the
pci.ids
and sysfs paths, etc, - added stdin device provider (allows for getting names for devices specified on stdin).
Changes:
- made the output more similar to pciutils' lspci (in cases when the device or vendor aren't known),
- refactored code into multiple files,
- added support for adding different information providers than sysfs,
- optimized the
pci.ids
parser (now it only does one pass instead of two).
Bug fixes:
- fixed the output not being sorted by the bus location,
- fixed only one out of many of the same device having the vendor and device names set.
Version 1.1
v1.1 Refactor code to use mmap and string_view for reading pci.ids