diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c index 5a2a637f19..858f6bdbe4 100644 --- a/camlibs/ptp2/config.c +++ b/camlibs/ptp2/config.c @@ -482,6 +482,10 @@ camera_prepare_capture (Camera *camera, GPContext *context) { PTPPropertyValue propval; + /* without the firmware update ... not an error... */ + if (!have_prop (camera, PTP_VENDOR_FUJI, 0xd207)) + return GP_OK; + propval.u16 = 0x0002; C_PTP (ptp_setdevicepropvalue (params, 0xd207, &propval, PTP_DTC_UINT16)); return GP_OK;