diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/edid/pd.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |