summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders/edid/edid.py2
-rw-r--r--decoders/jtag/jtag.py2
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']