]> sigrok.org Git - libsigrok.git/commit
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)
commited936ccc7c386c01c3a88f8c005f0d041f02f451
tree03d84ec9c862a5aba5d801f9f061fe4b5e01078e
parent5fabeeac6af940b52f67ac8c925952accc9b39b3
ols: Fix detection and acquisition on Windows.

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.
src/hardware/openbench-logic-sniffer/api.c