]> sigrok.org Git - libsigrokdecode.git/commitdiff
edid: Add annotation rows.
authorBert Vermeulen <redacted>
Tue, 16 Dec 2014 13:51:47 +0000 (14:51 +0100)
committerBert Vermeulen <redacted>
Tue, 16 Dec 2014 13:51:47 +0000 (14:51 +0100)
decoders/edid/pd.py

index 7c5f19c4973002fe113f7736a68d1e8f1cfdf53b..3c1ede21f4fee6592ee80c517548ab07f4101d66 100644 (file)
@@ -85,6 +85,10 @@ class Decoder(srd.Decoder):
         ('fields', 'EDID structure fields'),
         ('sections', 'EDID structure sections'),
     )
+    annotation_rows = (
+        ('sections', 'Sections', (1,)),
+        ('fields', 'Fields', (0,)),
+    )
 
     def __init__(self, **kwargs):
         self.state = None