From 4c180223a8ae12feb7bc3601e07e848fb9cdb493 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 28 Dec 2018 11:41:41 +0100 Subject: Add PD tags handling and some tags --- decoders/edid/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/edid') 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'), -- cgit v1.2.3-70-g09d2