summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders/tca6408a/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/tca6408a/pd.py b/decoders/tca6408a/pd.py
index 443a298..7579a82 100644
--- a/decoders/tca6408a/pd.py
+++ b/decoders/tca6408a/pd.py
@@ -25,8 +25,8 @@ import sigrokdecode as srd
class Decoder(srd.Decoder):
api_version = 2
id = 'tca6408a'
- name = 'TCA6408A'
- longname = 'TI TCA6408A'
+ name = 'TI TCA6408A'
+ longname = 'Texas Instruments TCA6408A'
desc = 'Texas Instruments TCA6408A 8-bit I²C I/O expander.'
license = 'gplv2+'
inputs = ['i2c']