]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: onewire: Fix copyright line, and PD name/description.
authorUwe Hermann <redacted>
Tue, 3 Jul 2012 23:58:46 +0000 (01:58 +0200)
committerUwe Hermann <redacted>
Tue, 3 Jul 2012 23:58:46 +0000 (01:58 +0200)
decoders/onewire/onewire.py

index 6e5344fea3dad2bf0079009fdfb2992681fd1383..e1972a8144131f3189d17392dbfc334a26182821 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ## This file is part of the sigrok project.
 ##
 ##
 ## 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
 ##
 ## 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'
     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']
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['onewire']