]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dsi/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / dsi / pd.py
index db1f96695167437387cd10f842da1b68c304bf8b..7ce95179f9aa7f9a254793b37229ecfcd235253f 100644 (file)
@@ -27,10 +27,10 @@ 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']
+    outputs = []
     tags = ['Embedded/industrial', 'Lighting']
     channels = (
         {'id': 'dsi', 'name': 'DSI', 'desc': 'DSI data line'},