From 970f769c1b71f8f411be8bcc3307267d25e2c3c7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 12 Oct 2019 17:38:14 +0200 Subject: added eos r2 --- camlibs/ptp2/library.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index b40d4a31a..9c4cb1d57 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -2172,6 +2172,10 @@ static struct { /* https://github.com/gphoto/gphoto2/issues/247, from logfile */ {"Canon:EOS 1500D", 0x04a9, 0x32e1, PTP_CAP|PTP_CAP_PREVIEW|PTP_DONT_CLOSE_SESSION}, + + /* from timelapse-VIEW */ + {"Canon:EOS R2", 0x04a9, 0x32e2, PTP_CAP|PTP_CAP_PREVIEW|PTP_DONT_CLOSE_SESSION}, + /* https://github.com/gphoto/libgphoto2/issues/316 */ {"Canon:PowerShot SX740 HS", 0x04a9, 0x32e4, PTP_CAP|PTP_CAP_PREVIEW}, -- cgit v1.2.1