summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-05-04 16:31:36 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-05-09 10:29:40 +0200
commit9b966256abdc71827cd9b8e5346770d07ee7f92a (patch)
tree3cb319cbd97dcd806879f5db6cf9475aa60bf530
parent84a40e310b5c222daa69da8f708a5214a4bda803 (diff)
downloadlibgphoto2-9b966256abdc71827cd9b8e5346770d07ee7f92a.tar.gz
sony a6000 does not support liveview, untag
-rw-r--r--camlibs/ptp2/library.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 6318b0cbe..6756e3c2d 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -943,7 +943,8 @@ static struct {
/* https://sourceforge.net/p/gphoto/feature-requests/442/ */
{"Sony:Alpha-A7r (Control)", 0x054c, 0x094d, PTP_CAP|PTP_CAP_PREVIEW},
- {"Sony:Alpha-A6000 (Control)",0x054c, 0x094e, PTP_CAP|PTP_CAP_PREVIEW},
+ /* preview was confirmed not to work. */
+ {"Sony:Alpha-A6000 (Control)",0x054c, 0x094e, PTP_CAP},
/* Nick Clarke <nick.clarke@gmail.com> */
{"Sony:Alpha-A77 M2 (Control)",0x054c, 0x0953, PTP_CAP|PTP_CAP_PREVIEW},