| Commit message (Expand) | Author | Age | Files | Lines |
* | remove sys/param.h and dirent.h use, not needed | Marcus Meissner | 2016-01-03 | 1 | -3/+0 |
* | correctly clear out the freed pointers for irqs, irqlens and | Marcus Meissner | 2015-12-21 | 1 | -0/+3 |
* | do not try to use libusb libusb_strerror, its presence seems to fluctuate | Marcus Meissner | 2015-12-21 | 1 | -5/+2 |
* | removed unused variables | Marcus Meissner | 2015-11-15 | 1 | -3/+0 |
* | free the async interrupts before resetting device, so they do not | Marcus Meissner | 2015-11-15 | 1 | -1/+18 |
* | comments | Marcus Meissner | 2015-06-16 | 1 | -2/+4 |
* | async irqs still not working fully, improved a bit more | Marcus Meissner | 2015-06-15 | 1 | -8/+14 |
* | changed the cancellation of the async usb transfers so that it does not | Marcus Meissner | 2015-06-14 | 1 | -24/+36 |
* | intterupt timeout is ok | Marcus Meissner | 2015-05-17 | 1 | -2/+3 |
* | cleanup the async interrupt transfers | Marcus Meissner | 2015-03-29 | 1 | -8/+20 |
* | fixed the sizeof, allocate 10 transfers and not just 1 | Marcus Meissner | 2015-03-29 | 1 | -1/+1 |
* | From: Axel Waggershauser <awagger@web.de> | Marcus Meissner | 2015-03-27 | 1 | -1/+4 |
* | improve cleanup routines for async interrupt handling | Marcus Meissner | 2015-03-22 | 1 | -36/+16 |
* | moved cancel transfer from _exit to _close | Marcus Meissner | 2015-03-15 | 1 | -45/+31 |
* | commit temporary work on queued interrupt handling | Marcus Meissner | 2015-03-11 | 1 | -44/+119 |
* | return the read bytes from a control transfer, we need it | Marcus Meissner | 2015-03-10 | 1 | -2/+3 |
* | disable not yet working async handling | Marcus Meissner | 2015-03-08 | 1 | -2/+5 |
* | function prefixes changed to be more clear that this is libusb1 | Marcus Meissner | 2015-03-08 | 1 | -70/+126 |
* | free the devicelist, as freeing the context does not | Marcus Meissner | 2014-12-06 | 1 | -0/+3 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-09-09 | 1 | -3/+3 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-07-22 | 1 | -32/+14 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-07-22 | 1 | -35/+23 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-07-22 | 1 | -17/+5 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-07-21 | 1 | -8/+1 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-07-21 | 1 | -3/+4 |
* | sync error codes with upstream libusb | Marcus Meissner | 2014-07-21 | 1 | -14/+15 |
* | if we do not have libusb_strerror, implement it ourselves | Marcus Meissner | 2014-07-20 | 1 | -4/+23 |
* | From: Axel Waggershauser <awagger@web.de> ... | Marcus Meissner | 2014-07-20 | 1 | -7/+13 |
* | From: Axel Waggershauser <awagger@web.de> | Marcus Meissner | 2014-07-20 | 1 | -151/+134 |
* | From: Axel Waggershauser <awagger@web.de> | Marcus Meissner | 2014-07-20 | 1 | -45/+33 |
* | removed umlauts | Marcus Meissner | 2014-06-27 | 1 | -3/+3 |
* | do not add the regex matcher for ^usb: if there is no USB support in | Marcus Meissner | 2014-05-26 | 1 | -5/+7 |
* | ENODATA cannot be returned with libusb1 | Marcus Meissner | 2014-04-08 | 1 | -4/+2 |
* | build if ENODATA is not there (mingw) | Marcus Meissner | 2014-04-08 | 1 | -0/+2 |
* | also check for LIBUSB_ERROR_TIMEOUT | Marcus Meissner | 2014-02-28 | 1 | -0/+2 |
* | errno is not used with libusb1, use the return code | Marcus Meissner | 2014-01-19 | 1 | -1/+1 |
* | updated fsf address | Marcus Meissner | 2014-01-01 | 1 | -2/+2 |
* | free descs array to avoid leak (Coverity) | Marcus Meissner | 2013-09-03 | 1 | -1/+2 |
* | fixed some null ptr checks after deref (Coverity) | Marcus Meissner | 2013-09-01 | 1 | -3/+9 |
* | warn about some specific programs that might block libgphoto2 | Marcus Meissner | 2013-06-29 | 1 | -1/+10 |
* | also allow port open with just device path | Marcus Meissner | 2013-05-05 | 1 | -3/+87 |
* | implemented a gp_port_reset() function | Marcus Meissner | 2013-03-10 | 1 | -0/+19 |
* | check return value of libusb_init() ... for the | Marcus Meissner | 2012-11-29 | 1 | -3/+11 |
* | umm, fixed uninitialized class variable match. | Marcus Meissner | 2012-08-01 | 1 | -1/+2 |
* | hold devs/descs alongside the private context | Marcus Meissner | 2012-08-01 | 1 | -67/+76 |
* | the devices are freed a bit up | Marcus Meissner | 2012-08-01 | 1 | -1/+0 |
* | set gp_devs and gp_nrofdevs to 0 after free, otherwise | Marcus Meissner | 2012-08-01 | 1 | -0/+1 |
* | do not use the global context to avoid crashes | Marcus Meissner | 2012-07-19 | 1 | -3/+6 |
* | do not save the settings, we need to update them | Marcus Meissner | 2012-03-26 | 1 | -1/+7 |
* | attached driver 0 == none, free device lists | Marcus Meissner | 2012-02-22 | 1 | -7/+8 |