]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
onewire_network: add a missing 'Resume ROM' command
[libsigrokdecode.git] / decoders / edid / pd.py
index 034c314f4d28941e205f64a74110415da046dafa..0be81dd7a89c4b4fa59dad2fe053b3a635c5ba69 100644 (file)
@@ -81,6 +81,7 @@ class Decoder(srd.Decoder):
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['edid']
+    tags = ['Display', 'Memory', 'PC']
     annotations = (
         ('fields', 'EDID structure fields'),
         ('sections', 'EDID structure sections'),