summaryrefslogtreecommitdiff
path: root/libgphoto2_port/usb
Commit message (Expand)AuthorAgeFilesLines
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* Remove remnants of OS/2 supportHans Ulrich Niedermann2021-09-082-273/+0
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-272-29/+29
* BSD_SOURCE -> DEFAULT_SOURCEMarcus Meissner2018-06-201-1/+1
* timeout 0 in libusb 0.x is also okishMarcus Meissner2017-03-051-0/+1
* define ENODATA if not presentpeterbud2016-11-191-0/+4
* do not check the return of the gp_port_info_list_append in genericMarcus Meissner2016-02-071-1/+1
* remove more unistd.h inclusions that are not neededMarcus Meissner2016-01-032-2/+0
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-09-091-3/+3
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-32/+12
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-41/+34
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-52/+28
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-4/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-212-8/+5
* converted comment text to asciiMarcus Meissner2014-06-272-3/+3
* remove superflous libusb1.c copyMarcus Meissner2014-04-081-1165/+0
* updated fsf addressMarcus Meissner2014-01-013-6/+7
* disable mtp detection code moreMarcus Meissner2013-07-161-1/+6
* dont use uninitialized vars (Coverity)Marcus Meissner2013-06-281-1/+1
* report some common programs that block libgphoto2 usageMarcus Meissner2013-06-271-1/+10
* also allow port open with just the info setMarcus Meissner2013-05-051-4/+108
* resettingMarcus Meissner2013-05-011-1/+4
* implemented a gp_port_reset() functionMarcus Meissner2013-03-101-0/+15
* added #define _BSD_SOURCEMarcus Meissner2013-02-201-0/+3
* do not save the settings, we need to update themMarcus Meissner2012-03-261-0/+2
* rev incorrectly checked inMarcus Meissner2011-11-071-8/+10
* libusb1 supportMarcus Meissner2011-11-072-10/+1173
* more debugMarcus Meissner2011-02-241-2/+6
* remove check-mtp-device, handled by libmtpMarcus Meissner2011-02-202-197/+0
* disable mtp featured device opening and probing, as it causesMarcus Meissner2011-01-271-1/+31
* added another timeout errnoMarcus Meissner2010-11-151-1/+1
* a bit more debugMarcus Meissner2010-07-171-0/+2
* finally fixed the usb: vs usb:XXX,YYY mess.Marcus Meissner2010-06-251-7/+13
* also check for dev->config NULL hereMarcus Meissner2010-02-071-19/+20
* dev->config might be NULL (like on MacOS X)Marcus Meissner2010-02-071-18/+20
* libusb.c: More "gphoto2-port-usb"->"libusb" fixesHans Ulrich Niedermann2010-02-041-6/+6
* libusb.c: Make GP_LOG_DEBUG component "libusb"Hans Ulrich Niedermann2010-02-041-8/+8
* libusb.c: Check port for NULL before dereferencingHans Ulrich Niedermann2010-02-041-2/+3
* Replace all %m format stringsHans Ulrich Niedermann2010-02-011-19/+36
* Always only add to EXTRA_DIST, not set it anewHans Ulrich Niedermann2010-01-061-1/+1
* read string descriptors and check them for MTP before doing OSD probing.Marcus Meissner2009-11-042-0/+62
* also hide 0xe0 clas devicesMarcus Meissner2009-10-021-2/+5
* comment out two debuglines that just spam the logfileMarcus Meissner2009-06-081-1/+4
* reattach usb kernel driver on close, if attached previouslyMarcus Meissner2009-04-131-0/+25
* reverted incorrectly submitted fixMarcus Meissner2008-11-211-16/+16
* return 0 if we did not open the device.Marcus Meissner2008-11-211-16/+18
* removedMarcus Meissner2008-09-261-6/+0
* put udev stuff into HAVE_UDEV conditionalMarcus Meissner2008-06-231-0/+4
* GPPortInfo struct abstracted into a private struct.Marcus Meissner2008-03-151-9/+15
* do not detach usb storage devices.Marcus Meissner2007-11-271-1/+1