]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/pan1321.py
Improve 'longname' PD strings, use in 'sigrok-cli -V'.
[libsigrokdecode.git] / decoders / pan1321.py
index f79d820ca9bfeade22ba3d2346b3602dbef69daf..fc34aacd20e6f4e2e0eecce8b22ad04079b19925 100644 (file)
@@ -32,8 +32,8 @@ T_DATA = 1
 
 class Decoder(srd.Decoder):
     id = 'pan1321'
-    name = 'Panasonic PAN1321'
-    longname = 'TODO.'
+    name = 'PAN1321'
+    longname = 'Panasonic PAN1321'
     desc = 'TODO.'
     longdesc = 'TODO.'
     author = 'Uwe Hermann'
@@ -41,10 +41,8 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['uart']
     outputs = ['pan1321']
-    # probes = [
-    # ]
-    options = {
-    }
+    probes = []
+    options = {}
     annotations = [
         # ANN_ASCII
         ['ASCII', 'TODO: description'],