summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libusb1
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENODATA cannot be returned with libusb1 Marcus Meissner2014-04-081-4/+2
* build if ENODATA is not there (mingw)Marcus Meissner2014-04-081-0/+2
* also check for LIBUSB_ERROR_TIMEOUTMarcus Meissner2014-02-281-0/+2
* errno is not used with libusb1, use the return codeMarcus Meissner2014-01-191-1/+1
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* free descs array to avoid leak (Coverity)Marcus Meissner2013-09-031-1/+2
* fixed some null ptr checks after deref (Coverity)Marcus Meissner2013-09-011-3/+9
* warn about some specific programs that might block libgphoto2Marcus Meissner2013-06-291-1/+10
* also allow port open with just device pathMarcus Meissner2013-05-051-3/+87
* implemented a gp_port_reset() functionMarcus Meissner2013-03-101-0/+19
* check return value of libusb_init() ... for theMarcus Meissner2012-11-291-3/+11
* umm, fixed uninitialized class variable match.Marcus Meissner2012-08-011-1/+2
* hold devs/descs alongside the private contextMarcus Meissner2012-08-011-67/+76
* the devices are freed a bit upMarcus Meissner2012-08-011-1/+0
* set gp_devs and gp_nrofdevs to 0 after free, otherwiseMarcus Meissner2012-08-011-0/+1
* do not use the global context to avoid crashesMarcus Meissner2012-07-191-3/+6
* do not save the settings, we need to update themMarcus Meissner2012-03-261-1/+7
* attached driver 0 == none, free device listsMarcus Meissner2012-02-221-7/+8