diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-06-22 15:15:17 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-06-22 15:15:17 +0200 |
commit | 8f7f170ffbb0acfd170054546a9ecf27f557167e (patch) | |
tree | dbd8d3f4e43880cc1cd439aa5468361bfbf8b8b9 | |
parent | ef0734978955d34e42187f79f6c2ed910b4b873d (diff) | |
download | libsigrokdecode-8f7f170ffbb0acfd170054546a9ecf27f557167e.tar.gz libsigrokdecode-8f7f170ffbb0acfd170054546a9ecf27f557167e.zip |
adns5020: Add manufacturer name to description.
-rw-r--r-- | decoders/adns5020/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/adns5020/pd.py b/decoders/adns5020/pd.py index ed92322..ccb83d4 100644 --- a/decoders/adns5020/pd.py +++ b/decoders/adns5020/pd.py @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): api_version = 2 id = 'adns5020' name = 'ADNS-5020' - longname = 'ADNS-5020 optical mouse sensor' + longname = 'Avago ADNS-5020 optical mouse sensor' desc = 'Bidirectional command and data over an SPI-like protocol.' license = 'gplv2' inputs = ['spi'] |