summaryrefslogtreecommitdiff
path: root/decoders/srd_usb.py
AgeCommit message (Collapse)Author
2012-01-03srd: *.py: Remove one incorrect ord() call.Uwe Hermann
While 'data' is of type 'bytes', 'data[0]' for example is of type 'int', thus the ord() there is neither needed nor correct anymore (yields an error).
2012-01-03srd: Quick hack to make the USB decoder work again.Uwe Hermann
2011-12-04srd: Update decoders to changed API.Uwe Hermann
2011-12-01srd: PDs now explicitly register with sigrok module.Gareth McMullin
2011-11-30srd: srd_usb.py: Cosmetics, white-space fixes.Uwe Hermann
2011-11-29srd: Added USB full-speed decoder.Gareth McMullin