Attention is currently required from: Alexander Goncharov.
Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/68755 )
Change subject: tests: add probe lifecycle test for ch341a_spi ......................................................................
Patch Set 2:
(1 comment)
File tests/ch341a_spi.c:
https://review.coreboot.org/c/flashrom/+/68755/comment/c289bf39_85f5bf89 PS2, Line 26: struct libusb_transfer *transfer_in; I see the programmer has an array of these, but io_state has one. Is that because only one iteration of the loop is needed in `usb_transfer`? (I am guessing). So programmer reserves an array, but to run this unit test only one item of `transfer_in` is needed? If yes, all good, just please add a comment.