From 98c47d1107c0f0509cb7e40f2805286e1319afef Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 16 Aug 2014 18:38:07 +0200 Subject: [PATCH] tca6408a: Cosmetics. --- decoders/tca6408a/pd.py | 4 ++-- 1 file 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'] -- 2.30.2