]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / xfp / pd.py
index 6b4b7a975773503ea8d01e988383f5e49edd4504..e217d7d1e4b9d827bbe945eee8a3c4326d340f32 100644 (file)
@@ -30,11 +30,11 @@ class Decoder(srd.Decoder):
     desc = 'XFP I²C management interface structures/protocol'
     license = 'gplv3+'
     inputs = ['i2c']
-    outputs = ['xfp']
+    outputs = []
     tags = ['Networking']
     annotations = (
-        ('fieldnames-and-values', 'XFP structure field names and values'),
-        ('fields', 'XFP structure fields'),
+        ('field-name-and-val', 'Field name and value'),
+        ('field-val', 'Field value'),
     )
 
     def __init__(self):