]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/usb_protocol/pd.py
Small cosmetic/consistency fixes in the PDs.
[libsigrokdecode.git] / decoders / usb_protocol / pd.py
index b1cd33b7ce835abea35fa7175e0f544529f29466..586646e6e3ef14b65011e7a84f863c56c6a2d91e 100644 (file)
@@ -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']