diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/cfp/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/cfp/pd.py b/decoders/cfp/pd.py index 7e3db89..41c8cad 100644 --- a/decoders/cfp/pd.py +++ b/decoders/cfp/pd.py @@ -53,8 +53,8 @@ class Decoder(srd.Decoder): 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'] |