From be42cffca100c00d0d5510b08dcb66655f8a5746 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 16 Dec 2014 14:51:47 +0100 Subject: edid: Add annotation rows. --- decoders/edid/pd.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'decoders/edid') diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 7c5f19c..3c1ede2 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -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 -- cgit v1.2.3-70-g09d2