From 8dec8a6681778b4ab650340113518c08094e4335 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Tue, 10 Oct 2023 12:19:39 +0200 Subject: [PATCH] Add Canon EOS R50 --- 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},