summaryrefslogtreecommitdiff
path: root/decoders/edid/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/edid/pd.py')
-rw-r--r--decoders/edid/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py
index 0be81dd..2d7460c 100644
--- a/decoders/edid/pd.py
+++ b/decoders/edid/pd.py
@@ -80,7 +80,7 @@ class Decoder(srd.Decoder):
desc = 'Data structure describing display device capabilities.'
license = 'gplv3+'
inputs = ['i2c']
- outputs = ['edid']
+ outputs = []
tags = ['Display', 'Memory', 'PC']
annotations = (
('fields', 'EDID structure fields'),