]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/pd.py
modbus: Add missing annotation class names.
[libsigrokdecode.git] / decoders / xfp / pd.py
index 9bca10bc8ac44fe1619cc6b57f7375dc733fe5fc..e217d7d1e4b9d827bbe945eee8a3c4326d340f32 100644 (file)
@@ -27,14 +27,14 @@ class Decoder(srd.Decoder):
     id = 'xfp'
     name = 'XFP'
     longname = '10 Gigabit Small Form Factor Pluggable Module (XFP)'
-    desc = 'Data structure describing display device capabilities.'
+    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):