From: Uwe Hermann Date: Mon, 22 Jun 2015 13:15:17 +0000 (+0200) Subject: adns5020: Add manufacturer name to description. X-Git-Tag: libsigrokdecode-0.4.0~111 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8f7f170ffbb0acfd170054546a9ecf27f557167e;p=libsigrokdecode.git adns5020: Add manufacturer name to description. --- 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']