Attention is currently required from: Nico Huber, johnsonh@waymo.com, Angel Pons, Andrew Bresticker. Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/56164 )
Change subject: ft2232_spi: Add FTDI search by description. ......................................................................
Patch Set 4: Code-Review+1
(2 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/56164/comment/5fe41a47_21e10b0b PS4, Line 17: with the same vid/pid/serial number are plugged in, description can still Looks like this line is just one char over the limit (72 chars).
Also thank you for detailed commit description, very helpful!
File ft2232_spi.c:
https://review.coreboot.org/c/flashrom/+/56164/comment/c036fd7f_34e386c0 PS4, Line 504: f = ftdi_usb_open_desc(&ftdic, ft2232_vid, ft2232_type, arg2, arg) Just to double-check, basic case when there is only one device and description param is not provided still works right?