]> sigrok.org Git - libsigrok.git/commitdiff
ols: Fix detection and acquisition on Windows.
authorUwe Hermann <redacted>
Fri, 13 Mar 2015 07:33:22 +0000 (08:33 +0100)
committerUwe Hermann <redacted>
Fri, 13 Mar 2015 17:08:49 +0000 (18:08 +0100)
Use the more portable sp_input_waiting() instead of g_poll() with FDs.
Thanks to Martin Ling for the hints. This is tested on Linux and Win7
using an OLS; scanning for the device and starting an acquisition works.

Also, add some more debug output.

This fixes bug #562.


No differences found