From a0d9fbc64696e949e5ea0906ba2fc8dcee8ea6f4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 21 Aug 2023 10:34:37 +0200 Subject: [PATCH] added sony a7s mark 3 aka ILCE-7SM3 --- camlibs/ptp2/library.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 736d230376..2eee6a3576 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -1344,6 +1344,8 @@ static struct { {"Sony:Alpha-A6600 (MTP)", 0x054c, 0x0d0f, 0}, {"Sony:Alpha-A6600 (PC Control)", 0x054c, 0x0d10, PTP_CAP|PTP_CAP_PREVIEW}, + /* email report */ + {"Sony:DSC-A7S III (MTP)", 0x054c, 0x0d17, 0}, /* Elijah Parker, mail@timelapseplus.com */ {"Sony:DSC-A7S III (Control)", 0x054c, 0x0d18, PTP_CAP|PTP_CAP_PREVIEW},