summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2018-05-13 15:44:10 +0200
committerMarcus Meissner <marcus@jet.franken.de>2018-05-13 15:44:10 +0200
commit396113e8dfb98b958b7a5773e5ca57a189e5aba8 (patch)
tree9527e07df7ea0fb56855fd11e2f8c30653f1d488
parentd17067527101710e20f4bd4f355501c989622d67 (diff)
downloadlibgphoto2-396113e8dfb98b958b7a5773e5ca57a189e5aba8.tar.gz
small wrapper for setrequestrollingpitchinglevel
-rw-r--r--camlibs/ptp2/ptp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/camlibs/ptp2/ptp.h b/camlibs/ptp2/ptp.h
index 544420d01..9f23f047b 100644
--- a/camlibs/ptp2/ptp.h
+++ b/camlibs/ptp2/ptp.h
@@ -2995,8 +2995,9 @@ uint16_t ptp_canon_checkevent (PTPParams* params,
#define CANON_EOS_OLC_APERTURE 0x0004
#define CANON_EOS_OLC_ISO 0x0008
-#define ptp_canon_eos_setrequestolcinfogroup(params,igmask) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetRequestOLCInfoGroup,1,igmask)
-#define ptp_canon_eos_requestdevicepropvalue(params,prop) ptp_generic_no_data(params,PTP_OC_CANON_EOS_RequestDevicePropValue,1,prop)
+#define ptp_canon_eos_setrequestolcinfogroup(params,igmask) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetRequestOLCInfoGroup,1,igmask)
+#define ptp_canon_eos_requestdevicepropvalue(params,prop) ptp_generic_no_data(params,PTP_OC_CANON_EOS_RequestDevicePropValue,1,prop)
+#define ptp_canon_eos_setrequestrollingpitchinglevel(params,onoff) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetRequestRollingPitchingLevel,1,onoff)
uint16_t ptp_canon_eos_capture (PTPParams* params, uint32_t *result);
uint16_t ptp_canon_eos_getevent (PTPParams* params, PTPCanon_changes_entry **entries, int *nrofentries);
uint16_t ptp_canon_getpartialobject (PTPParams* params, uint32_t handle,