summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cdemux')
-rw-r--r--decoders/i2cdemux/i2cdemux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2cdemux/i2cdemux.py b/decoders/i2cdemux/i2cdemux.py
index 360c408..bb47f23 100644
--- a/decoders/i2cdemux/i2cdemux.py
+++ b/decoders/i2cdemux/i2cdemux.py
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
id = 'i2cdemux'
name = 'I2C demux'
longname = 'I2C demultiplexer'
- desc = 'TODO.'
+ desc = 'Demux I2C packets into per-slave-address streams.'
license = 'gplv2+'
inputs = ['i2c']
outputs = [] # TODO: Only known at run-time.