summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * more debug in wait_for_evnetMarcus Meissner2017-03-161-0/+1
| * debuggingMarcus Meissner2017-03-161-2/+2
| * log the errors on weird image formatsMarcus Meissner2017-03-161-1/+4
| * added Bulb configurationMarcus Meissner2017-03-161-0/+14
| * LIBPGHOTO should be LIBGPHOTO2 and correct the header fileMarcus Meissner2017-03-151-2/+2
| * added pentax k50d idMarcus Meissner2017-03-151-0/+6
| * ported the pentax driver to the imported pktriggercordMarcus Meissner2017-03-1412-1226/+3091
* | remove useless gpi_exif_statMarcus Meissner2017-04-061-17/+0
* | sync from libmtp 1.1.13Marcus Meissner2017-04-021-12/+19
* | also cast the long entities in senedpartialobject64 to uint32_tMarcus Meissner2017-04-011-1/+1
* | varargs are tricky. the code expects uint32, but we passed in 64bit longsMarcus Meissner2017-04-011-1/+2
* | added canon eos m10Marcus Meissner2017-03-292-3/+415
* | check events quickly in remove folders funcMarcus Meissner2017-03-281-0/+1
* | added nikon p900 infoMarcus Meissner2017-03-271-0/+87
* | added P900, tagged with Nikon broken capture flag.Marcus Meissner2017-03-271-0/+3
* | updated NEWSMarcus Meissner2017-03-211-0/+11
* | copyright updatedMarcus Meissner2017-03-215-4/+5
* | imported from libmtpMarcus Meissner2017-03-211-1/+46
* | added gopro hero5 (from libmtp report)Marcus Meissner2017-03-191-0/+3
* | added sony rx 100m5Marcus Meissner2017-03-181-0/+3
* | added sony dsc rx100m5 as reportedMarcus Meissner2017-03-181-0/+998
* | instead of repeated event checks and back off wait,Marcus Meissner2017-03-181-9/+12
* | Merge pull request #144 from Kev-J/masterMarcus Meissner2017-03-182-10/+14
|\ \
| * | Do not return camera_wait_for_event before timeout expirationKevin JOLY2017-03-161-9/+12
| * | Do not print error if timeout after a check fast eventKevin JOLY2017-03-161-1/+2
| |/
* | merge back from libmtp for their async handlingMarcus Meissner2017-03-161-0/+4
* | check for an integer overflow in ptp_unpack_OPLMarcus Meissner2017-03-161-4/+12
|/
* in summary, use the cached storageids.Marcus Meissner2017-03-131-15/+10
* i%7 should have been i%8 (or i&7)Marcus Meissner2017-03-131-1/+1
* one more fix to try to fix the iphone initial issueMarcus Meissner2017-03-101-16/+1
* move the initial liust folder after the apple hackMarcus Meissner2017-03-101-5/+6
* apple iphone storage hack: fixed the detectionMarcus Meissner2017-03-101-1/+5
* added eos m5Marcus Meissner2017-03-101-0/+442
* Use the storageids from the params arrayMarcus Meissner2017-03-101-11/+32
* added eos m5Marcus Meissner2017-03-101-0/+3
* more sony a7rMarcus Meissner2017-03-061-0/+1112
* decode sony raw nameMarcus Meissner2017-03-062-0/+12
* cache storageids (not used currently)Marcus Meissner2017-03-053-18/+74
* 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-054-1/+25
* timeout 0 in libusb 0.x is also okishMarcus Meissner2017-03-051-0/+1
* if there is no timeout, just check if anything is in the interrupt queueMarcus Meissner2017-03-051-0/+3
* avoid overflows by strcpy of filename (AFL)Marcus Meissner2017-03-041-1/+2
* handle 0 size and too small folderentry returns in canon folderentry (AFL)Marcus Meissner2017-03-041-6/+19
* harden delete_recurse against non-existing folders (AFL)Marcus Meissner2017-03-041-1/+2
* fix olc info count detection even more (AFL)Marcus Meissner2017-02-281-5/+7
* one more check for widget handling (AFL)Marcus Meissner2017-02-281-1/+1
* handle errors from widget addition (AFL)Marcus Meissner2017-02-281-1/+1
* final try to fix OLC entry calculation (AFL)Marcus Meissner2017-02-281-2/+9
* move size check to match the entry detection logic (AFL)Marcus Meissner2017-02-281-2/+4