]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/usb_packet/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / usb_packet / pd.py
index f79f2fc7eea420468af5f3b848b83b36cc211bbd..e6fc35595740ccc3f3c5262ab128bf0f923605a6 100644 (file)
@@ -149,7 +149,7 @@ class Decoder(srd.Decoder):
         'signalling': ['Signalling', 'full-speed'],
     }
     annotations = [
         'signalling': ['Signalling', 'full-speed'],
     }
     annotations = [
-        ['Text', 'Human-readable text']
+        ['text', 'Human-readable text']
     ]
 
     def __init__(self):
     ]
 
     def __init__(self):