]> sigrok.org Git - libsigrokdecode.git/history - decoders/srd_usb.py
srd: handle missing module docstrings better
[libsigrokdecode.git] / decoders / srd_usb.py
2012-01-14 Uwe Hermannsrd: USB: Move pids dict to global level.
2012-01-14 Uwe Hermannsrd: USB: Update decoder to new API, small fixes.
2012-01-12 Uwe Hermannsrd: decoders: Rename obsolete timeoffset/duration.
2012-01-12 Uwe Hermannsrd: decoders: Metadata consistency fixes/updates.
2012-01-12 Uwe Hermannsrd: Decoders: Cosmetics and whitespace fixes.
2012-01-12 Uwe Hermannsrd: Drop duplicate SRD_ prefix from ANN/PROTO.
2012-01-10 Uwe Hermannsrd: Drop useless out_ann/out_proto init.
2012-01-10 Uwe Hermannsrd: Use 'import sigrokdecode as srd' for brevity.
2012-01-10 Uwe Hermannsrd: Finish consistency rename to ANN/PROTO.
2012-01-10 Uwe Hermannsrd: self.add: Use sigrokdecode.SRD_OUTPUT_*.
2012-01-10 Uwe Hermannsrd: output_{protocol,annotation} -> out_{proto,ann}.
2012-01-10 Uwe Hermannsrd: s/output_new/add/ for all decoders.
2012-01-05 Uwe Hermannsrd: We use 0/1 instead of False/True at the moment.
2012-01-05 Uwe Hermannsrd: Update USB decoder to the new API.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2012-01-03 Uwe Hermannsrd: Quick hack to make the USB decoder work again.
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-01 Gareth McMullinsrd: PDs now explicitly register with sigrok module.
2011-11-30 Uwe Hermannsrd: srd_usb.py: Cosmetics, white-space fixes.
2011-11-29 Gareth McMullinsrd: Added USB full-speed decoder.