From 0f3b2ad3d62f8ae8d753ae2a7a1b761262fa1b15 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 17 Sep 2023 12:34:02 +0200 Subject: [PATCH] added mtp mode of zv-e10 sony --- camlibs/ptp2/library.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 94d02e986d..e8489c1576 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -1371,6 +1371,9 @@ static struct { {"Sony:Alpha-A7 IV (MTP mode)", 0x054c, 0x0da6, 0}, {"Sony:Alpha-A7 IV (PC Control)", 0x054c, 0x0da7, PTP_CAP|PTP_CAP_PREVIEW}, + /* https://github.com/gphoto/gphoto2/issues/596 */ + {"Sony:ZV-E10 (MTP mode)", 0x054c, 0x0de3, 0}, + /* The A7-RV */ {"Sony:ILCE-7RM5 (PC Control)", 0x054c, 0x0e0c, PTP_CAP|PTP_CAP_PREVIEW},