From 30d712a6496146bec01b6971a53afb72b4fab7b7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Dec 2019 16:10:08 +0100 Subject: adde powershot sx530hs --- camlibs/ptp2/library.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index fdbeb8af4..1621882a0 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -2089,6 +2089,9 @@ static struct { /* sparkycoladev@gmail.com */ {"Canon:PowerShot G7 X", 0x04a9, 0x329d, PTP_CAP|PTP_CAP_PREVIEW|PTP_DONT_CLOSE_SESSION}, + /* Sascha Wolff */ + {"Canon:PowerShot SX530 HS", 0x04a9, 0x329f, PTP_CAP|PTP_CAP_PREVIEW|PTP_DONT_CLOSE_SESSION}, + /* Marcus Meissner */ {"Canon:EOS M10", 0x04a9, 0x32a0, PTP_CAP|PTP_CAP_PREVIEW}, -- cgit v1.2.1