From 92c117d691161db07cf4dc38a6bef2d563d31f43 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 18 Mar 2017 22:58:41 +0100 Subject: dsi: Small fix for the longname. --- decoders/dsi/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v1.2.3-70-g09d2