summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-23 17:32:54 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-23 17:32:54 +0200
commit16094cce67963ad59133cccd0080a42c6101aaac (patch)
tree95629571c32be6e454ee65b7572ea91c0e1d826f
parent1468ae8a6906bfc8bf60557ccc5b935330554b7b (diff)
downloadlibgphoto2-16094cce67963ad59133cccd0080a42c6101aaac.tar.gz
added note for x-t30, and adjusted x-t4
-rw-r--r--camlibs/ptp2/library.c5
1 files 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},