summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--camlibs/ptp2/library.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index fd5c7f1a4..85806f41a 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -3021,6 +3021,11 @@ camera_abilities (CameraAbilitiesList *list)
(strstr(models[i].model,"EOS") || strstr(models[i].model,"Rebel"))
)
a.operations |= GP_OPERATION_TRIGGER_CAPTURE;
+
+ /* Enable for Panasonic */
+ if (models[i].usb_vendor == 0x04da)
+ a.operations |= GP_OPERATION_TRIGGER_CAPTURE;
+
/* Sony Alpha are also trigger capture capable */
if ( models[i].usb_vendor == 0x54c)
a.operations |= GP_OPERATION_TRIGGER_CAPTURE;