diff options
author | Burt P <pburt0@gmail.com> | 2020-01-03 19:18:21 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-01-04 10:40:36 -0800 |
commit | 8b90f545215092480a39f77deaa2ea12d9a64945 (patch) | |
tree | 5086d2abec8ac5c2e939b7ba80f9a5633ba6abb4 /CMakeLists.txt | |
parent | f6ef98fcc1024bd715f1d12e79e63b068be2a636 (diff) |
pci: include a minimum pci.ids with classes, note when pci.ids is missing
Noticed that the RPi4 has a PCIe bus, but pci.ids is not included with
the standard Raspbian image, so everything is "(Unknown)."
Now there will be some basic information about what the device is, and
a note about installing pci.ids for more information.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39cd191b..657d3106 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,6 +126,7 @@ set(HARDINFO_RESOURCES "deps/sysobj_early/data/arm.ids" "deps/sysobj_early/data/edid.ids" "deps/sysobj_early/data/ieee_oui.ids" + "deps/sysobj_early/data/pci.ids.min" ) set(HARDINFO_MANPAGES |