diff options
author | Soeren Apel <soeren@apelpie.net> | 2018-12-28 11:41:41 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-03-13 19:22:52 +0100 |
commit | 4c180223a8ae12feb7bc3601e07e848fb9cdb493 (patch) | |
tree | e1102c76fa4ee2d5623b0a8cd17d069889350b94 /decoders/edid | |
parent | 49d3e6f83c68e62138621f94bf5e22c9d7717fca (diff) | |
download | libsigrokdecode-4c180223a8ae12feb7bc3601e07e848fb9cdb493.tar.gz libsigrokdecode-4c180223a8ae12feb7bc3601e07e848fb9cdb493.zip |
Add PD tags handling and some tags
Diffstat (limited to 'decoders/edid')
-rw-r--r-- | decoders/edid/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 034c314..fe39c6d 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -81,6 +81,7 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['edid'] + tags = ['Logic', 'Video', 'Bus'] annotations = ( ('fields', 'EDID structure fields'), ('sections', 'EDID structure sections'), |