summaryrefslogtreecommitdiff
path: root/libgphoto2_port/usb/libusb.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-28/+28
* 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-031-1/+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-211-6/+2
* converted comment text to asciiMarcus Meissner2014-06-271-2/+2
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* 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
* more debugMarcus Meissner2011-02-241-2/+6
* 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
* 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
* read string descriptors and check them for MTP before doing OSD probing.Marcus Meissner2009-11-041-0/+31
* 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
* 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
* usb_reset is too dangerous for EOS cameras.Marcus Meissner2007-08-161-1/+3
* mark timeout from interrupt with its error return valueMarcus Meissner2007-07-211-2/+4
* also calculate maxpacketsize on class based matches too.Marcus Meissner2007-06-221-0/+10
* fixed %d which should better be a %02xMarcus Meissner2007-06-131-1/+1
* reset only Canon devices.Marcus Meissner2007-06-091-3/+8
* reset the USB device on close. Marcus Meissner2007-06-091-0/+5
* in update, check the correct previous settings if we need to Marcus Meissner2007-05-161-5/+30
* Added class based control messages, read and write.Marcus Meissner2007-05-091-0/+31
* fixed format string.Marcus Meissner2007-05-051-1/+1