Skip to content

Commit

Permalink
renamed mirrorupstatus to mirrorup on EOS; it seems this is the setta…
Browse files Browse the repository at this point in the history
…ble option

#913
  • Loading branch information
msmeissn committed Jun 20, 2023
1 parent a20e9e4 commit aa69ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camlibs/ptp2/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -10610,7 +10610,7 @@ static struct submenu camera_status_menu[] = {
{ N_("Battery Level"), "batterylevel", PTP_DPC_CANON_EOS_BatteryPower, PTP_VENDOR_CANON, PTP_DTC_UINT16, _get_Canon_EOS_BatteryLevel, _put_None },
{ N_("Battery Level"), "batterylevel", PTP_DPC_SONY_BatteryLevel, PTP_VENDOR_SONY, PTP_DTC_INT8, _get_SONY_BatteryLevel, _put_None },
{ N_("Mirror Up Status"), "mirrorupstatus", PTP_DPC_NIKON_MirrorUpStatus, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_OnOff_UINT8, _put_None },
{ N_("Mirror Up Status"), "mirrorupstatus", PTP_DPC_CANON_EOS_MirrorUpSetting, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_INT, _put_INT },
{ N_("Mirror Up Status"), "mirrorup", PTP_DPC_CANON_EOS_MirrorUpSetting, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_INT, _put_INT },
{ N_("Mirror Lock Status"), "mirrorlockstatus", PTP_DPC_CANON_EOS_MirrorLockupState, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_INT, _put_INT },
{ N_("Mirror Down Status"), "mirrordownstatus", PTP_DPC_CANON_EOS_MirrorDownStatus, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_INT, _put_INT },
{ N_("Mirror Up Shooting Count"),"mirrorupshootingcount", PTP_DPC_NIKON_MirrorUpReleaseShootingCount, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_INT, _put_None },
Expand Down

0 comments on commit aa69ce7

Please sign in to comment.