X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fxfp%2Fpd.py;h=6b4b7a975773503ea8d01e988383f5e49edd4504;hb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;hp=9bca10bc8ac44fe1619cc6b57f7375dc733fe5fc;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index 9bca10b..6b4b7a9 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -27,7 +27,7 @@ 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']