summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libusb1
Commit message (Expand)AuthorAgeFilesLines
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* use darwin_c_source ... isoc99 source does not seem to cut it for macos. http...Marcus Meissner2021-03-101-1/+1
* use isoc99 source https://github.com/gphoto/libgphoto2/issues/633Marcus Meissner2021-03-091-1/+1
* added #define _DARWIN_C_SOURCE as in other files to avoid implicitMarcus Meissner2021-03-091-0/+1
* Fix libusb1 iolib compilation warnings.Siim Meerits2020-08-031-2/+2
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-24/+24
* allow switching usb interface and configMarcus Meissner2020-05-101-2/+2
* handle not devices a bit betterMarcus Meissner2019-04-281-0/+6
* if we have no interrupt endpoint, do no try to queue interrupt URBs.Marcus Meissner2018-02-251-0/+5
* Rework of the ptp event irq manager to raise errors and rearm when neededFlorent Viard2017-07-251-40/+143
* if there is no timeout, just check if anything is in the interrupt queueMarcus Meissner2017-03-051-0/+3
* allow logging the read bulk data in fuzzer modeMarcus Meissner2016-10-291-0/+15
* do not check the return of the gp_port_info_list_append in genericMarcus Meissner2016-02-071-1/+1
* removed some leaks on error exits (Coverity)Marcus Meissner2016-02-061-3/+5
* remove a libusb_free_transfer, as it causes double freesMarcus Meissner2016-01-111-1/+1
* timeout polling for the pending async cancel events,Marcus Meissner2016-01-041-0/+3
* use calloc(n,s) instead of malloc(n*s)Marcus Meissner2016-01-041-2/+2
* remove unused sys/time.h defineMarcus Meissner2016-01-041-1/+0
* remove sys/param.h and dirent.h use, not neededMarcus Meissner2016-01-031-3/+0
* correctly clear out the freed pointers for irqs, irqlens andMarcus Meissner2015-12-211-0/+3
* do not try to use libusb libusb_strerror, its presence seems to fluctuateMarcus Meissner2015-12-211-5/+2
* removed unused variablesMarcus Meissner2015-11-151-3/+0
* free the async interrupts before resetting device, so they do notMarcus Meissner2015-11-151-1/+18
* commentsMarcus Meissner2015-06-161-2/+4
* async irqs still not working fully, improved a bit moreMarcus Meissner2015-06-151-8/+14
* changed the cancellation of the async usb transfers so that it does notMarcus Meissner2015-06-141-24/+36
* intterupt timeout is okMarcus Meissner2015-05-171-2/+3
* cleanup the async interrupt transfersMarcus Meissner2015-03-291-8/+20
* fixed the sizeof, allocate 10 transfers and not just 1Marcus Meissner2015-03-291-1/+1
* From: Axel Waggershauser <awagger@web.de>Marcus Meissner2015-03-271-1/+4
* improve cleanup routines for async interrupt handlingMarcus Meissner2015-03-221-36/+16
* moved cancel transfer from _exit to _closeMarcus Meissner2015-03-151-45/+31
* commit temporary work on queued interrupt handlingMarcus Meissner2015-03-111-44/+119
* return the read bytes from a control transfer, we need itMarcus Meissner2015-03-101-2/+3
* disable not yet working async handlingMarcus Meissner2015-03-081-2/+5
* function prefixes changed to be more clear that this is libusb1Marcus Meissner2015-03-081-70/+126
* free the devicelist, as freeing the context does notMarcus Meissner2014-12-061-0/+3
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-09-091-3/+3
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-32/+14
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-35/+23
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-17/+5
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-8/+1
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-3/+4
* sync error codes with upstream libusbMarcus Meissner2014-07-211-14/+15
* if we do not have libusb_strerror, implement it ourselvesMarcus Meissner2014-07-201-4/+23
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-201-7/+13
* From: Axel Waggershauser <awagger@web.de>Marcus Meissner2014-07-201-151/+134
* From: Axel Waggershauser <awagger@web.de>Marcus Meissner2014-07-201-45/+33
* removed umlautsMarcus Meissner2014-06-271-3/+3
* do not add the regex matcher for ^usb: if there is no USB support inMarcus Meissner2014-05-261-5/+7