Changeset 1723


Ignore:
Timestamp:
03/11/12 07:38:39 (15 months ago)
Author:
reyalp
Message:

a800 100a port from mland, patch by waterwings in http://chdk.setepontos.com/index.php?topic=650.msg81174#msg81174

Location:
trunk
Files:
31 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/camera_list.csv

    r1722 r1723  
    4242a710,100a,,, 
    4343a720,100c,,, 
     44a800,100c,BETA,, 
    4445d10,100a,BETA,100b, 
    4546g10,102a,,, 
  • trunk/core/gui.c

    r1719 r1723  
    21112111        if (conf.unlock_optical_zoom_for_video && (movie_status==VIDEO_RECORD_IN_PROGRESS) &&  kbd_is_key_clicked(key)){ 
    21122112            short x; 
    2113             get_property_case(PROPCASE_DIGITAL_ZOOM_STATE, &x, sizeof(x)); 
    2114             if (x) { 
    2115                 get_property_case(PROPCASE_DIGITAL_ZOOM_POSITION, &x, sizeof(x)); 
    2116     #if defined (CAMERA_s90) || defined (CAMERA_s95) || defined (CAMERA_g12) || defined (CAMERA_a3000) 
    2117         if (x==0) zoom_status=ZOOM_OPTICAL_MAX; //ERR99: No zoom back from digital to optical zoom possible if set to medium 
    2118     #else 
    2119         if (x==0) zoom_status=ZOOM_OPTICAL_MEDIUM; 
     2113     get_property_case(PROPCASE_DIGITAL_ZOOM_STATE, &x, sizeof(x)); 
     2114     if (x) { 
     2115      get_property_case(PROPCASE_DIGITAL_ZOOM_POSITION, &x, sizeof(x)); 
     2116#if defined (CAMERA_s90) || defined (CAMERA_s95) || defined (CAMERA_g12) || defined (CAMERA_a3000) || defined (CAMERA_a800) 
     2117          if (x==0) zoom_status=ZOOM_OPTICAL_MAX; //ERR99: No zoom back from digital to optical zoom possible if set to medium 
     2118#else 
     2119          if (x==0) zoom_status=ZOOM_OPTICAL_MEDIUM; 
    21202120    #endif 
    21212121 
  • trunk/include/modelist.h

    r1663 r1723  
    126126    MODE_FIREWORK           , // ixus1000 end 
    127127    MODE_LIVE               , // A3300is 
    128     MODE_DISCREET           , // A3300is 
     128    MODE_DISCREET                        , // A3300is 
     129    MODE_BLUR_REDUCTION     , // a800 
    129130}; 
    130131 
Note: See TracChangeset for help on using the changeset viewer.