]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/usb_protocol/pd.py
uart: Output data in separate RX and TX annotation types.
[libsigrokdecode.git] / decoders / usb_protocol / pd.py
index b1cd33b7ce835abea35fa7175e0f544529f29466..92ee77aa16465e0f8d5a371c65780630bd758dd1 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2011 Gareth McMullin <gareth@blacksphere.co.nz>
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
@@ -99,7 +99,7 @@ class Decoder(srd.Decoder):
     id = 'usb_protocol'
     name = 'USB protocol'
     longname = 'Universal Serial Bus (LS/FS) protocol'
-    desc = 'USB 1.x (low-speed and full-speed) serial protocol.'
+    desc = 'USB (low-speed and full-speed) serial protocol.'
     license = 'gplv2+'
     inputs = ['usb_signalling']
     outputs = ['usb_protocol']