]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tca6408a/pd.py
tca6408a: Cosmetics.
[libsigrokdecode.git] / decoders / tca6408a / pd.py
index 443a298e71183c9612932afbe83c58af3f965bc1..7579a821e1379b95f17a199d59180086c354de14 100644 (file)
@@ -25,8 +25,8 @@ import sigrokdecode as srd
 class Decoder(srd.Decoder):
     api_version = 2
     id = 'tca6408a'
 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']
     desc = 'Texas Instruments TCA6408A 8-bit I²C I/O expander.'
     license = 'gplv2+'
     inputs = ['i2c']