]> sigrok.org Git - libsigrok.git/commit
USB: Handle live changes to the set of FDs to poll
authorDaniel Elstner <redacted>
Mon, 7 Sep 2015 10:41:29 +0000 (12:41 +0200)
committerDaniel Elstner <redacted>
Mon, 7 Sep 2015 22:08:16 +0000 (00:08 +0200)
commit534b634ce2e58682d454c5b61ea9f94408dc01e4
tree3fa4b1f7cb1cd673f71218773d0d56b5fb259ebd
parent1b0c6b6d1539b7b49bd1d6cdfab13feb8ddfd795
USB: Handle live changes to the set of FDs to poll

Introduce new internal session API for changing the set of polled
file descriptors for an already installed event source. Use the
new API to apply changes to the USB poll FDs when requested to do
so by libusb. Doing so is necessary to make the generic USB code
work on Windows.
src/libsigrok-internal.h
src/session.c
src/usb.c