Attention is currently required from: laforge.
lynxis lazus has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/libosmocore/+/43346?usp=email )
Change subject: usb: osmo_libusb_open_claim_interface: print an error when no device was found ......................................................................
Patch Set 1:
(1 comment)
File src/usb/osmo_libusb.c:
https://gerrit.osmocom.org/c/libosmocore/+/43346/comment/485d94ce_39f81e48?u... : PS1, Line 583:
do we really need the goto? Doesn the if (!usb_devh) nicely cover what we need here?
Without the goto you will have:
""" Cannot set interface altsetting X Failed to find a matching usb device """ The second line would be wrong in the error case, because it found a matching device, but couldn't configure it in the right way.