From 9c09f43c84107d368ef6f395bad89ca05a98efe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:43:06 +0200 Subject: [PATCH] Add new Canon model IDs (cherry picked from commit 44bc5436a0114a5c3f0dec57c6d2721bf25ccf5b) # Conflicts: # src/canonmn_int.cpp --- src/canonmn_int.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/canonmn_int.cpp b/src/canonmn_int.cpp index 84e365e01f..0a86cd04fd 100644 --- a/src/canonmn_int.cpp +++ b/src/canonmn_int.cpp @@ -383,6 +383,8 @@ constexpr TagDetails canonModelId[] = {{0x00000412, "EOS M50 / Kiss M"}, {0x80000481, "EOS R6 Mark II"}, {0x80000487, "EOS R8"}, {0x80000491, "PowerShot V10"}, + {0x80000495, "EOS R1"}, + {0x80000496, "EOS R5 Mark II"}, {0x80000498, "EOS R100"}, {0x80000520, "EOS D2000C"}, {0x80000560, "EOS D6000C"}};