]> sigrok.org Git - libsigrokdecode.git/commitdiff
cfp: Fix incorrect copy-paste description.
authorUwe Hermann <redacted>
Sun, 10 Jun 2018 14:09:21 +0000 (16:09 +0200)
committerUwe Hermann <redacted>
Sun, 10 Jun 2018 17:24:23 +0000 (19:24 +0200)
decoders/cfp/pd.py

index 7e3db89a53e0e21b2aa4a65d9d07d399661a0cbc..41c8cadfb2dd06b52c81a8e48066cebb8007b168 100644 (file)
@@ -53,8 +53,8 @@ class Decoder(srd.Decoder):
     api_version = 3
     id = 'cfp'
     name = 'CFP'
     api_version = 3
     id = 'cfp'
     name = 'CFP'
-    longname = '100 Gigabit C form-factor pluggable (CFP)'
-    desc = 'Data structure describing display device capabilities.'
+    longname = '100 Gigabit C form-factor pluggable'
+    desc = '100 Gigabit C form-factor pluggable (CFP) protocol.'
     license = 'BSD'
     inputs = ['mdio']
     outputs = ['cfp']
     license = 'BSD'
     inputs = ['mdio']
     outputs = ['cfp']