Changeset 1295


Ignore:
Timestamp:
08/18/11 08:22:17 (21 months ago)
Author:
philmoz
Message:

Fix for SX130IS when zooming using ptp (probably affects scripts as well).
http://chdk.setepontos.com/index.php?topic=5691.msg71797#msg71797

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/generic/wrappers.c

    r1287 r1295  
    187187    } 
    188188 
    189 #if defined(CAMERA_sx30) || defined(CAMERA_g12) 
     189#if defined(CAMERA_sx30) || defined(CAMERA_g12) || defined(CAMERA_sx130is) 
    190190        if (lens_get_zoom_point() != newpt) 
    191191        { 
     
    203203                } 
    204204 
    205   #if defined(CAMERA_sx30) 
     205  #if defined(CAMERA_sx30) || defined(CAMERA_sx130is) 
    206206                // SX30 - _MoveZoomLensWithPoint crashes camera 
    207207                // _PT_MoveOpticalZoomAt works, and updates PROPCASE_OPTICAL_ZOOM_POSITION; but doesn't wait for zoom to finish 
Note: See TracChangeset for help on using the changeset viewer.