Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/airspyhf/files/patch-libairspyhf_src_airspyhf.c
16461 views
1
--- libairspyhf/src/airspyhf.c.orig 2022-06-23 21:14:46 UTC
2
+++ libairspyhf/src/airspyhf.c
3
@@ -1189,7 +1189,7 @@ int ADDCALL airspyhf_stop(airspyhf_device_t* device)
4
int result1, result2;
5
result1 = kill_io_threads(device);
6
result2 = airspyhf_set_receiver_mode(device, RECEIVER_MODE_OFF);
7
- libusb_interrupt_event_handler(device->usb_context);
8
+ // libusb_interrupt_event_handler(device->usb_context);
9
10
if (result2 != AIRSPYHF_SUCCESS)
11
{
12
13