summaryrefslogtreecommitdiff
path: root/camlibs/ptp2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2012-11-18 21:46:39 +0000
committerMarcus Meissner <marcus@jet.franken.de>2012-11-18 21:46:39 +0000
commit09e39e81d643d16c884d4957f3bb906badd34fb6 (patch)
tree4e45f60bf9109ff8b6e72e5d786ec3e6f222956f /camlibs/ptp2
parentfa5b846686261501c01599cfca35ecb7d3c31bc7 (diff)
downloadlibgphoto2-09e39e81d643d16c884d4957f3bb906badd34fb6.tar.gz
decode more names
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14142 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/ptp2')
-rw-r--r--camlibs/ptp2/ptp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/camlibs/ptp2/ptp.c b/camlibs/ptp2/ptp.c
index af78b29c4..d6acb43b2 100644
--- a/camlibs/ptp2/ptp.c
+++ b/camlibs/ptp2/ptp.c
@@ -3842,6 +3842,8 @@ ptp_get_property_description(PTPParams* params, uint16_t dpc)
N_("AF Area Point")},
{PTP_DPC_NIKON_NormalAFOn, /* 0xD08E */
N_("Normal AF On")},
+ {PTP_DPC_NIKON_CleanImageSensor, /* 0xD08F */
+ N_("Clean Image Sensor")},
{PTP_DPC_NIKON_ImageCommentString, /* 0xD090 */
N_("Image Comment String")},
{PTP_DPC_NIKON_ImageCommentEnable, /* 0xD091 */
@@ -3860,6 +3862,8 @@ ptp_get_property_description(PTPParams* params, uint16_t dpc)
N_("Movie Card Slot")},
{PTP_DPC_NIKON_ManualMovieSetting, /* 0xD0A6 */
N_("Manual Movie Setting")},
+ {PTP_DPC_NIKON_MonitorOffDelay, /* 0xD0B3 */
+ N_("Monitor Off Delay")},
{PTP_DPC_NIKON_Bracketing, /* 0xD0C0 */
N_("Bracketing Enable")},
{PTP_DPC_NIKON_AutoExposureBracketStep, /* 0xD0C1 */
@@ -3898,6 +3902,8 @@ ptp_get_property_description(PTPParams* params, uint16_t dpc)
N_("Vignette Control")},
{PTP_DPC_NIKON_AutoDistortionControl, /* 0xD0F8 */
N_("Auto Distortion Control")},
+ {PTP_DPC_NIKON_SceneMode, /* 0xD0F9 */
+ N_("Scene Mode")},
{PTP_DPC_NIKON_ExposureTime, /* 0xD100 */
N_("Nikon Exposure Time")},
{PTP_DPC_NIKON_ACPower, N_("AC Power")}, /* 0xD101 */
@@ -4007,7 +4013,7 @@ ptp_get_property_description(PTPParams* params, uint16_t dpc)
N_("Flash Commander Mode")},
{PTP_DPC_NIKON_FlashSign, /* 0xD169 */
N_("Flash Sign")},
- {PTP_DPC_NIKON_ISOAuto, /* 0xD16A */
+ {PTP_DPC_NIKON_ISO_Auto, /* 0xD16A */
N_("ISO Auto")},
{PTP_DPC_NIKON_RemoteTimeout, /* 0xD16B */
N_("Remote Timeout")},