]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - ls-caps.c
lspci: Clarify unknown capability IDs
[thirdparty/pciutils.git] / ls-caps.c
index 31352249e7b953e69ca39ff482f81012fd533de5..bc7829c120e59844b104107920cda10e430d5d7e 100644 (file)
--- a/ls-caps.c
+++ b/ls-caps.c
@@ -1599,7 +1599,7 @@ show_caps(struct device *d, int where)
              cap_ea(d, where, cap);
              break;
            default:
-             printf("#%02x [%04x]\n", id, cap);
+             printf("Capability ID %#02x [%04x]\n", id, cap);
            }
          where = next;
        }