summaryrefslogtreecommitdiff
path: root/camlibs/ptp2
Commit message (Expand)AuthorAgeFilesLines
* allow trigger capture for panasonicHEADmasterMarcus Meissner2023-04-241-0/+5
* synthesize a capturecomplete event for panasonic cameras, as they dont send o...Marcus Meissner2023-04-241-0/+5
* added Ricoh GR IIIxMarcus Meissner2023-04-031-0/+5
* use uint32_t instead of unsigned intMarcus Meissner2023-03-131-1/+1
* added sony ilce-1 , https://github.com/gphoto/libgphoto2/issues/892Marcus Meissner2023-03-132-0/+242
* mark when the put function already set the value in the camera,Marcus Meissner2023-03-061-23/+40
* remove incorrect superflous exit code. is handled belowMarcus Meissner2023-03-061-3/+0
* break out of the setter loop if we reached the correct stateMarcus Meissner2023-03-061-10/+13
* added some apparent missijng include unistd.h to make it build for mingw/llvm...Marcus Meissner2023-02-143-0/+3
* fixed one superflous argument to debug (Coverity)Marcus Meissner2023-02-141-1/+1
* aded z30 dsateMarcus Meissner2023-02-071-0/+4591
* added x-t5Marcus Meissner2023-02-021-0/+2
* switch debug print of a time_t based variable to long int (Coverity)Marcus Meissner2023-02-011-2/+2
* avoid uninitialized variable when setting non standard values (Coverity)Marcus Meissner2023-02-011-2/+4
* fixed ptp_debug parameters (Coverity)Marcus Meissner2023-02-011-1/+1
* added a missing return code check for ptp_fuji_getdeviceinfo (Coverity)Marcus Meissner2023-02-011-0/+2
* fix WSACleanup conditionMarcus Meissner2023-01-181-1/+1
* canon eos: if half press succeeds, and full press fails, roll back half-press...Marcus Meissner2023-01-171-2/+12
* Create canon-eos-discovery.md (#884)Laurent Clévy2023-01-081-0/+74
* Add properties to control Sony focus assist magnification, useful for remotel...Mark Watson2022-12-232-0/+38
* name it R6m2Marcus Meissner2022-12-211-1/+1
* added canon eos r6 2Marcus Meissner2022-12-212-0/+1015
* added sigma fp lMarcus Meissner2022-12-202-0/+117
* if we fail to spot a direction, use single stepping instead.Marcus Meissner2022-12-191-5/+18
* added some more z6-2 debugMarcus Meissner2022-12-191-0/+156
* nikon z6 2 workaround, it reports a devicepropchanged 0x501c event, but the p...Marcus Meissner2022-12-061-2/+13
* added gopro hero11 blackMarcus Meissner2022-11-301-0/+2
* sony manual focus is actually INT16, not UINT16. https://github.com/gphoto/li...Marcus Meissner2022-11-281-17/+17
* fixed missing arguments in 2 debug functions, spotted by codeqlMarcus Meissner2022-11-211-2/+2
* fix some CodeQL warningsMarcus Meissner2022-11-211-6/+6
* Add 2 new settings metadata for Sony A7R3 (#872)Mark Watson2022-11-193-3/+30
* try to fix 4 codeql warningsMarcus Meissner2022-11-161-1/+1
* Define main function as "int main(void)" (with void)Hans Ulrich Niedermann2022-11-111-1/+1
* Add support for Fujifilm X-H2 (#861)Gergely Erdélyi2022-11-081-0/+1
* free storedevents after useMarcus Meissner2022-10-121-0/+3
* Fix pointer issues in local PTP event queue in Nikon capture (#849)Omri Sarig2022-10-113-6/+6
* use a local PTP event queue in nikon capture to avoid checking interrupts on ...Marcus Meissner2022-10-103-11/+53
* filter out more commands on the Nikon S1. https://github.com/gphoto/libgphoto...Marcus Meissner2022-10-031-4/+12
* Optimize some code statements (#844)Li kunyu2022-09-291-1/+1
* some Canons have an enum from 0-3 for the battery level instead of going from...Marcus Meissner2022-09-281-0/+15
* use the correct error handling method (C_PTP instead of CR)Marcus Meissner2022-09-271-2/+4
* Zero-fill CameraFileInfo (#838)Ingvar Stepanyan2022-09-261-0/+3
* added eos r7 debugMarcus Meissner2022-09-211-0/+187
* added canon eos r7 https://github.com/gphoto/libgphoto2/issues/832Marcus Meissner2022-09-211-0/+2
* Fix empty PTP strings not being null-terminated in parse_9301_value() (#830)Dmitry D. Chernov2022-09-171-1/+1
* init position_new as an exit conditionMarcus Meissner2022-09-151-0/+4
* Rewrite the OLC handling logic to be table driven, as we now have too many ch...Marcus Meissner2022-09-151-256/+249
* Use LIBWS232_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-061-1/+2
* added another trace to EOS RMarcus Meissner2022-09-051-1/+3603
* added eos r5 cMarcus Meissner2022-09-041-2/+4