]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Rename 'ir_nec6122' PD to 'ir_nec', minor fixes and simplifications.
[libsigrokdecode.git] / decoders / edid / pd.py
index adeb6aec20c657fbb040730a362d7cc95d493e09..41b790328dea70bc969bbbc55d113c625bc1e2c4 100644 (file)
@@ -81,13 +81,10 @@ class Decoder(srd.Decoder):
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['edid']
-    probes = []
-    optional_probes = []
-    options = {}
-    annotations = [
-        ['fields', 'EDID structure fields'],
-        ['sections', 'EDID structure sections'],
-    ]
+    annotations = (
+        ('fields', 'EDID structure fields'),
+        ('sections', 'EDID structure sections'),
+    )
 
     def __init__(self, **kwargs):
         self.state = None