summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/config.c
diff options
context:
space:
mode:
authorOle Dalgaard <ole.d@lgaard.dk>2021-12-09 16:15:21 +0100
committerMarcus Meissner <meissner@suse.de>2021-12-09 16:58:41 +0100
commitb2d8e106ae31b59e0ec9ecf9534376f97b9dbe1c (patch)
tree3c0276f89721e4e2628d3dee00f7fb6989c72007 /camlibs/ptp2/config.c
parentd5718faf16d015eab3efdd22e3e65adf438c3d4f (diff)
downloadlibgphoto2-b2d8e106ae31b59e0ec9ecf9534376f97b9dbe1c.tar.gz
Add Nikon Zfc support
Diffstat (limited to 'camlibs/ptp2/config.c')
-rw-r--r--camlibs/ptp2/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 23f006e37..e6dfe2c8d 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -10645,6 +10645,7 @@ static struct menu menus[] = {
{ N_("Capture Settings"), "capturesettings", 0x4b0, 0x0448, nikon_z6_capture_settings, NULL, NULL }, /* Z5 guessed */
{ N_("Capture Settings"), "capturesettings", 0x4b0, 0x044b, nikon_z6_capture_settings, NULL, NULL }, /* Z7_2 guessed */
{ N_("Capture Settings"), "capturesettings", 0x4b0, 0x044c, nikon_z6_capture_settings, NULL, NULL }, /* Z6_2 guessed */
+ { N_("Capture Settings"), "capturesettings", 0x4b0, 0x044f, nikon_z6_capture_settings, NULL, NULL }, /* Zfc guessed */
{ N_("Capture Settings"), "capturesettings", 0x4b0, 0, nikon_generic_capture_settings, NULL, NULL },
{ N_("Capture Settings"), "capturesettings", 0, 0, capture_settings_menu, NULL, NULL },