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/cec/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/cec') diff --git a/decoders/cec/pd.py b/decoders/cec/pd.py index e4a40f3..da04997 100644 --- a/decoders/cec/pd.py +++ b/decoders/cec/pd.py @@ -56,6 +56,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['cec'] + tags = ['Logic', 'Bus', 'Video'] channels = ( {'id': 'cec', 'name': 'CEC', 'desc': 'CEC bus data'}, ) -- cgit v1.2.3-70-g09d2