From: Uwe Hermann Date: Tue, 29 May 2012 23:04:48 +0000 (+0200) Subject: srd: Cosmetics. X-Git-Tag: libsigrokdecode-0.1.1~101 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=b7a7e6f5f4aa08ca340bbc316ac391b3a0d423ab srd: Cosmetics. --- diff --git a/decoders/edid/edid.py b/decoders/edid/edid.py index 835f300..21ab008 100644 --- a/decoders/edid/edid.py +++ b/decoders/edid/edid.py @@ -78,7 +78,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'edid' name = 'EDID' - longname = 'Extended display identification data' + longname = 'Extended Display Identification Data' desc = 'Data structure describing display device capabilities.' license = 'gplv3+' inputs = ['ddc2'] diff --git a/decoders/jtag/jtag.py b/decoders/jtag/jtag.py index baeb764..4e27ce8 100644 --- a/decoders/jtag/jtag.py +++ b/decoders/jtag/jtag.py @@ -26,7 +26,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'jtag' name = 'JTAG' - longname = 'Joint Test Action Group' + longname = 'Joint Test Action Group (IEEE 1149.1)' desc = 'Protocol for testing, debugging, and flashing ICs.' license = 'gplv2+' inputs = ['logic']