]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/hdcp/pd.py
hdcp: Add tags.
[libsigrokdecode.git] / decoders / hdcp / pd.py
index 861cd5c7f7b2a89236562608664795ab11c4f210..f289f917d281b62d3806ba5e847978d4036847a3 100644 (file)
@@ -48,6 +48,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['hdcp']
+    tags = ['PC', 'Security/crypto']
     annotations = \
         tuple(('message-0x%02X' % i, 'Message 0x%02X' % i) for i in range(18)) + (
         ('summary', 'Summary'),