]> sigrok.org Git - libsigrokdecode.git/commit
usb_request: Use separate annotation rows for IN, OUT and CONTROL
authorStefan Brüns <redacted>
Mon, 17 Jun 2019 17:56:51 +0000 (19:56 +0200)
committerUwe Hermann <redacted>
Thu, 20 Jun 2019 18:06:03 +0000 (20:06 +0200)
commit37c120b9629d6671273703166cce94a8200d9476
tree504e239eeb954814ded6a1367834d07f5aa601cc
parent7c4029417cbdd12fdbfbd2a94107e215c1eaa605
usb_request: Use separate annotation rows for IN, OUT and CONTROL

E.g. CONTROL and BULK IN transfers may overlap each other, and as a result
only one of the two can be seen in pulseview.

Partly solves bug #1046. In case a device has multiple IN/OUT endpoints,
transfers would still overlap, but many simple devices have just one each.
decoders/usb_request/pd.py