summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2018-11-03 19:40:06 +0100
committerMarcus Meissner <marcus@jet.franken.de>2018-11-03 19:40:06 +0100
commit42717a81a9068b47a3aa67daade02ef2b89ea50d (patch)
tree6dda1d13a821052bcb0a4dd8a78cc947907d6fb2
parent145481c3d8b9f2806a8cf4cd3564953d07cfe365 (diff)
downloadlibgphoto2-42717a81a9068b47a3aa67daade02ef2b89ea50d.tar.gz
add dont close flag for 5ds
-rw-r--r--camlibs/ptp2/library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index c932bb962..e094b1f7a 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -1989,7 +1989,7 @@ static struct {
/* needs dont close session */
{"Canon:EOS 80D", 0x04a9, 0x3294, PTP_CAP|PTP_CAP_PREVIEW|PTP_DONT_CLOSE_SESSION},
/* Andre Crone <andre@elysia.nl */
- {"Canon:EOS 5DS", 0x04a9, 0x3295, PTP_CAP|PTP_CAP_PREVIEW},
+ {"Canon:EOS 5DS", 0x04a9, 0x3295, PTP_CAP|PTP_CAP_PREVIEW|PTP_DONT_CLOSE_SESSION},
/* Nykhedimus S <nykhedimus@gmail.com> */
{"Canon:EOS M3", 0x04a9, 0x3299, PTPBUG_DELETE_SENDS_EVENT|PTP_CAP|PTP_CAP_PREVIEW},
/* Shaul Badusa <shaulikoo@gmail.com> */