summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-10-12 17:38:14 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-10-12 17:38:14 +0200
commit970f769c1b71f8f411be8bcc3307267d25e2c3c7 (patch)
tree1c294fecc6b303ed1686ec5cf41132df368adc62
parent291104e22ebe9736df5a13b07c006415e8e27197 (diff)
downloadlibgphoto2-970f769c1b71f8f411be8bcc3307267d25e2c3c7.tar.gz
added eos r2
-rw-r--r--camlibs/ptp2/library.c4
1 files changed, 4 insertions, 0 deletions
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},