summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-10-16 08:15:11 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-10-16 08:15:33 +0200
commitf6042525c5dec3f58b1439e03547e7e7f157e32c (patch)
tree2a938ac8b3efffa6bbf7e1365eef098effb4095a
parent28253850e7c80039cabbfc0ab2471ca9d0b72b25 (diff)
downloadlibgphoto2-f6042525c5dec3f58b1439e03547e7e7f157e32c.tar.gz
added sony a6400
-rw-r--r--camlibs/ptp2/library.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 600623bc5..d00a3a7bd 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -1113,6 +1113,8 @@ static struct {
/* https://github.com/gphoto/libgphoto2/issues/419 */
{"Sony:DSC RX0 II (PC Control)", 0x054c, 0x0ca6, PTP_CAP|PTP_CAP_PREVIEW},
+ /* orbital sailor <gamerdude1080@hotmail.com> */
+ {"Sony:ILCE-6400 (PC Control)", 0x054c, 0x0caa, PTP_CAP|PTP_CAP_PREVIEW},
/* Mikael Ståldal <mikael@staldal.nu> */
{"Sony:DSC-RX100M5A (MTP)", 0x054c, 0x0cb1, 0},
{"Sony:DSC-RX100M5A (PC Control)", 0x054c, 0x0cb2, PTP_CAP|PTP_CAP_PREVIEW},