]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/caps.c
lspci: Add support for CXL MLD DVSEC
[pciutils.git] / lib / caps.c
index 3c025a98347debabe0867822f1735dbd86cca72f..039c86f7e206a6bf5ec7a7bb0b85491a65eaacfa 100644 (file)
@@ -128,7 +128,7 @@ pci_find_cap_nr(struct pci_dev *d, unsigned int id, unsigned int type,
   unsigned int target = (cap_number ? *cap_number : 0);
   unsigned int index = 0;
 
   unsigned int target = (cap_number ? *cap_number : 0);
   unsigned int index = 0;
 
-  pci_fill_info_v35(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS));
+  pci_fill_info_v38(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS));
 
   for (c=d->first_cap; c; c=c->next)
     {
 
   for (c=d->first_cap; c; c=c->next)
     {