<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git a/dspci/DataTypeHandler.m b/dspci/DataTypeHandler.m
index 9fe41a9..c9815b7 100644
--- a/dspci/DataTypeHandler.m
+++ b/dspci/DataTypeHandler.m
@@ -367,7 +367,7 @@ - (NSArray *) listGraphics {
             IORegistryEntryGetParentEntry(service, kIOServicePlane, &amp;parent);
             IORegistryEntryGetRegistryEntryID(parent, &amp;new);
             if (card &amp;&amp; new!=old){
-                [card setObject:@(ports) forKey:@"ports"];
+                [card setObject:@(ports) forKey:@"Ports"];
                 [temp addObject:[card copy]];
                 card = nil;
                 ports = 0;
@@ -403,7 +403,7 @@ - (NSArray *) listGraphics {
             IORegistryEntryGetParentEntry(service, kIOServicePlane, &amp;parent);
             IORegistryEntryGetRegistryEntryID(parent, &amp;new);
             if (card &amp;&amp; new != old){
-                [card setObject:@(ports) forKey:@"ports"];
+                [card setObject:@(ports) forKey:@"Ports"];
                 [temp addObject:[card copy]];
                 card = nil;
                 ports = 0;
</pre></body></html>