From 48d9bafe1fb9b8bd7485d554b1fec8a6a9bd3f71 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Apr 2023 13:18:49 +0200 Subject: added Ricoh GR IIIx https://github.com/libmtp/libmtp/issues/148 --- camlibs/ptp2/library.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camlibs') diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 4cf8a1d26..1db4ee04a 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -1358,6 +1358,9 @@ static struct { /* https://github.com/gphoto/libgphoto2/issues/749 */ {"Sony:ILCE-7RM4A (PC Control)", 0x054c, 0x0d9f, PTP_CAP|PTP_CAP_PREVIEW}, + /* https://github.com/gphoto/libgphoto2/issues/896 */ + {"Sony:ILME-FX3 (PC Control)", 0x054c, 0x0da3, PTP_CAP|PTP_CAP_PREVIEW}, + /* https://github.com/gphoto/libgphoto2/pull/782 */ {"Sony:Alpha-A7 IV (MTP mode)", 0x054c, 0x0da6, 0}, {"Sony:Alpha-A7 IV (PC Control)", 0x054c, 0x0da7, PTP_CAP|PTP_CAP_PREVIEW}, @@ -2693,6 +2696,8 @@ static struct { /* Arda Kaan */ {"Ricoh:WG-M2 (PTP mode)", 0x25fb, 0x210b, 0}, + /* https://github.com/libmtp/libmtp/issues/148 */ + {"Ricoh:GR IIIx (PTP mode)", 0x25fb, 0x25fb, 0}, /* Pentax cameras */ {"Pentax:Optio 43WR", 0x0a17, 0x000d, 0}, -- cgit v1.2.1