summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-07-04 01:58:46 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-07-04 01:58:46 +0200
commitffcfb70e83f3f001bf4751b5920db96d40b23c4f (patch)
treee8bcb3937248f6519ab0633284a1607c53fe16f1 /decoders
parentf4d0363dc492cebc3bc37adfbffaff6fafd55ff4 (diff)
downloadlibsigrokdecode-ffcfb70e83f3f001bf4751b5920db96d40b23c4f.tar.gz
libsigrokdecode-ffcfb70e83f3f001bf4751b5920db96d40b23c4f.zip
srd: onewire: Fix copyright line, and PD name/description.
Diffstat (limited to 'decoders')
-rw-r--r--decoders/onewire/onewire.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/onewire/onewire.py b/decoders/onewire/onewire.py
index 6e5344f..e1972a8 100644
--- a/decoders/onewire/onewire.py
+++ b/decoders/onewire/onewire.py
@@ -1,7 +1,7 @@
##
## This file is part of the sigrok project.
##
-## Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
+## Copyright (C) 2012 Iztok Jeras <iztok.jeras@gmail.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -41,8 +41,8 @@ class Decoder(srd.Decoder):
api_version = 1
id = 'onewire'
name = '1-Wire'
- longname = ''
- desc = '1-Wire bus and MicroLan'
+ longname = '1-Wire serial communication bus'
+ desc = 'Bidirectional, half-duplex, asynchronous serial bus.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['onewire']