]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/adns5020/pd.py
can: Factor out dlc2len().
[libsigrokdecode.git] / decoders / adns5020 / pd.py
index 1703659f0d600f9fabe08520049d02ffb44a5bfc..9ac778e038b87c6f9c7ada936310cbc5a7de4181 100644 (file)
@@ -42,11 +42,11 @@ class Decoder(srd.Decoder):
     api_version = 3
     id = 'adns5020'
     name = 'ADNS-5020'
-    longname = 'Avago ADNS-5020 optical mouse sensor'
-    desc = 'Bidirectional command and data over an SPI-like protocol.'
+    longname = 'Avago ADNS-5020'
+    desc = 'Bidirectional optical mouse sensor protocol.'
     license = 'gplv2+'
     inputs = ['spi']
-    outputs = ['adns5020']
+    outputs = []
     tags = ['IC', 'PC', 'Sensor']
     annotations = (
         ('read', 'Register read commands'),