summaryrefslogtreecommitdiffstats
path: root/lspci.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-20 04:06:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-20 04:06:28 +0000
commit43e241fbda8e6c137142af8d08abf9f8d16c5145 (patch)
tree1e72ad25ef4dfbbd381d4ef859729ebc7c5d6c3e /lspci.c
parentAdding debian version 1:3.12.0-1. (diff)
downloadpciutils-43e241fbda8e6c137142af8d08abf9f8d16c5145.tar.xz
pciutils-43e241fbda8e6c137142af8d08abf9f8d16c5145.zip
Merging upstream version 1:3.13.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lspci.c')
-rw-r--r--lspci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lspci.c b/lspci.c
index 071cc11..aee1673 100644
--- a/lspci.c
+++ b/lspci.c
@@ -805,7 +805,7 @@ show_verbose(struct device *d)
pci_fill_info(p, PCI_FILL_IRQ | PCI_FILL_BASES | PCI_FILL_ROM_BASE | PCI_FILL_SIZES |
PCI_FILL_PHYS_SLOT | PCI_FILL_NUMA_NODE | PCI_FILL_DT_NODE | PCI_FILL_IOMMU_GROUP |
- PCI_FILL_BRIDGE_BASES | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS);
+ PCI_FILL_BRIDGE_BASES | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS | PCI_FILL_RCD_LNK);
switch (htype)
{