]> sigrok.org Git - libsigrokdecode.git/commitdiff
hdcp: Add tags.
authorUwe Hermann <redacted>
Sat, 7 Dec 2019 15:17:43 +0000 (16:17 +0100)
committerUwe Hermann <redacted>
Sat, 7 Dec 2019 15:32:02 +0000 (16:32 +0100)
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'),