diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index b47d373708..036e0808ee 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 */ + {"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." */ {"Canon:EOS 6D", 0x04a9, 0x3250, PTP_CAP|PTP_CAP_PREVIEW}, + /* Andre Crone */ + {"Canon:EOS 1D C", 0x04a9, 0x3252, PTP_CAP|PTP_CAP_PREVIEW}, /* Thorsten Ludewig */ {"Canon:EOS 70D", 0x04a9, 0x3253, PTP_CAP|PTP_CAP_PREVIEW},