From 789fe8f85caecd7bdee0128be5f5f3985f893ecd Mon Sep 17 00:00:00 2001 From: David Rosca Date: Tue, 10 Oct 2023 13:29:25 +0200 Subject: [PATCH] Add Canon EOS R50 (#930) --- camlibs/ptp2/library.c | 1 + 1 file changed, 1 insertion(+) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index f3f6ad6fb8..caa9e22767 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -2528,6 +2528,7 @@ static struct { {"Canon:EOS R6m2", 0x04a9, 0x330b, PTP_CAP|PTP_CAP_PREVIEW}, /* https://github.com/gphoto/libgphoto2/issues/924 */ {"Canon:EOS R100", 0x04a9, 0x3312, PTP_CAP|PTP_CAP_PREVIEW}, + {"Canon:EOS R50", 0x04a9, 0x330d, PTP_CAP|PTP_CAP_PREVIEW}, /* Konica-Minolta PTP cameras */ {"Konica-Minolta:DiMAGE A2 (PTP mode)", 0x132b, 0x0001, 0},