]> sigrok.org Git - libsigrokdecode.git/commitdiff
adns5020: Add manufacturer name to description.
authorUwe Hermann <redacted>
Mon, 22 Jun 2015 13:15:17 +0000 (15:15 +0200)
committerUwe Hermann <redacted>
Mon, 22 Jun 2015 13:15:17 +0000 (15:15 +0200)
decoders/adns5020/pd.py

index ed923224411a265f74db23a21aba39a4685ed8fb..ccb83d49a387678f09f0d7e68f20bff2a992ae39 100644 (file)
@@ -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']