]> sigrok.org Git - libsigrok.git/history - src/usb.c
scpi-pps: Support for the EEZ PSU series
[libsigrok.git] / src / usb.c
2020-05-02 Uwe HermannFix compiler warnings related to -Wcast-function-type.
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2018-10-14 Uwe HermannRandom whitespace/cosmetic/typo fixes.
2018-09-01 Uwe HermannConsistently use the _WIN32 #define.
2018-02-09 Gerhard Sittigusb: re-use existing values, don't re-determine bus...
2017-07-13 Uwe HermannVarious log message cleanups.
2017-06-19 Joel Holdsworthusb.c: Moved in usb_match_manuf_product
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2015-12-29 Uwe Hermannsrc/usb.c: Only allow hex characters in CONN_USB_VIDPID.
2015-11-26 Daniel Elstnersession: Remove debug spew on I/O events
2015-11-21 Uwe Hermannsr_usb_find(): Increase the 'bus' limit to 255.
2015-11-15 Uwe Hermannusb.c: Fix usb_get_port_path() issue on Mac OS X.
2015-10-01 Daniel Elstnerusb: Skip add/remove of FD on destroyed source
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-10 Daniel Elstnersession: Port to GLib main loop
2015-09-07 Daniel ElstnerBuild: Add configure check for libusb event-abstraction
2015-09-07 Daniel ElstnerUSB: Handle live changes to the set of FDs to poll
2015-09-07 Daniel ElstnerUSB: On Windows, assume G_IO_IN for the event mask
2015-09-07 Daniel ElstnerUSB: Remove Windows-specific event handling code
2015-09-05 Daniel ElstnerUSB: Handle the case of a callback removing its event...
2015-09-04 Daniel ElstnerUSB: On Windows, block to wait for libusb events
2015-09-03 Daniel Elstnersession: Allow multiple poll FDs per event source
2015-09-03 Daniel Elstnersession: Properly accumulate event source timeouts
2015-09-03 Daniel Elstnersession: Fix USB timeout handling
2015-08-25 Bert VermeulenAdd sr_usb_close().
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-24 Martin LingInitial fix attempt for a thread-related issue on Windows.
2015-01-25 Uffe JakobsenFix FreeBSD issue with libusb_get_port_numbers()
2014-11-23 Vincent Palatinusb_get_port_path(): fix libusb error checking
2014-10-12 Aurelien Jacobsusb: Simplify usb_get_port_path() and fix writing into...
2014-09-23 Soeren ApelAdd usb_get_port_path() helper function
2014-07-22 Bert VermeulenReorganize project tree.