]> sigrok.org Git - libsigrokdecode.git/commit
usb_request: Allow configuration of BULK IN transfer display
authorStefan Brüns <redacted>
Mon, 17 Jun 2019 18:01:58 +0000 (20:01 +0200)
committerUwe Hermann <redacted>
Thu, 20 Jun 2019 18:06:03 +0000 (20:06 +0200)
commit2662a5902dce3c99ec6a5d68d37df253f38d6fc0
treee51b00cbbc56acf9582732a8274cbe77d648b1c4
parent37c120b9629d6671273703166cce94a8200d9476
usb_request: Allow configuration of BULK IN transfer display

From a protocol level, a BULK IN transfer starts when the host starts
polling the respective endpoint. For analysis, it is sometimes useful
to show when the devices starts to answer the requests.

As both are useful for different use cases (the old, default one emphasizes
the host behavior, the new one shows the endpoint/device behavior), make
the display configurable.
decoders/usb_request/pd.py