diff options
Diffstat (limited to 'decoders/ddc.py')
-rw-r--r-- | decoders/ddc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoders/ddc.py b/decoders/ddc.py index 4b6cf6a..cdeae6d 100644 --- a/decoders/ddc.py +++ b/decoders/ddc.py @@ -36,9 +36,12 @@ class Decoder(srd.Decoder): desc = 'A protocol for communication between computers and displays.' longdesc = '' author = 'Bert Vermeulen <bert@biot.com>' + email = '<bert@biot.com>' license = 'gplv3+' inputs = ['i2c'] outputs = ['ddc'] + probes = [] + options = {} annotations = [ ['Byte stream', 'DDC byte stream as read from display.'], ] |