summaryrefslogtreecommitdiff
path: root/decoders/lpc/lpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lpc/lpc.py')
-rw-r--r--decoders/lpc/lpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lpc/lpc.py b/decoders/lpc/lpc.py
index 1357fbd..cd56a9b 100644
--- a/decoders/lpc/lpc.py
+++ b/decoders/lpc/lpc.py
@@ -102,7 +102,7 @@ class Decoder(srd.Decoder):
id = 'lpc'
name = 'LPC'
longname = 'Low-Pin-Count'
- desc = 'TODO.'
+ desc = 'Protocol for low-bandwidth devices on PC mainboards.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['lpc']