summaryrefslogtreecommitdiff
path: root/decoders/usb_protocol
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-01-01 19:11:13 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-01-01 19:11:13 +0100
commit9e1437a045ef0c7df7e847be148fac6b4c0bbb4b (patch)
treeabf764a44fd69c8d7fdec62c804d71991a7f6f7b /decoders/usb_protocol
parent42515b0f25613499167b66c1d8a659526fb46b8d (diff)
downloadlibsigrokdecode-9e1437a045ef0c7df7e847be148fac6b4c0bbb4b.tar.gz
libsigrokdecode-9e1437a045ef0c7df7e847be148fac6b4c0bbb4b.zip
Small cosmetic/consistency fixes in the PDs.
Diffstat (limited to 'decoders/usb_protocol')
-rw-r--r--decoders/usb_protocol/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/usb_protocol/pd.py b/decoders/usb_protocol/pd.py
index b1cd33b..586646e 100644
--- a/decoders/usb_protocol/pd.py
+++ b/decoders/usb_protocol/pd.py
@@ -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']