summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-02-24 14:20:30 +0100
committerMarcus Meissner <marcus@jet.franken.de>2017-02-24 14:20:30 +0100
commit9d93f21fe072a5e3a92bc86ea431873c195f078c (patch)
treea65961f61c6f48823db17e9ac3028a30df7b7d71
parentad3acd4c263e2023d9ea42eb0e733ebc615dca3c (diff)
downloadlibgphoto2-9d93f21fe072a5e3a92bc86ea431873c195f078c.tar.gz
mark all Sony Controls with capture preview.
you might need to update the firmware on older models
-rw-r--r--camlibs/ptp2/library.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index e6b831f9d..365ad8077 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -938,21 +938,21 @@ static struct {
{"Sony:Alpha-A7 (Control)", 0x054c, 0x094c, PTP_CAP},
/* https://sourceforge.net/p/gphoto/feature-requests/442/ */
- {"Sony:Alpha-A7r (Control)", 0x054c, 0x094d, PTP_CAP},
+ {"Sony:Alpha-A7r (Control)", 0x054c, 0x094d, PTP_CAP|PTP_CAP_PREVIEW},
- {"Sony:Alpha-A6000 (Control)",0x054c, 0x094e, PTP_CAP},
+ {"Sony:Alpha-A6000 (Control)",0x054c, 0x094e, PTP_CAP|PTP_CAP_PREVIEW},
/* Nick Clarke <nick.clarke@gmail.com> */
- {"Sony:Alpha-A77 M2 (Control)",0x054c, 0x0953, PTP_CAP},
+ {"Sony:Alpha-A77 M2 (Control)",0x054c, 0x0953, PTP_CAP|PTP_CAP_PREVIEW},
/* Markus Oertel */
- {"Sony:Alpha-A5100 (Control)",0x054c, 0x0957, PTP_CAP},
+ {"Sony:Alpha-A5100 (Control)",0x054c, 0x0957, PTP_CAP|PTP_CAP_PREVIEW},
/* http://sourceforge.net/p/gphoto/feature-requests/456/ */
- {"Sony:Alpha-A7S (Control)", 0x054c, 0x0954, PTP_CAP},
+ {"Sony:Alpha-A7S (Control)", 0x054c, 0x0954, PTP_CAP|PTP_CAP_PREVIEW},
/* titan232@gmail.com */
- {"Sony:ILCE-7M2 (Control)", 0x054c, 0x0a6a, PTP_CAP},
+ {"Sony:ILCE-7M2 (Control)", 0x054c, 0x0a6a, PTP_CAP|PTP_CAP_PREVIEW},
/* Andre Crone, andre@elysia.nl */
{"Sony:Alpha-A7r II (Control)", 0x054c, 0x0a6b, PTP_CAP|PTP_CAP_PREVIEW},