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 --- includes/pci_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/pci_util.h b/includes/pci_util.h index 476c3212..2a9e4a4b 100644 --- a/includes/pci_util.h +++ b/includes/pci_util.h @@ -73,4 +73,6 @@ void pcid_free(pcid *); char *pci_lookup_ids_vendor_str(uint32_t id); +const gchar *find_pci_ids_file(); + #endif -- cgit v1.2.3