X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fusb_protocol%2Fpd.py;h=92ee77aa16465e0f8d5a371c65780630bd758dd1;hb=6bbd2a8afb1daa76bc14866c2c1a345b1cea5e44;hp=b1cd33b7ce835abea35fa7175e0f544529f29466;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/usb_protocol/pd.py b/decoders/usb_protocol/pd.py index b1cd33b..92ee77a 100644 --- a/decoders/usb_protocol/pd.py +++ b/decoders/usb_protocol/pd.py @@ -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 ## Copyright (C) 2012 Uwe Hermann @@ -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']