X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fedid%2Fpd.py;h=f27cf93b80e4ccf2da1a1b14112b9f5b2308da6d;hp=3b3536e14576a773fd5da408e24a540edc9b6a6a;hb=780770f1295b7fdeb4481eb42623bad5da1e19a7;hpb=fbd226c3f70f20fdf3cbfd43a671bf2bcc5d23e6 diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 3b3536e..f27cf93 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -17,8 +17,6 @@ ## along with this program; if not, see . ## -# EDID protocol decoder - # TODO: # - EDID < 1.3 # - add short annotations @@ -83,9 +81,6 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['edid'] - probes = [] - optional_probes = [] - options = {} annotations = [ ['fields', 'EDID structure fields'], ['sections', 'EDID structure sections'],