diff options
Diffstat (limited to 'decoders/edid/pd.py')
-rw-r--r-- | decoders/edid/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index fe39c6d..0be81dd 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -81,7 +81,7 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['edid'] - tags = ['Logic', 'Video', 'Bus'] + tags = ['Display', 'Memory', 'PC'] annotations = ( ('fields', 'EDID structure fields'), ('sections', 'EDID structure sections'), |