]> sigrok.org Git - libsigrok.git/commitdiff
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)
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.


No differences found