]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dsi/pd.py
dsi: Small fix for the longname.
[libsigrokdecode.git] / decoders / dsi / pd.py
index dc19ba2636747bcbd90938ee8564c1526238b442..0c1941a76bd22d421c85df4da370aff6b664636c 100644 (file)
@@ -26,7 +26,7 @@ class Decoder(srd.Decoder):
     api_version = 2
     id = 'dsi'
     name = 'DSI'
-    longname = 'Digital Serial Interface Lighting'
+    longname = 'Digital Serial Interface'
     desc = 'DSI lighting control protocol.'
     license = 'gplv2+'
     inputs = ['logic']