]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dsi/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / dsi / pd.py
index db1f96695167437387cd10f842da1b68c304bf8b..7be29c3386cd49fb5921cc70706c60d14bbed290 100644 (file)
@@ -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']