Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hidapi/mac: import mainstream commit c1b9d2ad
libusb/hidapi@c1b9d2a Properly handle the close of run loop on macOS (libusb/hidapi#522) - as per documentation `kCFRunLoopRunStopped` should be handled once the runloop is closed via `CFRunLoopStop`; - if it is not handled - a race condition/crash may happen on the latest macOS when a device gets disconnected while being open; (cherry picked from commit 62d1a2c)
- Loading branch information