Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addresses issue #408 for macOS. Under macOS, when libusb_cancel_transfer #924

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 18, 2023

  1. Addresses issue Nuand#408 for macOS. Under macOS, when libusb_cancel_…

    …transfer
    
    is called on one transfer, all transfers on the same endpoint are
    cancelled. Calling libusb_cancel_transfer on additional transfers on the
    same endpoint _may_ result in macOS returning kIOReturnAborted. The net
    result is the bladeRF can no longer be communicated with.
    
    The fix to this is to only call libusb_cancel_transfer once in
    cancel_all_transfers and set the appropriate state for all transfers.
    Refer to libusb_cancel_transfer documentation for more details.
    jcmartin committed May 18, 2023
    Configuration menu
    Copy the full SHA
    25e3954 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    b5cdb0e View commit details
    Browse the repository at this point in the history