From: Uwe Hermann Date: Sat, 18 Mar 2017 21:58:41 +0000 (+0100) Subject: dsi: Small fix for the longname. X-Git-Tag: libsigrokdecode-0.5.0~53 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=92c117d691161db07cf4dc38a6bef2d563d31f43;p=libsigrokdecode.git dsi: Small fix for the longname. --- diff --git a/decoders/dsi/pd.py b/decoders/dsi/pd.py index dc19ba2..0c1941a 100644 --- a/decoders/dsi/pd.py +++ b/decoders/dsi/pd.py @@ -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']