X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fusb%2Fusb.py;h=8620de0f576afe2351164eb7d5775f2573ee8cfb;hp=07f7bc0736566e142c58b78579916372340d8fc3;hb=a465436e627578f69c403de75a89522dfd883217;hpb=4180cba9a51acd32f69f0f8628bb746ea3e12be6 diff --git a/decoders/usb/usb.py b/decoders/usb/usb.py index 07f7bc0..8620de0 100644 --- a/decoders/usb/usb.py +++ b/decoders/usb/usb.py @@ -86,7 +86,7 @@ class Decoder(srd.Decoder): id = 'usb' name = 'USB' longname = 'Universal Serial Bus' - desc = 'Universal Serial Bus' + desc = 'USB 1.x (full-speed) serial protocol.' license = 'gplv2+' inputs = ['logic'] outputs = ['usb'] @@ -97,7 +97,7 @@ class Decoder(srd.Decoder): optional_probes = [] options = {} annotations = [ - ['TODO', 'TODO'] + ['Text', 'Human-readable text'] ] def __init__(self):