summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Crone <andre@elysia.nl>2016-01-08 18:14:54 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-01-08 18:14:54 +0100
commitb058bdc3a54432040386d9fcc8d7ebf1a345576e (patch)
tree380ac643d471deb3a92f75b98a302232321e7949
parent3be8db4590c8eea1106d39d014845d6e454954dc (diff)
downloadlibgphoto2-b058bdc3a54432040386d9fcc8d7ebf1a345576e.tar.gz
added Canon EOS 1D C and Sony A7Sii in Control mode.
-rw-r--r--camlibs/ptp2/library.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index b47d37370..036e0808e 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -890,6 +890,9 @@ static struct {
/* https://sourceforge.net/p/gphoto/support-requests/127/ */
{"Sony:Alpha-A5000 (Control)",0x054c, 0x07c6, PTP_CAP},
+ /* Andre Crone <andre@elysia.nl> */
+ {"Sony:Alpha-A7S II (Control)",0x054c,0x0804, PTP_CAP},
+
/* https://sourceforge.net/p/libmtp/bugs/1310/ */
{"Sony:DSC-HX60V (MTP)", 0x054c, 0x08ad, 0},
@@ -1716,6 +1719,8 @@ static struct {
/* "François G." <francois@webcampak.com> */
{"Canon:EOS 6D", 0x04a9, 0x3250, PTP_CAP|PTP_CAP_PREVIEW},
+ /* Andre Crone <andre@elysia.nl> */
+ {"Canon:EOS 1D C", 0x04a9, 0x3252, PTP_CAP|PTP_CAP_PREVIEW},
/* Thorsten Ludewig <t.ludewig@gmail.com> */
{"Canon:EOS 70D", 0x04a9, 0x3253, PTP_CAP|PTP_CAP_PREVIEW},