mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hygrometers, anemometers, light meters, DAQs, dataloggers, function generators, spectrum analyzers, power supplies, GPIB interfaces, and more. WWW: http://sigrok.org/ PR: ports/179853 Submitted by: Uffe Jakobsen <uffe@uffe.org>
12 lines
384 B
C
12 lines
384 B
C
--- ./hardware/victor-dmm/api.c.orig 2013-06-22 17:57:10.000000000 +0200
|
|
+++ ./hardware/victor-dmm/api.c 2013-06-22 17:57:36.000000000 +0200
|
|
@@ -379,8 +379,7 @@
|
|
}
|
|
|
|
memset(&tv, 0, sizeof(struct timeval));
|
|
- libusb_handle_events_timeout_completed(drvc->sr_ctx->libusb_ctx, &tv,
|
|
- NULL);
|
|
+ libusb_handle_events_timeout(drvc->sr_ctx->libusb_ctx, &tv);
|
|
|
|
return TRUE;
|
|
}
|