X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fadns5020%2Fpd.py;h=99fb2245703e79ef7de3cc67975ed9c985a35dae;hp=1703659f0d600f9fabe08520049d02ffb44a5bfc;hb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;hpb=2b46b01c72c06683b3130647affe92c425d573b5 diff --git a/decoders/adns5020/pd.py b/decoders/adns5020/pd.py index 1703659..99fb224 100644 --- a/decoders/adns5020/pd.py +++ b/decoders/adns5020/pd.py @@ -42,8 +42,8 @@ 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']