summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2018-09-30 17:36:02 +0200
committerMarcus Meissner <marcus@jet.franken.de>2018-09-30 17:36:02 +0200
commitfb1e51c40aa53c814c2b7b8205280d6e653bc096 (patch)
tree769ee5f375204bc30a54777f8a88bb0ed1a62bcc
parent470a92505a378d7380a1715e04b54805e558faeb (diff)
downloadlibgphoto2-fb1e51c40aa53c814c2b7b8205280d6e653bc096.tar.gz
comment out unprepare code for eos m .. seems to cause hangs on M10
-rw-r--r--camlibs/ptp2/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 749506cf2..26912c3ec 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -547,8 +547,11 @@ camera_unprepare_canon_eos_capture(Camera *camera, GPContext *context) {
if (is_canon_eos_m (params)) {
PTPPropertyValue ct_val;
+/*
+ * Marcus: This was originalluy added ... but it gives a delya on the EOS M10 on closing ... weird
ct_val.u16 = 0x0000;
C_PTP (ptp_canon_eos_setdevicepropvalue (params, PTP_DPC_CANON_EOS_EVFOutputDevice, &ct_val, PTP_DTC_UINT16));
+*/
}
/* then emits 911b and 911c ... not done yet ... */