]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / edid / pd.py
index 034c314f4d28941e205f64a74110415da046dafa..fe39c6d34af97f63f0bed78cc5732ebfa7b090a3 100644 (file)
@@ -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'),