]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - ls-ecaps.c
lspci: Decode Null Capability
[thirdparty/pciutils.git] / ls-ecaps.c
index cb3d46dd1be6c0e4ae79b56ab0ec145923c7e7cd..3f6a3644f2d5eabe21bb83713f32b2a0a01c28ee 100644 (file)
@@ -737,6 +737,9 @@ show_ext_caps(struct device *d, int type)
        }
       switch (id)
        {
+         case PCI_EXT_CAP_ID_NULL:
+           printf("Null\n");
+           break;
          case PCI_EXT_CAP_ID_AER:
            cap_aer(d, where, type);
            break;