From 8b14ec11cadac05b93f344cccfcefe1fb82996e6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 2 Jun 2017 09:28:51 +0200 Subject: added fuji xt-20 data https://github.com/gphoto/libgphoto2/issues/170 --- camlibs/ptp2/cameras/fuji-xt20.txt | 49 ++++++++++++++++++++++++++++++++++++++ camlibs/ptp2/library.c | 3 +++ 2 files changed, 52 insertions(+) create mode 100644 camlibs/ptp2/cameras/fuji-xt20.txt diff --git a/camlibs/ptp2/cameras/fuji-xt20.txt b/camlibs/ptp2/cameras/fuji-xt20.txt new file mode 100644 index 000000000..de4cf9df6 --- /dev/null +++ b/camlibs/ptp2/cameras/fuji-xt20.txt @@ -0,0 +1,49 @@ +Device info: +Manufacturer: FUJIFILM + Model: X-T20 + device version: 1.01 + serial number: 'nnnnnnnnnnnnnnnnnnnnnnnnnnxxxx' +Vendor extension ID: 0x00000006 +Vendor extension version: 100 +Vendor extension description: fujifilm.co.jp: 1.0; +Functional Mode: 0x0000 +PTP Standard Version: 100 +Supported operations: + 0x1001 + 0x1002 + 0x1003 + 0x1004 + 0x1005 + 0x1006 + 0x1007 + 0x1008 + 0x1009 + 0x100a + 0x100b + 0x100c + 0x100d + 0x100f + 0x1014 + 0x1015 + 0x1016 + 0x101b + 0x900c + 0x900d + 0x901d + 0x9801 + 0x9802 + 0x9803 + 0x9805 +Events Supported: + 0x4002 + 0x4003 + 0x4004 + 0x4005 + 0x4006 + 0x4008 + 0x4009 +Device Properties Supported: + 0x5001 + 0xd303 + 0xd406 + 0xd407 diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index f65ed982b..85d5de765 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -2022,6 +2022,9 @@ static struct { /* with new updated firmware 1.1 */ {"Fuji:Fujifilm X-T2", 0x04cb, 0x02cd, PTP_CAP}, + /* https://github.com/gphoto/libgphoto2/issues/170 */ + {"Fuji:Fujifilm X-T20", 0x04cb, 0x02d4, 0}, + {"Ricoh:Caplio R5 (PTP mode)", 0x05ca, 0x0110, 0}, {"Ricoh:Caplio GX (PTP mode)", 0x05ca, 0x0325, 0}, {"Sea & Sea:5000G (PTP mode)", 0x05ca, 0x0327, 0}, -- cgit v1.2.1