From 16094cce67963ad59133cccd0080a42c6101aaac Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 23 May 2020 17:32:54 +0200 Subject: added note for x-t30, and adjusted x-t4 --- camlibs/ptp2/library.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 858af8a89..635ce26af 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -2327,9 +2327,10 @@ static struct { /* https://github.com/gphoto/gphoto2/issues/256 */ {"Fuji:Fujifilm GFX100", 0x04cb, 0x02de, PTP_CAP|PTP_CAP_PREVIEW}, /* Bruno Filho at SUSE (currently not working with cpature, but shows variables) */ - {"Fuji:Fujifilm X-T30", 0x04cb, 0x02e3, 0 /*PTP_CAP|PTP_CAP_PREVIEW*/}, + /* so far looks like the low end X-T30 does not support tethering, https://www.dpreview.com/forums/thread/4451199 */ + {"Fuji:Fujifilm X-T30", 0x04cb, 0x02e3, 0}, /* https://github.com/gphoto/libgphoto2/issues/505 */ - {"Fuji:Fujifilm X-T4", 0x04cb, 0x02e6, PTP_CAP|PTP_CAP_PREVIEW}, /* not fully confirmed */ + {"Fuji:Fujifilm X-T4", 0x04cb, 0x02e6, PTP_CAP|PTP_CAP_PREVIEW}, {"Ricoh:Caplio R5 (PTP mode)", 0x05ca, 0x0110, 0}, {"Ricoh:Caplio GX (PTP mode)", 0x05ca, 0x0325, 0}, -- cgit v1.2.1