X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fdsi%2Fpd.py;h=7be29c3386cd49fb5921cc70706c60d14bbed290;hb=b53a9138efdcdca3d15846bb19eba1bab0407b7d;hp=db1f96695167437387cd10f842da1b68c304bf8b;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/dsi/pd.py b/decoders/dsi/pd.py index db1f966..7be29c3 100644 --- a/decoders/dsi/pd.py +++ b/decoders/dsi/pd.py @@ -27,7 +27,7 @@ class Decoder(srd.Decoder): id = 'dsi' name = 'DSI' longname = 'Digital Serial Interface' - desc = 'DSI lighting control protocol.' + desc = 'Digital Serial Interface (DSI) lighting protocol.' license = 'gplv2+' inputs = ['logic'] outputs = ['dsi']