summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/ptp2/config.c')
-rw-r--r--camlibs/ptp2/config.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index cf9334bae..bf9c6fc1e 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -456,8 +456,13 @@ camera_prepare_canon_eos_capture(Camera *camera, GPContext *context) {
params->eos_captureenabled = 1;
/* run this only on EOS M, not on PowerShot SX */
- /* FIXME: needs more testing :/ */
- if (is_canon_eos_m (params) && strstr(params->deviceinfo.Model,"EOS")) {
+ /* I lost track where it is needed.
+ * Need it:
+ * + EOS M10
+ * + PowerShot SX 720HS
+ * + PowerShot G9x mark II
+ */
+ if (is_canon_eos_m (params)) {
/* This code is needed on EOS m3 at least. might not be needed on others ... mess :/ */
PTPPropertyValue ct_val;