]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: Cosmetics.
authorUwe Hermann <redacted>
Tue, 29 May 2012 23:04:48 +0000 (01:04 +0200)
committerUwe Hermann <redacted>
Tue, 29 May 2012 23:04:48 +0000 (01:04 +0200)
decoders/edid/edid.py
decoders/jtag/jtag.py

index 835f300dc39cc6ac5664de708d9ebf0a4339ea9b..21ab0081d23de1848188924afdd518251a8b37ea 100644 (file)
@@ -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']
index baeb764e43a2e7d9aee13f91a124a8260b1e9ae6..4e27ce8477cdb09d48214f7143e81b093efbccce 100644 (file)
@@ -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']