]> sigrok.org Git - libsigrok.git/commit
Call libusb_get_next_timeout() to get minimum timeout for g_poll().
authorMartin Ling <redacted>
Wed, 25 Mar 2015 05:16:06 +0000 (05:16 +0000)
committerUwe Hermann <redacted>
Thu, 26 Mar 2015 00:02:40 +0000 (01:02 +0100)
commitbb5f61105bac2d7826416472e2168d8f59300aea
tree91ab4b3b4f758fd2fb21f837d93c65a831f0dd1c
parent4ed5d21d048c8feed085530b7fda6ed265a5913f
Call libusb_get_next_timeout() to get minimum timeout for g_poll().

We should have been doing this all along, but we get away with it
on Linux where libusb can do everything with fds, and we get away
with it for many drivers that have a short timeout on their events.

On Windows though, handling this correctly is essential.

Fixes bug #343.
src/session.c