summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-21 17:55:24 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-21 17:55:24 +0200
commit7ab15bd2956a12edbe310ec9ed1ea1d6ffbd3b38 (patch)
tree8845f02ebd03e74a315fbbc12bdf6be4473a0e63
parentc5e9bea1b12c00ca27e6f985f262f2866bba9718 (diff)
downloadlibgphoto2-7ab15bd2956a12edbe310ec9ed1ea1d6ffbd3b38.tar.gz
moved 0954 camera to correct sort order
-rw-r--r--camlibs/ptp2/library.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index eb613f7c8..cb620e2ae 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -1048,13 +1048,13 @@ static struct {
/* Nick Clarke <nick.clarke@gmail.com> */
{"Sony:Alpha-A77 M2 (Control)", 0x054c, 0x0953, PTP_CAP|PTP_CAP_PREVIEW},
+ /* http://sourceforge.net/p/gphoto/feature-requests/456/ */
+ {"Sony:Alpha-A7S (Control)", 0x054c, 0x0954, PTP_CAP|PTP_CAP_PREVIEW},
+
/* Markus Oertel */
/* Preview confirmed by Adrian Schroeter, preview might need the firmware getting updated */
{"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|PTP_CAP_PREVIEW},
-
/* https://github.com/gphoto/libgphoto2/issues/343 */
{"Sony:Alpha-A7III (Control)", 0x054c, 0x096f, PTP_CAP|PTP_CAP_PREVIEW},