projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3d3da57
)
srd: Separate author/email fields for now.
author
Uwe Hermann
<redacted>
Sat, 14 Jan 2012 20:44:01 +0000
(21:44 +0100)
committer
Uwe Hermann
<redacted>
Sat, 14 Jan 2012 20:44:01 +0000
(21:44 +0100)
This will be needed in GUIs to easily handle/display the values without
the need for additional parsing.
decoders/ddc.py
patch
|
blob
|
blame
|
history
diff --git
a/decoders/ddc.py
b/decoders/ddc.py
index 395f72ff8bcb16643a205ae81c3de2379a3c1caf..123881f807e81bcbdcf83363d445bf90914a1559 100644
(file)
--- a/
decoders/ddc.py
+++ b/
decoders/ddc.py
@@
-35,8
+35,8
@@
class Decoder(srd.Decoder):
longname = 'Display Data Channel'
desc = 'A protocol for communication between computers and displays.'
longdesc = ''
- author = 'Bert Vermeulen
<bert@biot.com>
'
- email = '
<bert@biot.com>
'
+ author = 'Bert Vermeulen'
+ email = '
bert@biot.com
'
license = 'gplv3+'
inputs = ['i2c']
outputs = ['ddc']