From 7ab15bd2956a12edbe310ec9ed1ea1d6ffbd3b38 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 21 May 2020 17:55:24 +0200 Subject: moved 0954 camera to correct sort order --- camlibs/ptp2/library.c | 6 +++--- 1 file 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 */ {"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}, -- cgit v1.2.1