summaryrefslogtreecommitdiff
path: root/decoders/edid
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/edid')
-rw-r--r--decoders/edid/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py
index 034c314..fe39c6d 100644
--- a/decoders/edid/pd.py
+++ b/decoders/edid/pd.py
@@ -81,6 +81,7 @@ class Decoder(srd.Decoder):
license = 'gplv3+'
inputs = ['i2c']
outputs = ['edid']
+ tags = ['Logic', 'Video', 'Bus']
annotations = (
('fields', 'EDID structure fields'),
('sections', 'EDID structure sections'),