index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
usb_request
Age
Commit message (
Expand
)
Author
2020-01-01
All PDs: Consistently use singular/plural for annotation classes/rows.
Uwe Hermann
2019-06-20
usb_request: Allow configuration of BULK IN transfer display
Stefan Brüns
2019-06-20
usb_request: Use separate annotation rows for IN, OUT and CONTROL
Stefan Brüns
2019-06-17
usb_request: Fix some decoding errors
Stefan Brüns
2019-03-16
decoders: Various cosmetic/consistency/typo fixes.
Uwe Hermann
2019-03-15
decoders: Add/update tags for each PD.
Uwe Hermann
2018-01-28
graycode, morse, pwm, usb_request, wiegand: cope with absent sample rate
Gerhard Sittig
2017-12-22
all decoders: introduce a reset() method
Gerhard Sittig
2017-07-22
usb_request: Remove code duplication, save end sample in central location
Stefan Brüns
2017-07-22
usb_request: Handle CONTROL transfer protocol stalls
Stefan Brüns
2017-06-16
Mark all stacked decoders as being PD API version 3.
Uwe Hermann
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-09-24
usb_request: Use "is" or "is not" with None.
Uwe Hermann
2016-05-26
Consistency renames of {ss,es}_ variables.
Uwe Hermann
2016-05-11
usb_request: Drop hardcoded samplerate.
Uwe Hermann
2015-12-24
Use self.out_binary naming consistently across all PDs.
Uwe Hermann
2015-12-24
Use a Python list (not tuple) for OUT_BINARY.
Uwe Hermann
2015-12-04
usb*: Minor cosmetics.
Uwe Hermann
2015-12-01
usb_{packet,request}: handle PREamble transmissions
Stefan Brüns
2015-11-30
usb_request: Handle transmission timeouts
Stefan Brüns
2015-10-06
usb_request: USB transaction decoder and PCAP generator
Stefan Brüns