summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/usb.c
Commit message (Expand)AuthorAgeFilesLines
* avoid a double free of data (AFL)Marcus Meissner2019-01-011-0/+1
* try to drain invalid packet data to be able to recoverMarcus Meissner2018-11-031-0/+31
* use passed in readsizeMarcus Meissner2018-10-291-2/+2
* do not report progress on partialobject gets...Marcus Meissner2018-04-151-0/+16
* Raise errors in ptp2 and add a new PTP_ERROR_NODEVICE errorFlorent Viard2017-07-251-8/+6
* copyright updatedMarcus Meissner2017-03-211-0/+1
* Do not print error if timeout after a check fast eventKevin JOLY2017-03-161-1/+2
* event_queue_check -> event_check_queueMarcus Meissner2017-03-051-1/+1
* add a event queue check function, which should do no USB ioMarcus Meissner2017-03-051-0/+13
* _BSD_SOURCE -> _DEFAULT_SOURCEMarcus Meissner2016-12-231-1/+1
* increase readlen from 64kb to 512kb to speed it upMarcus Meissner2016-11-211-1/+1
* fix warning in printfMarcus Meissner2016-11-191-1/+1
* during dataphase read we should at least the PTP header (AFL)Marcus Meissner2016-11-021-0/+7
* avoid buffer overflow in queued response packet handlingMarcus Meissner2016-10-291-3/+7
* verify sizes in usb responseMarcus Meissner2016-09-171-0/+6
* added missing breakMarcus Meissner2016-05-271-0/+1
* more debug on command sendingMarcus Meissner2016-05-271-1/+10
* fixed buffer overreads caused by remote device (AFL)Marcus Meissner2016-02-221-2/+13
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-1/+0
* add a dataphase parameter to the sendreq functionMarcus Meissner2015-09-061-1/+1
* From: Axel Waggershauser <awagger@web.de>Marcus Meissner2015-07-261-10/+4
* add debug output of the opcode in string formMarcus Meissner2014-11-161-3/+10
* upgraded to event check timeout from 100ms to 150ms,Marcus Meissner2014-11-011-1/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-231-3/+10
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-1/+1
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-36/+33
* make sure we have no shadowing variablesMarcus Meissner2014-07-131-1/+0
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-021-11/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-021-169/+142
* removed copyright umlauts and replaced other umlautsMarcus Meissner2014-06-271-1/+1
* Higher context blocksize to adapt to current usb speeds.Marcus Meissner2014-05-081-2/+2
* do not cancel transfers < 1MB for nowMarcus Meissner2014-01-231-1/+3
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* fixed retry logicMarcus Meissner2013-09-011-1/+1
* removed shadow res variable out of the loopMarcus Meissner2013-09-011-1/+0
* senddata always uses uint64_t Marcus Meissner2013-01-291-1/+1
* updated my copyright yearsMarcus Meissner2012-03-121-1/+1
* 2 olympus usb opcodes, typo fixMarcus Meissner2011-08-241-6/+12
* unshadow some variabales, fix buildMarcus Meissner2011-03-081-1/+1
* correctly set NParamsMarcus Meissner2011-03-051-4/+5
* make default fast event timeout 100 instead of 50, as 50 causedMarcus Meissner2011-03-051-2/+4
* avoid shadowing variables, bz renaming or removingMarcus Meissner2011-02-251-3/+0
* handle result == 0 in event reader like a timeoutMarcus Meissner2010-11-171-0/+4
* set nParam in response readerMarcus Meissner2010-08-011-1/+1
* Fixed some compiler warnings and portability issuesDan Fandrich2010-07-141-1/+1
* on 0 return, just try reading event againMarcus Meissner2010-06-051-0/+1
* downgrade 1 warningMarcus Meissner2010-04-011-1/+1
* renamed private to privMarcus Meissner2009-08-191-6/+6
* event handling ... a timeout is not an error.Marcus Meissner2009-07-251-0/+2
* rewritten ptp object handling completely.Marcus Meissner2009-06-121-3/+2