From 9e1437a045ef0c7df7e847be148fac6b4c0bbb4b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 1 Jan 2013 19:11:13 +0100 Subject: Small cosmetic/consistency fixes in the PDs. --- decoders/edid/pd.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'decoders/edid') 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'], -- cgit v1.2.3-70-g09d2