Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk.
Hello build bot (Jenkins), Edward O'Callaghan, Angel Pons, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/67072
to look at the new patch set (#3).
Change subject: usb_device.c: release the usb interface on shutdown ......................................................................
usb_device.c: release the usb interface on shutdown
Following the libusb documentaion: `You should release all claimed interfaces before closing a device handle.`
https://libusb.sourceforge.io/api-1.0/group__libusb__dev.html libusb_release_interface()
Change-Id: If916574314cd86fad3429065a11707da0a809e0d Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M usb_device.c 1 file changed, 21 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/72/67072/3