X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fedid%2Fpd.py;h=3b3536e14576a773fd5da408e24a540edc9b6a6a;hp=704f3505a164f167273a1333c2423c895ba84e9d;hb=fbd226c3f70f20fdf3cbfd43a671bf2bcc5d23e6;hpb=be465111b552c7c2a2262ac49758a30a8bf1b1d5 diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 704f350..3b3536e 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -87,8 +87,8 @@ class Decoder(srd.Decoder): optional_probes = [] options = {} annotations = [ - ['EDID fields', 'EDID structure fields'], - ['EDID sections', 'EDID structure sections'], + ['fields', 'EDID structure fields'], + ['sections', 'EDID structure sections'], ] def __init__(self, **kwargs): @@ -103,9 +103,6 @@ class Decoder(srd.Decoder): def start(self): self.out_ann = self.register(srd.OUTPUT_ANN) - def report(self): - pass - def decode(self, ss, es, data): cmd, data = data