]> sigrok.org Git - libsigrokdecode.git/commit
usb_packet: handle errors from usb_signalling
authorStefan Brüns <redacted>
Sun, 29 Nov 2015 23:00:03 +0000 (00:00 +0100)
committerStefan Brüns <redacted>
Sun, 29 Nov 2015 23:03:01 +0000 (00:03 +0100)
commite655c0aa44ac56ff66ad98d30a97cf852bdf7048
tree65f28cb6b7884b80d60f8064f19364bb10c648c5
parent72b2a50cc23388ba3568fc96deda79a7e39cbfc5
usb_packet: handle errors from usb_signalling

If a packet had any errors, the usb_signalling PD will not send an EOP
but an ERR message. Wait for the next SOP in both cases.
decoders/usb_packet/pd.py