summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasem Mutlaq <mutlaqja@ikarustech.com>2020-01-28 10:37:07 +0300
committerJasem Mutlaq <mutlaqja@ikarustech.com>2020-01-28 10:37:07 +0300
commit91abbb84263b507ae4e4dc7b46fbe68c8f8c70dd (patch)
tree950a3a0de0f1ab837b603eab134bea18e1e2e026
parented87367c26b9ed2a9cf910c47c8ce4bd31a56760 (diff)
downloadlibgphoto2-91abbb84263b507ae4e4dc7b46fbe68c8f8c70dd.tar.gz
Correct D7500 RAW value
-rw-r--r--camlibs/ptp2/config.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index b821405b2..0cc3f8051 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -5261,13 +5261,13 @@ static struct deviceproptableu8 nikon_d7500_compression[] = {
{ N_("JPEG Normal*"), 0x03, PTP_VENDOR_NIKON },
{ N_("JPEG Fine"), 0x04, PTP_VENDOR_NIKON },
{ N_("JPEG Fine*"), 0x05, PTP_VENDOR_NIKON },
- { N_("NEF (Raw)"), 0x06, PTP_VENDOR_NIKON },
- { N_("NEF+Basic"), 0x07, PTP_VENDOR_NIKON },
- { N_("NEF+Basic*"), 0x08, PTP_VENDOR_NIKON },
- { N_("NEF+Normal"), 0x09, PTP_VENDOR_NIKON },
- { N_("NEF+Normal*"), 0x0A, PTP_VENDOR_NIKON },
- { N_("NEF+Fine"), 0x0B, PTP_VENDOR_NIKON },
- { N_("NEF+Fine*"), 0x0C, PTP_VENDOR_NIKON },
+ { N_("NEF (Raw)"), 0x07, PTP_VENDOR_NIKON },
+ { N_("NEF+Basic"), 0x08, PTP_VENDOR_NIKON },
+ { N_("NEF+Basic*"), 0x09, PTP_VENDOR_NIKON },
+ { N_("NEF+Normal"), 0x0A, PTP_VENDOR_NIKON },
+ { N_("NEF+Normal*"), 0x0B, PTP_VENDOR_NIKON },
+ { N_("NEF+Fine"), 0x0C, PTP_VENDOR_NIKON },
+ { N_("NEF+Fine*"), 0x0D, PTP_VENDOR_NIKON },
};
GENERIC8TABLE(Nikon_D7500_Compression,nikon_d7500_compression)
@@ -8513,7 +8513,7 @@ static struct submenu nikon_d850_capture_settings[] = {
};
static struct submenu nikon_d7500_capture_settings[] = {
- { N_("Image Quality"), "imagequality", PTP_DPC_CompressionSetting, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_D7500_Compression, _put_Nikon_D7500_Compression },
+ { N_("Image Quality"), "imagequality", PTP_DPC_CompressionSetting, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_D7500_Compression, _put_Nikon_7500_Compression },
{ 0,0,0,0,0,0,0 },
};