summaryrefslogtreecommitdiff
path: root/decoders/t55xx/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/t55xx/pd.py')
-rw-r--r--decoders/t55xx/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/t55xx/pd.py b/decoders/t55xx/pd.py
index 07df9c2..fb1bcb9 100644
--- a/decoders/t55xx/pd.py
+++ b/decoders/t55xx/pd.py
@@ -31,6 +31,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['t55xx']
+ tags = ['IC', 'RFID']
channels = (
{'id': 'data', 'name': 'Data', 'desc': 'Data line'},
)