diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:06:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:06:28 +0000 |
commit | 408e99b4619a39b80f002bec495d959b46a03518 (patch) | |
tree | 7a11d25b7dddd501156c47e7b71d622469c4b7fa /lspci.c | |
parent | Adding upstream version 1:3.12.0. (diff) | |
download | pciutils-408e99b4619a39b80f002bec495d959b46a03518.tar.xz pciutils-408e99b4619a39b80f002bec495d959b46a03518.zip |
Adding upstream version 1:3.13.0.upstream/1%3.13.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lspci.c')
-rw-r--r-- | lspci.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |