X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fdsi%2Fpd.py;h=7ce95179f9aa7f9a254793b37229ecfcd235253f;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hp=db1f96695167437387cd10f842da1b68c304bf8b;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/dsi/pd.py b/decoders/dsi/pd.py index db1f966..7ce9517 100644 --- a/decoders/dsi/pd.py +++ b/decoders/dsi/pd.py @@ -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'},