]> sigrok.org Git - libsigrok.git/commit
ols: Always open serial port in nonblocking mode.
authorUwe Hermann <redacted>
Tue, 19 Nov 2013 22:22:46 +0000 (23:22 +0100)
committerUwe Hermann <redacted>
Tue, 19 Nov 2013 22:22:46 +0000 (23:22 +0100)
commit4403c39fe4c681352d1bac7efc1725f4eecb6215
tree542630e14f46351b949a76197a2424bf0b093b45
parent1a54044299c0da7bc894bf429fa306b236c10b68
ols: Always open serial port in nonblocking mode.

The scan() function was opening the port in non-blocking mode, the dev_open()
function however was not using the SERIAL_NONBLOCK flag. This led to hangs
in certain situations.

This fixes the OLS e.g. on NetBSD.
hardware/openbench-logic-sniffer/api.c