summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2022-09-21 11:10:49 +0200
committerMarcus Meissner <marcus@jet.franken.de>2022-09-21 11:11:07 +0200
commit08cdbe6a9d86f6578be9f18786eb01cf21f129ad (patch)
tree3c4664eb02644070b3b8d2456189da9217c91dee
parent51d5d4a0839ecf6fcb6e1c21d827092ef34f3fbc (diff)
downloadlibgphoto2-08cdbe6a9d86f6578be9f18786eb01cf21f129ad.tar.gz
added canon eos r7 https://github.com/gphoto/libgphoto2/issues/832
-rw-r--r--camlibs/ptp2/library.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 547783784..d66f59f85 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -2484,6 +2484,8 @@ static struct {
{"Canon:EOS R5", 0x04a9, 0x32f4, PTP_CAP|PTP_CAP_PREVIEW},
/* Steve Rencontre <steve@rsn-tech.co.uk> */
{"Canon:EOS R6", 0x04a9, 0x32f5, PTP_CAP|PTP_CAP_PREVIEW},
+ /* https://github.com/gphoto/libgphoto2/issues/832 */
+ {"Canon:EOS R7", 0x04a9, 0x32f7, PTP_CAP|PTP_CAP_PREVIEW},
/* Marc Wetli */
{"Canon:EOS R10", 0x04a9, 0x32f8, PTP_CAP|PTP_CAP_PREVIEW},
/* https://github.com/gphoto/libgphoto2/issues/642 */