From 8b90f545215092480a39f77deaa2ea12d9a64945 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 3 Jan 2020 19:18:21 -0600 Subject: 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 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3