summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders/ltc26x7/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ltc26x7/pd.py b/decoders/ltc26x7/pd.py
index 69913c5..3a45ccd 100644
--- a/decoders/ltc26x7/pd.py
+++ b/decoders/ltc26x7/pd.py
@@ -50,7 +50,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = []
- tags = ['Display']
+ tags = ['IC', 'Analog/digital']
options = (
{'id': 'part', 'desc': 'Part', 'default': 'ltc26x7',
'values': ('ltc2607', 'ltc2617', 'ltc2627')},