X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fedid%2Fpd.py;h=e2e7feef7f23f1930c3223924094e20f755b1f58;hb=1734f4c263201ae4b3aeab6b9ffc7f0eb23fdffd;hp=fe39c6d34af97f63f0bed78cc5732ebfa7b090a3;hpb=4c180223a8ae12feb7bc3601e07e848fb9cdb493;p=libsigrokdecode.git diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index fe39c6d..e2e7fee 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -80,15 +80,15 @@ class Decoder(srd.Decoder): desc = 'Data structure describing display device capabilities.' license = 'gplv3+' inputs = ['i2c'] - outputs = ['edid'] - tags = ['Logic', 'Video', 'Bus'] + outputs = [] + tags = ['Display', 'Memory', 'PC'] annotations = ( ('fields', 'EDID structure fields'), ('sections', 'EDID structure sections'), ) annotation_rows = ( - ('sections', 'Sections', (1,)), ('fields', 'Fields', (0,)), + ('sections', 'Sections', (1,)), ) def __init__(self):