]> sigrok.org Git - libsigrok.git/commit
session: Fix USB timeout handling
authorDaniel Elstner <redacted>
Sun, 30 Aug 2015 10:20:03 +0000 (12:20 +0200)
committerDaniel Elstner <redacted>
Thu, 3 Sep 2015 17:37:09 +0000 (19:37 +0200)
commit89efe06460024c2a33e57178f5812bf23c2f9888
tree377af1290634d11137a874b035033727b6432e30
parent452986bec416f00ac7fd573a460b9374d47fbf54
session: Fix USB timeout handling

In sr_session_iteration(), remove the inverted evaluation of the
block parameter if a USB source is present. This stops the deluge
of USB event callbacks due to the timeout always being zero.

Also, just for cleanliness, initialize the revents member of each
GPollFD instance to zero.
src/hardware/beaglelogic/api.c
src/session.c
src/usb.c