summaryrefslogtreecommitdiff
path: root/decoders/edid
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-01-01 19:11:13 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-01-01 19:11:13 +0100
commit9e1437a045ef0c7df7e847be148fac6b4c0bbb4b (patch)
treeabf764a44fd69c8d7fdec62c804d71991a7f6f7b /decoders/edid
parent42515b0f25613499167b66c1d8a659526fb46b8d (diff)
downloadlibsigrokdecode-9e1437a045ef0c7df7e847be148fac6b4c0bbb4b.tar.gz
libsigrokdecode-9e1437a045ef0c7df7e847be148fac6b4c0bbb4b.zip
Small cosmetic/consistency fixes in the PDs.
Diffstat (limited to 'decoders/edid')
-rw-r--r--decoders/edid/pd.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py
index a03fe67..ba0e0be 100644
--- a/decoders/edid/pd.py
+++ b/decoders/edid/pd.py
@@ -81,8 +81,10 @@ class Decoder(srd.Decoder):
longname = 'Extended Display Identification Data'
desc = 'Data structure describing display device capabilities.'
license = 'gplv3+'
- inputs = ['ddc2']
+ inputs = ['i2c']
outputs = ['edid']
+ probes = []
+ optional_probes = []
options = {}
annotations = [
['EDID fields', 'EDID structure fields'],