From b7a7e6f5f4aa08ca340bbc316ac391b3a0d423ab Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 30 May 2012 01:04:48 +0200 Subject: [PATCH] srd: Cosmetics. --- decoders/edid/edid.py | 2 +- decoders/jtag/jtag.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'] -- 2.30.2