source: trunk/platform/ixus220_elph300hs/wrappers.c @ 1448

Revision 1448, 268 bytes checked in by philmoz, 18 months ago (diff)

Update to finsig_dryos.c to find additional values from stubs_min.S:

  • finds focus_len_table for most cameras with CAM_DNG_LENS_INFO defined
  • finds zoom_busy and focus_busy values
  • finds recreview_hold value. Note the value found for this does not match the existing value for most cameras. The value found for recreview_hold has been confirmed correct for the G10, G12, SX30, SX40, IXUS120 & IXUS310.
  • Property svn:eol-style set to native
RevLine 
[1438]1#include "../generic/wrappers.c"
2
3long lens_get_focus_pos()
4{
5        return _GetFocusLensSubjectDistance();
6}
7
8long lens_get_focus_pos_from_lens()
9{
10        return _GetFocusLensSubjectDistanceFromLens();
11}
12
13long lens_get_target_distance()
14{
15        return _GetCurrentTargetDistance();
16}
Note: See TracBrowser for help on using the repository browser.