X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fusb_protocol%2Fpd.py;h=586646e6e3ef14b65011e7a84f863c56c6a2d91e;hb=9e1437a045ef0c7df7e847be148fac6b4c0bbb4b;hp=b1cd33b7ce835abea35fa7175e0f544529f29466;hpb=42515b0f25613499167b66c1d8a659526fb46b8d;p=libsigrokdecode.git 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']