Attention is currently required from: laforge.
1 comment:
File src/usb/osmo_libusb.c:
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.
To view, visit change 43346. To unsubscribe, or for help writing mail filters, visit settings.