]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
cc1101: Simplify format_command().
[libsigrokdecode.git] / decoders / edid / pd.py
index fe39c6d34af97f63f0bed78cc5732ebfa7b090a3..2d7460ce434e5163f014e9f1c8497cda68cb15f9 100644 (file)
@@ -80,8 +80,8 @@ class Decoder(srd.Decoder):
     desc = 'Data structure describing display device capabilities.'
     license = 'gplv3+'
     inputs = ['i2c']
-    outputs = ['edid']
-    tags = ['Logic', 'Video', 'Bus']
+    outputs = []
+    tags = ['Display', 'Memory', 'PC']
     annotations = (
         ('fields', 'EDID structure fields'),
         ('sections', 'EDID structure sections'),